Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_recv.c713 struct phy_cck_rx_status *pcck_buf; in query_rx_phy_status() local
728 report = pcck_buf->cck_agc_rpt & 0xc0; in query_rx_phy_status()
737 rx_pwr_all = -40 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()
741 rx_pwr_all = -20 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()
745 rx_pwr_all = -2 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()
749 rx_pwr_all = 14 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()
767 rx_pwr_all = -2 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()
771 rx_pwr_all = 14 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()
797 sq = pcck_buf->sq_rpt; in query_rx_phy_status()
798 if (pcck_buf->sq_rpt > 64) in query_rx_phy_status()
[all …]
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1225 struct phy_sts_cck_819xpci *pcck_buf; in _rtl92e_query_rxphystatus() local
1268 report = pcck_buf->cck_agc_rpt & 0xc0; in _rtl92e_query_rxphystatus()
1272 rx_pwr_all = -35 - (pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()
1288 report = pcck_buf->cck_agc_rpt & 0x60; in _rtl92e_query_rxphystatus()
1293 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()
1298 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()
1303 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()
1308 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()
1324 sq = pcck_buf->sq_rpt; in _rtl92e_query_rxphystatus()
1326 if (pcck_buf->sq_rpt > 64) in _rtl92e_query_rxphystatus()
[all …]
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c3833 phy_sts_cck_819xusb_t *pcck_buf; in rtl8192_query_rxphystatus() local
3864 pcck_buf = (phy_sts_cck_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()
3883 report = pcck_buf->cck_agc_rpt & 0xc0; in rtl8192_query_rxphystatus()
3887 rx_pwr_all = -35 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
3890 rx_pwr_all = -23 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
3893 rx_pwr_all = -11 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
3896 rx_pwr_all = 6 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
3900 report = pcck_buf->cck_agc_rpt & 0x60; in rtl8192_query_rxphystatus()
3927 sq = pcck_buf->sq_rpt; in rtl8192_query_rxphystatus()
3929 if (pcck_buf->sq_rpt > 64) in rtl8192_query_rxphystatus()
[all …]