Lines Matching defs:trans
41 int iwl_poll_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_bit()
57 u32 iwl_read_direct32(struct iwl_trans *trans, u32 reg) in iwl_read_direct32()
70 void iwl_write_direct32(struct iwl_trans *trans, u32 reg, u32 value) in iwl_write_direct32()
81 int iwl_poll_direct_bit(struct iwl_trans *trans, u32 addr, u32 mask, in iwl_poll_direct_bit()
97 u32 __iwl_read_prph(struct iwl_trans *trans, u32 ofs) in __iwl_read_prph()
104 void __iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in __iwl_write_prph()
110 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_prph()
123 void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph()
134 int iwl_poll_prph_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_prph_bit()
149 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_set_bits_prph()
161 void iwl_set_bits_mask_prph(struct iwl_trans *trans, u32 ofs, in iwl_set_bits_mask_prph()
174 void iwl_clear_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_clear_bits_prph()
187 void iwl_force_nmi(struct iwl_trans *trans) in iwl_force_nmi()
222 int iwl_dump_fh(struct iwl_trans *trans, char **buf) in iwl_dump_fh()