Lines Matching defs:trans

73 void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val)  in iwl_write8()
80 void iwl_write32(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write32()
87 void iwl_write64(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write64()
95 u32 iwl_read32(struct iwl_trans *trans, u32 ofs) in iwl_read32()
106 int iwl_poll_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_bit()
122 u32 iwl_read_direct32(struct iwl_trans *trans, u32 reg) in iwl_read_direct32()
135 void iwl_write_direct32(struct iwl_trans *trans, u32 reg, u32 value) in iwl_write_direct32()
146 void iwl_write_direct64(struct iwl_trans *trans, u64 reg, u64 value) in iwl_write_direct64()
157 int iwl_poll_direct_bit(struct iwl_trans *trans, u32 addr, u32 mask, in iwl_poll_direct_bit()
173 u32 iwl_read_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_prph_no_grab()
181 void iwl_write_prph_no_grab(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph_no_grab()
188 void iwl_write_prph64_no_grab(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write_prph64_no_grab()
196 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_prph()
209 void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph()
220 int iwl_poll_prph_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_prph_bit()
235 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_set_bits_prph()
248 void iwl_set_bits_mask_prph(struct iwl_trans *trans, u32 ofs, in iwl_set_bits_mask_prph()
262 void iwl_clear_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_clear_bits_prph()
275 void iwl_force_nmi(struct iwl_trans *trans) in iwl_force_nmi()
320 static int iwl_dump_rfh(struct iwl_trans *trans, char **buf) in iwl_dump_rfh()
416 int iwl_dump_fh(struct iwl_trans *trans, char **buf) in iwl_dump_fh()
465 int iwl_finish_nic_init(struct iwl_trans *trans, in iwl_finish_nic_init()