Searched refs:data_rf (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_lcn.c | 3448 u16 x, y, data_rf; in wlc_lcnphy_set_cc() local 3463 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3464 write_radio_reg(pi, RADIO_2064_REG089, data_rf); in wlc_lcnphy_set_cc() 3469 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3470 write_radio_reg(pi, RADIO_2064_REG08A, data_rf); in wlc_lcnphy_set_cc() 3477 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3478 write_radio_reg(pi, RADIO_2064_REG08B, data_rf); in wlc_lcnphy_set_cc() 3483 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc() 3484 write_radio_reg(pi, RADIO_2064_REG08C, data_rf); in wlc_lcnphy_set_cc()
|