Lines Matching refs:iwl_trans
40 void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val) in iwl_write8()
47 void iwl_write32(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write32()
54 void iwl_write64(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write64()
62 u32 iwl_read32(struct iwl_trans *trans, u32 ofs) in iwl_read32()
73 int iwl_poll_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_bit()
89 u32 iwl_read_direct32(struct iwl_trans *trans, u32 reg) in iwl_read_direct32()
102 void iwl_write_direct32(struct iwl_trans *trans, u32 reg, u32 value) in iwl_write_direct32()
113 void iwl_write_direct64(struct iwl_trans *trans, u64 reg, u64 value) in iwl_write_direct64()
124 int iwl_poll_direct_bit(struct iwl_trans *trans, u32 addr, u32 mask, in iwl_poll_direct_bit()
140 u32 iwl_read_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_prph_no_grab()
148 void iwl_write_prph_no_grab(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph_no_grab()
155 void iwl_write_prph64_no_grab(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write_prph64_no_grab()
163 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_prph()
176 void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph()
187 int iwl_poll_prph_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_prph_bit()
202 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_set_bits_prph()
215 void iwl_set_bits_mask_prph(struct iwl_trans *trans, u32 ofs, in iwl_set_bits_mask_prph()
229 void iwl_clear_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_clear_bits_prph()
242 void iwl_force_nmi(struct iwl_trans *trans) in iwl_force_nmi()
284 static int iwl_dump_rfh(struct iwl_trans *trans, char **buf) in iwl_dump_rfh()
380 int iwl_dump_fh(struct iwl_trans *trans, char **buf) in iwl_dump_fh()