Lines Matching refs:hal
522 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw_debug_get_rf_dump()
623 struct rtw_hal *hal = &rtwdev->hal; in rtw_debugfs_get_tx_pwr_tbl() local
628 bw = hal->current_band_width; in rtw_debugfs_get_tx_pwr_tbl()
629 ch = hal->current_channel; in rtw_debugfs_get_tx_pwr_tbl()
638 mutex_lock(&hal->tx_power_mutex); in rtw_debugfs_get_tx_pwr_tbl()
641 if (hal->current_band_type == RTW_BAND_5G) in rtw_debugfs_get_tx_pwr_tbl()
659 hal->tx_pwr_tbl[path][rate], in rtw_debugfs_get_tx_pwr_tbl()
660 hal->tx_pwr_tbl[path][rate], in rtw_debugfs_get_tx_pwr_tbl()
671 mutex_unlock(&hal->tx_power_mutex); in rtw_debugfs_get_tx_pwr_tbl()
681 struct rtw_hal *hal = &rtwdev->hal; in rtw_debugfs_get_simple_phy_info() local
686 dm_info->rssi[RF_PATH_A] - 100, hal->current_channel); in rtw_debugfs_get_simple_phy_info()
714 seq_printf(m, "Current CH(fc) = %u\n", rtwdev->hal.current_channel); in rtw_debugfs_get_phy_info()
715 seq_printf(m, "Current BW = %u\n", rtwdev->hal.current_band_width); in rtw_debugfs_get_phy_info()
719 seq_printf(m, "1SS for TX and RX = %c\n\n", rtwdev->hal.txrx_1ss ? in rtw_debugfs_get_phy_info()
1029 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in dump_gapk_status()