Lines Matching refs:u32
35 static inline void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val) in iwl_write8()
41 static inline void iwl_write32(struct iwl_trans *trans, u32 ofs, u32 val) in iwl_write32()
47 static inline u32 iwl_read32(struct iwl_trans *trans, u32 ofs) in iwl_read32()
49 u32 val = iwl_trans_read32(trans, ofs); in iwl_read32()
54 static inline void iwl_set_bit(struct iwl_trans *trans, u32 reg, u32 mask) in iwl_set_bit()
59 static inline void iwl_clear_bit(struct iwl_trans *trans, u32 reg, u32 mask) in iwl_clear_bit()
64 int iwl_poll_bit(struct iwl_trans *trans, u32 addr,
65 u32 bits, u32 mask, int timeout);
66 int iwl_poll_direct_bit(struct iwl_trans *trans, u32 addr, u32 mask,
69 u32 iwl_read_direct32(struct iwl_trans *trans, u32 reg);
70 void iwl_write_direct32(struct iwl_trans *trans, u32 reg, u32 value);
73 u32 __iwl_read_prph(struct iwl_trans *trans, u32 ofs);
74 u32 iwl_read_prph(struct iwl_trans *trans, u32 ofs);
75 void __iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val);
76 void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val);
77 int iwl_poll_prph_bit(struct iwl_trans *trans, u32 addr,
78 u32 bits, u32 mask, int timeout);
79 void iwl_set_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask);
80 void iwl_set_bits_mask_prph(struct iwl_trans *trans, u32 ofs,
81 u32 bits, u32 mask);
82 void iwl_clear_bits_prph(struct iwl_trans *trans, u32 ofs, u32 mask);