Lines Matching defs:enabled
1511 unsigned int enabled = brightness != LED_OFF;
1513 (enabled && led->rt2x00dev->curr_band == NL80211_BAND_2GHZ);
1532 enabled ? 3 : 0);
1535 enabled ? 3 : 0);
1538 enabled ? 3 : 0);
1546 enabled ? 0x20 : 0);
1549 enabled ? (bg_mode ? 0x60 : 0xa0) : 0x20);
2031 * But if cts_protection is enabled we _shall_ protect
6245 * BBP was enabled after firmware was loaded,
10362 bool enabled = (value < IEEE80211_MAX_RTS_THRESHOLD);
10369 rt2x00_set_field32(®, CCK_PROT_CFG_RTS_TH_EN, enabled);
10373 rt2x00_set_field32(®, OFDM_PROT_CFG_RTS_TH_EN, enabled);
10377 rt2x00_set_field32(®, MM20_PROT_CFG_RTS_TH_EN, enabled);
10381 rt2x00_set_field32(®, MM40_PROT_CFG_RTS_TH_EN, enabled);
10385 rt2x00_set_field32(®, GF20_PROT_CFG_RTS_TH_EN, enabled);
10389 rt2x00_set_field32(®, GF40_PROT_CFG_RTS_TH_EN, enabled);