Lines Matching defs:apple_dart_hw
158 struct apple_dart_hw { struct
159 enum dart_type type;
160 irqreturn_t (*irq_handler)(int irq, void *dev);
161 int (*invalidate_tlb)(struct apple_dart_stream_map *stream_map);
163 u32 oas;
164 enum io_pgtable_fmt fmt;
166 int max_sid_count;
168 u64 lock;
169 u64 lock_bit;
171 u64 error;
173 u64 enable_streams;
175 u64 tcr;
176 u64 tcr_enabled;
177 u64 tcr_disabled;
178 u64 tcr_bypass;
180 u64 ttbr;
181 u64 ttbr_valid;
205 const struct apple_dart_hw *hw; argument