Searched refs:pcck_buf (Results 1 – 3 of 3) sorted by relevance
736 struct phy_cck_rx_status *pcck_buf; in query_rx_phy_status() local745 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 …]
1488 struct phy_sts_cck_819xpci *pcck_buf; in rtl8192_query_rxphystatus() local1522 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 …]
3983 phy_sts_cck_819xusb_t *pcck_buf; in rtl8192_query_rxphystatus() local4014 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 …]