Lines Matching refs:iwl_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()
79 void iwl_write_direct32(struct iwl_trans *trans, u32 reg, u32 value) in iwl_write_direct32()
88 void iwl_write_direct64(struct iwl_trans *trans, u64 reg, u64 value) in iwl_write_direct64()
97 int iwl_poll_direct_bit(struct iwl_trans *trans, u32 addr, u32 mask, in iwl_poll_direct_bit()
113 u32 iwl_read_prph_no_grab(struct iwl_trans *trans, u32 ofs) in iwl_read_prph_no_grab()
121 void iwl_write_prph_no_grab(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write_prph_no_grab()
128 void iwl_write_prph64_no_grab(struct iwl_trans *trans, u64 ofs, u64 val) in iwl_write_prph64_no_grab()
136 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs) in iwl_read_prph()
150 void iwl_write_prph_delay(struct iwl_trans *trans, u32 ofs, u32 val, u32 delay_ms) in iwl_write_prph_delay()
160 int iwl_poll_prph_bit(struct iwl_trans *trans, u32 addr, in iwl_poll_prph_bit()
175 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_set_bits_prph()
186 void iwl_set_bits_mask_prph(struct iwl_trans *trans, u32 ofs, in iwl_set_bits_mask_prph()
198 void iwl_clear_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask) in iwl_clear_bits_prph()
210 void iwl_force_nmi(struct iwl_trans *trans) in iwl_force_nmi()
258 static int iwl_dump_rfh(struct iwl_trans *trans, char **buf) in iwl_dump_rfh()
354 int iwl_dump_fh(struct iwl_trans *trans, char **buf) in iwl_dump_fh()
410 static void iwl_dump_host_monitor_block(struct iwl_trans *trans, in iwl_dump_host_monitor_block()
422 static void iwl_dump_host_monitor(struct iwl_trans *trans) in iwl_dump_host_monitor()
444 int iwl_finish_nic_init(struct iwl_trans *trans) in iwl_finish_nic_init()
494 void iwl_trans_sync_nmi_with_addr(struct iwl_trans *trans, u32 inta_addr, in iwl_trans_sync_nmi_with_addr()