Searched refs:data_rf (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 3509 u16 x, y, data_rf; in wlc_lcnphy_set_cc() local 3524 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3525 write_radio_reg(pi, RADIO_2064_REG089, data_rf); in wlc_lcnphy_set_cc() 3530 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3531 write_radio_reg(pi, RADIO_2064_REG08A, data_rf); in wlc_lcnphy_set_cc() 3538 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3539 write_radio_reg(pi, RADIO_2064_REG08B, data_rf); in wlc_lcnphy_set_cc() 3544 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3545 write_radio_reg(pi, RADIO_2064_REG08C, data_rf); in wlc_lcnphy_set_cc()
|