Lines Matching defs:rtw_hal
1766 struct rtw_hal { struct
1767 u32 rcr;
1769 u32 chip_version;
1770 u8 cut_version;
1771 u8 mp_chip;
1772 u8 oem_id;
1773 struct rtw_phy_cond phy_cond;
1775 u8 ps_mode;
1776 u8 current_channel;
1777 u8 current_band_width;
1778 u8 current_band_type;
1783 u8 cch_by_bw[RTW_MAX_CHANNEL_WIDTH + 1];
1785 u8 sec_ch_offset;
1786 u8 rf_type;
1787 u8 rf_path_num;
1788 u8 rf_phy_num;
1789 u32 antenna_tx;
1790 u32 antenna_rx;
1791 u8 bfee_sts_cap;
1794 struct mutex tx_power_mutex;
1795 s8 tx_pwr_by_rate_offset_2g[RTW_RF_PATH_MAX]
1797 s8 tx_pwr_by_rate_offset_5g[RTW_RF_PATH_MAX]
1799 s8 tx_pwr_by_rate_base_2g[RTW_RF_PATH_MAX]
1801 s8 tx_pwr_by_rate_base_5g[RTW_RF_PATH_MAX]
1803 s8 tx_pwr_limit_2g[RTW_REGD_MAX]
1830 struct rtw_hal hal; argument