Lines Matching defs:rtw_hal
1958 struct rtw_hal { struct
1959 u32 rcr;
1961 u32 chip_version;
1962 u8 cut_version;
1963 u8 mp_chip;
1964 u8 oem_id;
1965 u8 pkg_type;
1966 struct rtw_phy_cond phy_cond;
1967 struct rtw_phy_cond2 phy_cond2;
1968 bool rfe_btg;
1970 u8 ps_mode;
1971 u8 current_channel;
1972 u8 current_primary_channel_index;
1973 u8 current_band_width;
1974 u8 current_band_type;
1975 u8 primary_channel;
1980 u8 cch_by_bw[RTW_MAX_CHANNEL_WIDTH + 1];
1982 u8 sec_ch_offset;
1983 u8 rf_type;
1984 u8 rf_path_num;
1985 u8 rf_phy_num;
1986 u32 antenna_tx;
1987 u32 antenna_rx;
1988 u8 bfee_sts_cap;
1989 bool txrx_1ss;
1990 bool cck_high_power;
1993 struct mutex tx_power_mutex;
1994 s8 tx_pwr_by_rate_offset_2g[RTW_RF_PATH_MAX]
1996 s8 tx_pwr_by_rate_offset_5g[RTW_RF_PATH_MAX]
1998 s8 tx_pwr_by_rate_base_2g[RTW_RF_PATH_MAX]
2000 s8 tx_pwr_by_rate_base_5g[RTW_RF_PATH_MAX]
2002 s8 tx_pwr_limit_2g[RTW_REGD_MAX]
2006 s8 tx_pwr_limit_5g[RTW_REGD_MAX]
2010 s8 tx_pwr_tbl[RTW_RF_PATH_MAX]
2013 enum rtw_sar_bands sar_band;
2014 struct rtw_sar sar;
2017 u32 ch_param[3];