Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c27892 u8 tmp_max_pwr, u8 rate_start, in wlc_phy_txpwr_nphy_srom_convert() argument
27899 for (rate = rate_start; rate <= rate_end; rate++) { in wlc_phy_txpwr_nphy_srom_convert()
27900 word_num = (rate - rate_start) >> 2; in wlc_phy_txpwr_nphy_srom_convert()
27901 nibble_num = (rate - rate_start) & 0x3; in wlc_phy_txpwr_nphy_srom_convert()
27910 u8 rate_start, u8 rate_end) in wlc_phy_txpwr_nphy_po_apply() argument
27914 for (rate = rate_start; rate <= rate_end; rate++) in wlc_phy_txpwr_nphy_po_apply()