Searched refs:didq (Results 1 – 2 of 2) sorted by relevance
3130 void wlc_lcnphy_set_tx_locc(struct brcms_phy *pi, u16 didq) in wlc_lcnphy_set_tx_locc() argument3136 tab.tbl_ptr = &didq; in wlc_lcnphy_set_tx_locc()3492 u16 a, b, didq; in wlc_lcnphy_get_cc() local3504 didq = wlc_lcnphy_get_tx_locc(pi); in wlc_lcnphy_get_cc()3505 di0 = (((didq & 0xff00) << 16) >> 24); in wlc_lcnphy_get_cc()3506 dq0 = (((didq & 0x00ff) << 24) >> 24); in wlc_lcnphy_get_cc()3842 u16 didq; in wlc_lcnphy_get_tx_locc() local3846 tab.tbl_ptr = &didq; in wlc_lcnphy_get_tx_locc()3851 return didq; in wlc_lcnphy_get_tx_locc()3859 u16 a, b, didq, save_pa_gain = 0; in wlc_lcnphy_txpwrtbl_iqlo_cal() local[all …]
1039 extern void wlc_lcnphy_set_tx_locc(struct brcms_phy *pi, u16 didq);