Searched refs:data_rf (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 3431 u16 x, y, data_rf; in wlc_lcnphy_set_cc() local 3446 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3447 write_radio_reg(pi, RADIO_2064_REG089, data_rf); in wlc_lcnphy_set_cc() 3452 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3453 write_radio_reg(pi, RADIO_2064_REG08A, data_rf); in wlc_lcnphy_set_cc() 3460 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3461 write_radio_reg(pi, RADIO_2064_REG08B, data_rf); in wlc_lcnphy_set_cc() 3466 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3467 write_radio_reg(pi, RADIO_2064_REG08C, data_rf); in wlc_lcnphy_set_cc()
|