[go: nahoru, domu]

Searched refs:tx_power_by_rate_offset (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Dphy.c760 rtlphy->tx_power_by_rate_offset[band]
913 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_1TX][0] >> 24) & 0xFF;
917 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_1TX][2] >> 24) & 0xFF;
921 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_1TX][4] >> 24) & 0xFF;
925 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_2TX][6] >> 24) & 0xFF;
929 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_1TX][8] >> 24) & 0xFF;
933 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][path][RF_2TX][11] >> 8) & 0xFF;
937 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_1TX][2] >> 24) & 0xFF;
941 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5G][path][RF_1TX][4] >> 24) & 0xFF;
945 rawValue = (u16)(rtlphy->tx_power_by_rate_offset[BAND_ON_5
[all...]
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dphy.c222 rtlphy->tx_power_by_rate_offset
342 rawvalue = (u16)(rtlphy->tx_power_by_rate_offset
348 rawvalue = (u16)(rtlphy->tx_power_by_rate_offset
356 rawvalue = (u16)(rtlphy->tx_power_by_rate_offset
363 rawvalue = (u16)(rtlphy->tx_power_by_rate_offset
370 rawvalue = (u16)(rtlphy->tx_power_by_rate_offset
415 &rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][rfpath][RF_1TX][2],
418 &rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][rfpath][RF_1TX][3],
424 &rtlphy->tx_power_by_rate_offset[BAND_ON_2_4G][rfpath][RF_1TX][0],
427 &rtlphy->tx_power_by_rate_offset[BAND_ON_2_4
[all...]
/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dphy.c415 rtlphy->tx_power_by_rate_offset
509 raw = (u16)(rtlphy->tx_power_by_rate_offset
517 raw = (u16)(rtlphy->tx_power_by_rate_offset
525 raw = (u16)(rtlphy->tx_power_by_rate_offset
531 raw = (u16)(rtlphy->tx_power_by_rate_offset
538 raw = (u16)(rtlphy->tx_power_by_rate_offset
583 &rtlphy->tx_power_by_rate_offset
587 &rtlphy->tx_power_by_rate_offset
595 &rtlphy->tx_power_by_rate_offset
599 &rtlphy->tx_power_by_rate_offset
[all...]
/drivers/net/wireless/rtlwifi/
H A Dwifi.h1206 u32 tx_power_by_rate_offset[TX_PWR_BY_RATE_NUM_BAND] member in struct:rtl_phy

Completed in 94 milliseconds