Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c23262 u8 core_no; in wlc_phy_get_tx_gain_nphy() local
23276 for (core_no = 0; core_no < 2; core_no++) { in wlc_phy_get_tx_gain_nphy()
23278 target_gain.ipa[core_no] = in wlc_phy_get_tx_gain_nphy()
23279 curr_gain[core_no] & 0x0007; in wlc_phy_get_tx_gain_nphy()
23280 target_gain.pad[core_no] = in wlc_phy_get_tx_gain_nphy()
23281 ((curr_gain[core_no] & 0x00F8) >> 3); in wlc_phy_get_tx_gain_nphy()
23282 target_gain.pga[core_no] = in wlc_phy_get_tx_gain_nphy()
23283 ((curr_gain[core_no] & 0x0F00) >> 8); in wlc_phy_get_tx_gain_nphy()
23284 target_gain.txgm[core_no] = in wlc_phy_get_tx_gain_nphy()
23285 ((curr_gain[core_no] & 0x7000) >> 12); in wlc_phy_get_tx_gain_nphy()
[all …]