Lines Matching refs:val
11 void iwl_write8(struct iwl_trans *trans, u32 ofs, u8 val);
12 void iwl_write32(struct iwl_trans *trans, u32 ofs, u32 val);
13 void iwl_write64(struct iwl_trans *trans, u64 ofs, u64 val);
38 void iwl_write_prph_no_grab(struct iwl_trans *trans, u32 ofs, u32 val);
39 void iwl_write_prph64_no_grab(struct iwl_trans *trans, u64 ofs, u64 val);
41 u32 val, u32 delay_ms);
42 static inline void iwl_write_prph(struct iwl_trans *trans, u32 ofs, u32 val)
44 iwl_write_prph_delay(trans, ofs, val, 0);
82 u32 val)
85 val);
89 u32 val)
91 iwl_write_prph(trans, ofs + trans->trans_cfg->umac_prph_offset, val);