Lines Matching refs:qdbm
1960 u32 qdbm = 127; in brcmf_cfg80211_set_tx_power() local
1976 qdbm = MBM_TO_DBM(4 * mbm); in brcmf_cfg80211_set_tx_power()
1977 if (qdbm > 127) in brcmf_cfg80211_set_tx_power()
1978 qdbm = 127; in brcmf_cfg80211_set_tx_power()
1979 qdbm |= WL_TXPWR_OVERRIDE; in brcmf_cfg80211_set_tx_power()
1992 err = brcmf_fil_iovar_int_set(ifp, "qtxpower", qdbm); in brcmf_cfg80211_set_tx_power()
1997 brcmf_dbg(TRACE, "Exit %d (qdbm)\n", qdbm & ~WL_TXPWR_OVERRIDE); in brcmf_cfg80211_set_tx_power()
2008 s32 qdbm = 0; in brcmf_cfg80211_get_tx_power() local
2015 err = brcmf_fil_iovar_int_get(ifp, "qtxpower", &qdbm); in brcmf_cfg80211_get_tx_power()
2020 *dbm = (qdbm & ~WL_TXPWR_OVERRIDE) / 4; in brcmf_cfg80211_get_tx_power()
2023 brcmf_dbg(TRACE, "Exit (0x%x %d)\n", qdbm, *dbm); in brcmf_cfg80211_get_tx_power()