Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c21299 u16 curr_ctl, new_ctl; in wlc_phy_classifier_nphy() local
21311 new_ctl = (curr_ctl & (~mask)) | (val & mask); in wlc_phy_classifier_nphy()
21313 mod_phy_reg(pi, 0xb0, (0x7 << 0), new_ctl); in wlc_phy_classifier_nphy()
21318 return new_ctl; in wlc_phy_classifier_nphy()