Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl8712_recv.c748 struct phy_cck_rx_status *pcck_buf; in query_rx_phy_status() local
757 pcck_buf = (struct phy_cck_rx_status *)pphy_stat; in query_rx_phy_status()
763 report = pcck_buf->cck_agc_rpt & 0xc0; in query_rx_phy_status()
772 rx_pwr_all = -40 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()
776 rx_pwr_all = -20 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()
780 rx_pwr_all = -2 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()
784 rx_pwr_all = 14 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()
794 rx_pwr_all = -40 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()
798 rx_pwr_all = -20 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()
802 rx_pwr_all = -2 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()
[all …]
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1490 struct phy_sts_cck_819xpci *pcck_buf; in _rtl92e_query_rxphystatus() local
1525 pcck_buf = (struct phy_sts_cck_819xpci *)prxpkt; in _rtl92e_query_rxphystatus()
1538 report = pcck_buf->cck_agc_rpt & 0xc0; in _rtl92e_query_rxphystatus()
1542 rx_pwr_all = -35 - (pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()
1546 rx_pwr_all = -23 - (pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()
1550 rx_pwr_all = -11 - (pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()
1554 rx_pwr_all = 8 - (pcck_buf->cck_agc_rpt & 0x3e); in _rtl92e_query_rxphystatus()
1558 report = pcck_buf->cck_agc_rpt & 0x60; in _rtl92e_query_rxphystatus()
1563 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()
1568 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()
[all …]
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_core.c4205 phy_sts_cck_819xusb_t *pcck_buf; in rtl8192_query_rxphystatus() local
4237 pcck_buf = (phy_sts_cck_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()
4256 report = pcck_buf->cck_agc_rpt & 0xc0; in rtl8192_query_rxphystatus()
4260 rx_pwr_all = -35 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
4263 rx_pwr_all = -23 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
4266 rx_pwr_all = -11 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
4269 rx_pwr_all = 6 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
4273 report = pcck_buf->cck_agc_rpt & 0x60; in rtl8192_query_rxphystatus()
4277 rx_pwr_all = -35 - ((pcck_buf->cck_agc_rpt & 0x1f) << 1); in rtl8192_query_rxphystatus()
4280 rx_pwr_all = -23 - ((pcck_buf->cck_agc_rpt & 0x1f) << 1); in rtl8192_query_rxphystatus()
[all …]