Home
last modified time | relevance | path

Searched refs:STATUS_RF_KILL_SW (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h425 #define STATUS_RF_KILL_SW (1<<13) macro
426 #define STATUS_RF_KILL_MASK (STATUS_RF_KILL_HW | STATUS_RF_KILL_SW)
H A Dipw2200.h1012 #define STATUS_RF_KILL_SW (1<<3) macro
1013 #define STATUS_RF_KILL_MASK (STATUS_RF_KILL_HW | STATUS_RF_KILL_SW)
H A Dipw2100.c1712 if (priv->status & STATUS_RF_KILL_SW) { in ipw2100_up()
4234 int val = ((priv->status & STATUS_RF_KILL_SW) ? 0x1 : 0x0) | in rf_kill_show()
4242 (priv->status & STATUS_RF_KILL_SW ? 1 : 0)) in ipw_radio_kill_sw()
4251 priv->status |= STATUS_RF_KILL_SW; in ipw_radio_kill_sw()
4254 priv->status &= ~STATUS_RF_KILL_SW; in ipw_radio_kill_sw()
6077 priv->status |= STATUS_RF_KILL_SW; in ipw2100_alloc_device()
6438 if (!(priv->status & STATUS_RF_KILL_SW)) in ipw2100_resume()
H A Dipw2200.c1735 int val = ((priv->status & STATUS_RF_KILL_SW) ? 0x1 : 0x0) | in rf_kill_show()
1743 ((priv->status & STATUS_RF_KILL_SW) ? 1 : 0)) in ipw_radio_kill_sw()
1750 priv->status |= STATUS_RF_KILL_SW; in ipw_radio_kill_sw()
1758 priv->status &= ~STATUS_RF_KILL_SW; in ipw_radio_kill_sw()
8437 priv->status |= STATUS_RF_KILL_SW; in ipw_sw_reset()
9809 ipw_radio_kill_sw(priv, priv->status & STATUS_RF_KILL_SW); in ipw_wx_sw_reset()
11146 if (priv->status & STATUS_RF_KILL_SW) { in ipw_up()