Lines Matching defs:rtw_hal
1955 struct rtw_hal { struct
1956 u32 rcr;
1958 u32 chip_version;
1959 u8 cut_version;
1960 u8 mp_chip;
1961 u8 oem_id;
1962 u8 pkg_type;
1963 struct rtw_phy_cond phy_cond;
1964 struct rtw_phy_cond2 phy_cond2;
1965 bool rfe_btg;
1967 u8 ps_mode;
1968 u8 current_channel;
1969 u8 current_primary_channel_index;
1970 u8 current_band_width;
1971 u8 current_band_type;
1972 u8 primary_channel;
1977 u8 cch_by_bw[RTW_MAX_CHANNEL_WIDTH + 1];
1979 u8 sec_ch_offset;
1980 u8 rf_type;
1981 u8 rf_path_num;
1982 u8 rf_phy_num;
1983 u32 antenna_tx;
1984 u32 antenna_rx;
1985 u8 bfee_sts_cap;
1986 bool txrx_1ss;
1987 bool cck_high_power;
1990 struct mutex tx_power_mutex;
1991 s8 tx_pwr_by_rate_offset_2g[RTW_RF_PATH_MAX]
1993 s8 tx_pwr_by_rate_offset_5g[RTW_RF_PATH_MAX]
1995 s8 tx_pwr_by_rate_base_2g[RTW_RF_PATH_MAX]
1997 s8 tx_pwr_by_rate_base_5g[RTW_RF_PATH_MAX]
1999 s8 tx_pwr_limit_2g[RTW_REGD_MAX]
2003 s8 tx_pwr_limit_5g[RTW_REGD_MAX]
2007 s8 tx_pwr_tbl[RTW_RF_PATH_MAX]
2010 enum rtw_sar_bands sar_band;
2011 struct rtw_sar sar;
2014 u32 ch_param[3];