Lines Matching refs:hal
553 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw_debug_get_rf_dump()
656 struct rtw_hal *hal = &rtwdev->hal; in rtw_debugfs_get_tx_pwr_tbl() local
661 bw = hal->current_band_width; in rtw_debugfs_get_tx_pwr_tbl()
662 ch = hal->current_channel; in rtw_debugfs_get_tx_pwr_tbl()
671 mutex_lock(&hal->tx_power_mutex); in rtw_debugfs_get_tx_pwr_tbl()
674 if (hal->current_band_type == RTW_BAND_5G) in rtw_debugfs_get_tx_pwr_tbl()
692 hal->tx_pwr_tbl[path][rate], in rtw_debugfs_get_tx_pwr_tbl()
693 hal->tx_pwr_tbl[path][rate], in rtw_debugfs_get_tx_pwr_tbl()
704 mutex_unlock(&hal->tx_power_mutex); in rtw_debugfs_get_tx_pwr_tbl()
714 struct rtw_hal *hal = &rtwdev->hal; in rtw_debugfs_get_simple_phy_info() local
719 dm_info->rssi[RF_PATH_A] - 100, hal->current_channel); in rtw_debugfs_get_simple_phy_info()
747 seq_printf(m, "Current CH(fc) = %u\n", rtwdev->hal.current_channel); in rtw_debugfs_get_phy_info()
748 seq_printf(m, "Current BW = %u\n", rtwdev->hal.current_band_width); in rtw_debugfs_get_phy_info()
752 seq_printf(m, "1SS for TX and RX = %c\n\n", rtwdev->hal.txrx_1ss ? in rtw_debugfs_get_phy_info()
1070 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in dump_gapk_status()