Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c988 struct lpphy_iq_est *iq_est) in lpphy_rx_iq_est() argument
1010 iq_est->iq_prod = b43_phy_read(dev, B43_LPPHY_IQ_ACC_HI_ADDR); in lpphy_rx_iq_est()
1011 iq_est->iq_prod <<= 16; in lpphy_rx_iq_est()
1012 iq_est->iq_prod |= b43_phy_read(dev, B43_LPPHY_IQ_ACC_LO_ADDR); in lpphy_rx_iq_est()
1014 iq_est->i_pwr = b43_phy_read(dev, B43_LPPHY_IQ_I_PWR_ACC_HI_ADDR); in lpphy_rx_iq_est()
1015 iq_est->i_pwr <<= 16; in lpphy_rx_iq_est()
1016 iq_est->i_pwr |= b43_phy_read(dev, B43_LPPHY_IQ_I_PWR_ACC_LO_ADDR); in lpphy_rx_iq_est()
1018 iq_est->q_pwr = b43_phy_read(dev, B43_LPPHY_IQ_Q_PWR_ACC_HI_ADDR); in lpphy_rx_iq_est()
1019 iq_est->q_pwr <<= 16; in lpphy_rx_iq_est()
1020 iq_est->q_pwr |= b43_phy_read(dev, B43_LPPHY_IQ_Q_PWR_ACC_LO_ADDR); in lpphy_rx_iq_est()
[all …]