Lines Matching defs:trans

17 void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val)  in iwl_write8()
24 void iwl_write32(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write32()
31 void iwl_write64(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write64()
39 u32 iwl_read32(struct iwl_trans *trans, u32 ofs) in iwl_read32()
50 int iwl_poll_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_bit()
66 u32 iwl_read_direct32(struct iwl_trans *trans, u32 reg) in iwl_read_direct32()
80 void iwl_write_direct32(struct iwl_trans *trans, u32 reg, u32 value) in iwl_write_direct32()
89 void iwl_write_direct64(struct iwl_trans *trans, u64 reg, u64 value) in iwl_write_direct64()
98 int iwl_poll_direct_bit(struct iwl_trans *trans, u32 addr, u32 mask, in iwl_poll_direct_bit()
114 u32 iwl_read_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_prph_no_grab()
122 void iwl_write_prph_no_grab(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph_no_grab()
129 void iwl_write_prph64_no_grab(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write_prph64_no_grab()
137 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_prph()
152 void iwl_write_prph_delay(struct iwl_trans *trans, u32 ofs, u32 val, u32 delay_ms) in iwl_write_prph_delay()
162 int iwl_poll_prph_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_prph_bit()
177 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_set_bits_prph()
188 void iwl_set_bits_mask_prph(struct iwl_trans *trans, u32 ofs, in iwl_set_bits_mask_prph()
200 void iwl_clear_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_clear_bits_prph()
212 void iwl_force_nmi(struct iwl_trans *trans) in iwl_force_nmi()
260 static int iwl_dump_rfh(struct iwl_trans *trans, char **buf) in iwl_dump_rfh()
356 int iwl_dump_fh(struct iwl_trans *trans, char **buf) in iwl_dump_fh()
412 static void iwl_dump_host_monitor_block(struct iwl_trans *trans, in iwl_dump_host_monitor_block()
424 static void iwl_dump_host_monitor(struct iwl_trans *trans) in iwl_dump_host_monitor()
446 int iwl_finish_nic_init(struct iwl_trans *trans) in iwl_finish_nic_init()
496 void iwl_trans_sync_nmi_with_addr(struct iwl_trans *trans, u32 inta_addr, in iwl_trans_sync_nmi_with_addr()