Home
last modified time | relevance | path

Searched refs:pofdm_buf (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1485 struct phy_sts_ofdm_819xpci *pofdm_buf; in _rtl92e_query_rxphystatus() local
1522 pofdm_buf = (struct phy_sts_ofdm_819xpci *)prxpkt; in _rtl92e_query_rxphystatus()
1612 rx_pwr[i] = ((pofdm_buf->trsw_gain_X[i] & 0x3F) * in _rtl92e_query_rxphystatus()
1615 tmp_rxsnr = pofdm_buf->rxsnr_X[i]; in _rtl92e_query_rxphystatus()
1632 rx_pwr_all = (((pofdm_buf->pwdb_all) >> 1) & 0x7f) - 106; in _rtl92e_query_rxphystatus()
1645 tmp_rxevm = pofdm_buf->rxevm_X[i]; in _rtl92e_query_rxphystatus()
1666 rxsc_sgien_exflg = pofdm_buf->rxsc_sgien_exflg; in _rtl92e_query_rxphystatus()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c4256 phy_sts_ofdm_819xusb_t *pofdm_buf; in rtl8192_query_rxphystatus() local
4290 pofdm_buf = (phy_sts_ofdm_819xusb_t *)prxpkt; in rtl8192_query_rxphystatus()
4383 ((pofdm_buf->trsw_gain_X[i] & 0x3F) * 2) - 106; in rtl8192_query_rxphystatus()
4386 tmp_rxsnr = pofdm_buf->rxsnr_X[i]; in rtl8192_query_rxphystatus()
4404 rx_pwr_all = (((pofdm_buf->pwdb_all) >> 1) & 0x7f) - 106; in rtl8192_query_rxphystatus()
4420 tmp_rxevm = pofdm_buf->rxevm_X[i]; in rtl8192_query_rxphystatus()
4447 rxsc_sgien_exflg = pofdm_buf->rxsc_sgien_exflg; in rtl8192_query_rxphystatus()