Searched refs:pcck_buf (Results 1 – 3 of 3) sorted by relevance
712 struct phy_cck_rx_status *pcck_buf; in query_rx_phy_status() local721 pcck_buf = (struct phy_cck_rx_status *)pphy_stat; in query_rx_phy_status()727 report = pcck_buf->cck_agc_rpt & 0xc0; in query_rx_phy_status()736 rx_pwr_all = -40 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()740 rx_pwr_all = -20 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()744 rx_pwr_all = -2 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()748 rx_pwr_all = 14 - (pcck_buf->cck_agc_rpt & in query_rx_phy_status()758 rx_pwr_all = -40 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()762 rx_pwr_all = -20 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()766 rx_pwr_all = -2 - ((pcck_buf->cck_agc_rpt & in query_rx_phy_status()[all …]
1338 struct phy_sts_cck_819xpci *pcck_buf; in _rtl92e_query_rxphystatus() local1373 pcck_buf = (struct phy_sts_cck_819xpci *)prxpkt; in _rtl92e_query_rxphystatus()1386 report = pcck_buf->cck_agc_rpt & 0xc0; in _rtl92e_query_rxphystatus()1390 rx_pwr_all = -35 - (pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()1394 rx_pwr_all = -23 - (pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()1398 rx_pwr_all = -11 - (pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()1402 rx_pwr_all = 8 - (pcck_buf->cck_agc_rpt & 0x3e); in _rtl92e_query_rxphystatus()1406 report = pcck_buf->cck_agc_rpt & 0x60; in _rtl92e_query_rxphystatus()1411 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()1416 ((pcck_buf->cck_agc_rpt & in _rtl92e_query_rxphystatus()[all …]
3833 phy_sts_cck_819xusb_t *pcck_buf; in rtl8192_query_rxphystatus() local3864 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()3904 rx_pwr_all = -35 - ((pcck_buf->cck_agc_rpt & 0x1f) << 1); in rtl8192_query_rxphystatus()3907 rx_pwr_all = -23 - ((pcck_buf->cck_agc_rpt & 0x1f) << 1); in rtl8192_query_rxphystatus()[all …]