Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl8712_recv.c736 struct phy_cck_rx_status *pcck_buf; in query_rx_phy_status() local
745 pcck_buf = (struct phy_cck_rx_status *)pphy_stat; in query_rx_phy_status()
751 report = pcck_buf->cck_agc_rpt & 0xc0; in query_rx_phy_status()
759 rx_pwr_all = -40 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()
763 rx_pwr_all = -20 - (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()
781 rx_pwr_all = -40 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()
785 rx_pwr_all = -20 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()
789 rx_pwr_all = -2 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()
[all …]
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1488 struct phy_sts_cck_819xpci *pcck_buf; in rtl8192_query_rxphystatus() local
1522 pcck_buf = (struct phy_sts_cck_819xpci *)prxpkt; in rtl8192_query_rxphystatus()
1535 report = pcck_buf->cck_agc_rpt & 0xc0; in rtl8192_query_rxphystatus()
1539 rx_pwr_all = -35 - (pcck_buf->cck_agc_rpt & in rtl8192_query_rxphystatus()
1543 rx_pwr_all = -23 - (pcck_buf->cck_agc_rpt & in rtl8192_query_rxphystatus()
1547 rx_pwr_all = -11 - (pcck_buf->cck_agc_rpt & in rtl8192_query_rxphystatus()
1551 rx_pwr_all = 8 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
1555 report = pcck_buf->cck_agc_rpt & 0x60; in rtl8192_query_rxphystatus()
1560 ((pcck_buf->cck_agc_rpt & in rtl8192_query_rxphystatus()
1565 ((pcck_buf->cck_agc_rpt & in rtl8192_query_rxphystatus()
[all …]
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c3983 phy_sts_cck_819xusb_t *pcck_buf; in rtl8192_query_rxphystatus() local
4014 pcck_buf = (phy_sts_cck_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()
4035 report = pcck_buf->cck_agc_rpt & 0xc0; in rtl8192_query_rxphystatus()
4042 rx_pwr_all = -35 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
4045 rx_pwr_all = -23 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
4048 rx_pwr_all = -11 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
4051 rx_pwr_all = 6 - (pcck_buf->cck_agc_rpt & 0x3e); in rtl8192_query_rxphystatus()
4055 report = pcck_buf->cck_agc_rpt & 0x60; in rtl8192_query_rxphystatus()
4059 rx_pwr_all = -35 - ((pcck_buf->cck_agc_rpt & 0x1f)<<1); in rtl8192_query_rxphystatus()
4062 rx_pwr_all = -23 - ((pcck_buf->cck_agc_rpt & 0x1f)<<1); in rtl8192_query_rxphystatus()
[all …]