Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_n.c27694 u8 word_num, nibble_num; in wlc_phy_txpwr_nphy_srom_convert() local
27699 nibble_num = (rate - rate_start) & 0x3; in wlc_phy_txpwr_nphy_srom_convert()
27700 tmp_nibble = (pwr_offset[word_num] >> 4 * nibble_num) & 0xf; in wlc_phy_txpwr_nphy_srom_convert()