Lines Matching defs:rtw_hal
1907 struct rtw_hal { struct
1908 u32 rcr;
1910 u32 chip_version;
1911 u8 cut_version;
1912 u8 mp_chip;
1913 u8 oem_id;
1914 u8 pkg_type;
1915 struct rtw_phy_cond phy_cond;
1916 bool rfe_btg;
1918 u8 ps_mode;
1919 u8 current_channel;
1920 u8 current_primary_channel_index;
1921 u8 current_band_width;
1922 u8 current_band_type;
1923 u8 primary_channel;
1928 u8 cch_by_bw[RTW_MAX_CHANNEL_WIDTH + 1];
1930 u8 sec_ch_offset;
1931 u8 rf_type;
1932 u8 rf_path_num;
1933 u8 rf_phy_num;
1934 u32 antenna_tx;
1935 u32 antenna_rx;
1936 u8 bfee_sts_cap;
1937 bool txrx_1ss;
1940 struct mutex tx_power_mutex;
1941 s8 tx_pwr_by_rate_offset_2g[RTW_RF_PATH_MAX]
1943 s8 tx_pwr_by_rate_offset_5g[RTW_RF_PATH_MAX]
1945 s8 tx_pwr_by_rate_base_2g[RTW_RF_PATH_MAX]
1947 s8 tx_pwr_by_rate_base_5g[RTW_RF_PATH_MAX]
1949 s8 tx_pwr_limit_2g[RTW_REGD_MAX]
1953 s8 tx_pwr_limit_5g[RTW_REGD_MAX]
1957 s8 tx_pwr_tbl[RTW_RF_PATH_MAX]
1960 enum rtw_sar_bands sar_band;
1961 struct rtw_sar sar;
1964 u32 ch_param[3];