Lines Matching +defs:val +defs:timeout
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()
41 u32 val = iwl_trans_read32(trans, ofs); in iwl_read32() local
51 u32 bits, u32 mask, int timeout) in iwl_poll_bit()
99 int timeout) in iwl_poll_direct_bit()
116 u32 val = iwl_trans_read_prph(trans, ofs); in iwl_read_prph_no_grab() local
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()
140 u32 val = iwl_read_prph_no_grab(trans, ofs); in iwl_read_prph() local
152 void iwl_write_prph_delay(struct iwl_trans *trans, u32 ofs, u32 val, u32 delay_ms) in iwl_write_prph_delay()
163 u32 bits, u32 mask, int timeout) in iwl_poll_prph_bit()
202 u32 val; in iwl_clear_bits_prph() local
499 unsigned long timeout = jiffies + IWL_TRANS_NMI_TIMEOUT; in iwl_trans_sync_nmi_with_addr() local