Lines Matching refs:qdbm
2299 u32 qdbm = 127; in brcmf_cfg80211_set_tx_power() local
2315 qdbm = MBM_TO_DBM(4 * mbm); in brcmf_cfg80211_set_tx_power()
2316 if (qdbm > 127) in brcmf_cfg80211_set_tx_power()
2317 qdbm = 127; in brcmf_cfg80211_set_tx_power()
2318 qdbm |= WL_TXPWR_OVERRIDE; in brcmf_cfg80211_set_tx_power()
2331 err = brcmf_fil_iovar_int_set(ifp, "qtxpower", qdbm); in brcmf_cfg80211_set_tx_power()
2336 brcmf_dbg(TRACE, "Exit %d (qdbm)\n", qdbm & ~WL_TXPWR_OVERRIDE); in brcmf_cfg80211_set_tx_power()
2347 s32 qdbm = 0; in brcmf_cfg80211_get_tx_power() local
2354 err = brcmf_fil_iovar_int_get(vif->ifp, "qtxpower", &qdbm); in brcmf_cfg80211_get_tx_power()
2359 *dbm = (qdbm & ~WL_TXPWR_OVERRIDE) / 4; in brcmf_cfg80211_get_tx_power()
2362 brcmf_dbg(TRACE, "Exit (0x%x %d)\n", qdbm, *dbm); in brcmf_cfg80211_get_tx_power()