Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c27845 u8 word_num, nibble_num; in wlc_phy_txpwr_nphy_srom_convert() local
27849 word_num = (rate - rate_start) >> 2; in wlc_phy_txpwr_nphy_srom_convert()
27851 tmp_nibble = (pwr_offset[word_num] >> 4 * nibble_num) & 0xf; in wlc_phy_txpwr_nphy_srom_convert()