Home
last modified time | relevance | path

Searched refs:IPW_RESET_REG (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c2821 ipw_clear_bit(priv, IPW_RESET_REG, in ipw_fw_dma_kick()
2990 ipw_set_bit(priv, IPW_RESET_REG, in ipw_fw_dma_wait()
3056 ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_STOP_MASTER); in ipw_stop_master()
3059 rc = ipw_poll_bit(priv, IPW_RESET_REG, in ipw_stop_master()
3076 ipw_clear_bit(priv, IPW_RESET_REG, CBD_RESET_REG_PRINCETON_RESET); in ipw_arc_release()
3309 ipw_write32(priv, IPW_RESET_REG, IPW_RESET_REG_STOP_MASTER); in ipw_stop_nic()
3311 rc = ipw_poll_bit(priv, IPW_RESET_REG, in ipw_stop_nic()
3318 ipw_set_bit(priv, IPW_RESET_REG, CBD_RESET_REG_PRINCETON_RESET); in ipw_stop_nic()
3328 ipw_clear_bit(priv, IPW_RESET_REG, in ipw_start_nic()
3361 ipw_set_bit(priv, IPW_RESET_REG, IPW_RESET_REG_SW_RESET); in ipw_init_nic()
Dipw2200.h1512 #define IPW_RESET_REG 0x00000020 macro