Lines Matching defs:rtw_hal
1930 struct rtw_hal { struct
1931 u32 rcr;
1933 u32 chip_version;
1934 u8 cut_version;
1935 u8 mp_chip;
1936 u8 oem_id;
1937 u8 pkg_type;
1938 struct rtw_phy_cond phy_cond;
1939 struct rtw_phy_cond2 phy_cond2;
1940 bool rfe_btg;
1942 u8 ps_mode;
1943 u8 current_channel;
1944 u8 current_primary_channel_index;
1945 u8 current_band_width;
1946 u8 current_band_type;
1947 u8 primary_channel;
1952 u8 cch_by_bw[RTW_MAX_CHANNEL_WIDTH + 1];
1954 u8 sec_ch_offset;
1955 u8 rf_type;
1956 u8 rf_path_num;
1957 u8 rf_phy_num;
1958 u32 antenna_tx;
1959 u32 antenna_rx;
1960 u8 bfee_sts_cap;
1961 bool txrx_1ss;
1962 bool cck_high_power;
1965 struct mutex tx_power_mutex;
1966 s8 tx_pwr_by_rate_offset_2g[RTW_RF_PATH_MAX]
1968 s8 tx_pwr_by_rate_offset_5g[RTW_RF_PATH_MAX]
1970 s8 tx_pwr_by_rate_base_2g[RTW_RF_PATH_MAX]
1972 s8 tx_pwr_by_rate_base_5g[RTW_RF_PATH_MAX]
1974 s8 tx_pwr_limit_2g[RTW_REGD_MAX]
1978 s8 tx_pwr_limit_5g[RTW_REGD_MAX]
1982 s8 tx_pwr_tbl[RTW_RF_PATH_MAX]
1985 enum rtw_sar_bands sar_band;
1986 struct rtw_sar sar;
1989 u32 ch_param[3];