Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c3118 void wlc_lcnphy_set_tx_locc(struct brcms_phy *pi, u16 didq) in wlc_lcnphy_set_tx_locc() argument
3124 tab.tbl_ptr = &didq; in wlc_lcnphy_set_tx_locc()
3475 u16 a, b, didq; in wlc_lcnphy_get_cc() local
3487 didq = wlc_lcnphy_get_tx_locc(pi); in wlc_lcnphy_get_cc()
3488 di0 = (((didq & 0xff00) << 16) >> 24); in wlc_lcnphy_get_cc()
3489 dq0 = (((didq & 0x00ff) << 24) >> 24); in wlc_lcnphy_get_cc()
3823 u16 didq; in wlc_lcnphy_get_tx_locc() local
3827 tab.tbl_ptr = &didq; in wlc_lcnphy_get_tx_locc()
3832 return didq; in wlc_lcnphy_get_tx_locc()
3840 u16 a, b, didq, save_pa_gain = 0; in wlc_lcnphy_txpwrtbl_iqlo_cal() local
[all …]
Dphy_int.h1009 void wlc_lcnphy_set_tx_locc(struct brcms_phy *pi, u16 didq);