Lines Matching defs:rtw_hal
1638 struct rtw_hal { struct
1639 u32 rcr;
1641 u32 chip_version;
1642 u8 cut_version;
1643 u8 mp_chip;
1644 u8 oem_id;
1645 struct rtw_phy_cond phy_cond;
1647 u8 ps_mode;
1648 u8 current_channel;
1649 u8 current_band_width;
1650 u8 current_band_type;
1655 u8 cch_by_bw[RTW_MAX_CHANNEL_WIDTH + 1];
1657 u8 sec_ch_offset;
1658 u8 rf_type;
1659 u8 rf_path_num;
1660 u8 rf_phy_num;
1661 u32 antenna_tx;
1662 u32 antenna_rx;
1663 u8 bfee_sts_cap;
1666 struct mutex tx_power_mutex;
1667 s8 tx_pwr_by_rate_offset_2g[RTW_RF_PATH_MAX]
1669 s8 tx_pwr_by_rate_offset_5g[RTW_RF_PATH_MAX]
1694 struct rtw_hal hal; argument