Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c3490 u16 x, y, data_rf; in wlc_lcnphy_set_cc() local
3505 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc()
3506 write_radio_reg(pi, RADIO_2064_REG089, data_rf); in wlc_lcnphy_set_cc()
3511 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc()
3512 write_radio_reg(pi, RADIO_2064_REG08A, data_rf); in wlc_lcnphy_set_cc()
3519 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc()
3520 write_radio_reg(pi, RADIO_2064_REG08B, data_rf); in wlc_lcnphy_set_cc()
3525 data_rf = (x * 16 + y); in wlc_lcnphy_set_cc()
3526 write_radio_reg(pi, RADIO_2064_REG08C, data_rf); in wlc_lcnphy_set_cc()