Go to the source code of this file.
|
void | iwl_set_bit (struct iwl_trans *trans, u32 reg, u32 mask) |
|
void | iwl_clear_bit (struct iwl_trans *trans, u32 reg, u32 mask) |
|
void | iwl_set_bits_mask (struct iwl_trans *trans, u32 reg, u32 mask, u32 value) |
|
int | iwl_poll_bit (struct iwl_trans *trans, u32 addr, u32 bits, u32 mask, int timeout) |
|
int | iwl_poll_direct_bit (struct iwl_trans *trans, u32 addr, u32 mask, int timeout) |
|
int | iwl_grab_nic_access_silent (struct iwl_trans *trans) |
|
bool | iwl_grab_nic_access (struct iwl_trans *trans) |
|
void | iwl_release_nic_access (struct iwl_trans *trans) |
|
u32 | iwl_read_direct32 (struct iwl_trans *trans, u32 reg) |
|
void | iwl_write_direct32 (struct iwl_trans *trans, u32 reg, u32 value) |
|
u32 | iwl_read_prph (struct iwl_trans *trans, u32 reg) |
|
void | iwl_write_prph (struct iwl_trans *trans, u32 addr, u32 val) |
|
void | iwl_set_bits_prph (struct iwl_trans *trans, u32 reg, u32 mask) |
|
void | iwl_set_bits_mask_prph (struct iwl_trans *trans, u32 reg, u32 bits, u32 mask) |
|
void | iwl_clear_bits_prph (struct iwl_trans *trans, u32 reg, u32 mask) |
|
void | _iwl_read_targ_mem_dwords (struct iwl_trans *trans, u32 addr, void *buf, int dwords) |
|
int | _iwl_write_targ_mem_dwords (struct iwl_trans *trans, u32 addr, void *buf, int dwords) |
|
u32 | iwl_read_targ_mem (struct iwl_trans *trans, u32 addr) |
|
int | iwl_write_targ_mem (struct iwl_trans *trans, u32 addr, u32 val) |
|