Lines Matching defs:apple_dart_hw
159 struct apple_dart_hw { struct
160 enum dart_type type;
161 irqreturn_t (*irq_handler)(int irq, void *dev);
162 int (*invalidate_tlb)(struct apple_dart_stream_map *stream_map);
164 u32 oas;
165 enum io_pgtable_fmt fmt;
167 int max_sid_count;
169 u64 lock;
170 u64 lock_bit;
172 u64 error;
174 u64 enable_streams;
176 u64 tcr;
177 u64 tcr_enabled;
178 u64 tcr_disabled;
179 u64 tcr_bypass;
181 u64 ttbr;
205 const struct apple_dart_hw *hw; argument