Lines Matching refs:hal
484 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw_debug_get_rf_dump()
585 struct rtw_hal *hal = &rtwdev->hal; in rtw_debugfs_get_tx_pwr_tbl() local
588 u8 bw = hal->current_band_width; in rtw_debugfs_get_tx_pwr_tbl()
589 u8 ch = hal->current_channel; in rtw_debugfs_get_tx_pwr_tbl()
596 mutex_lock(&hal->tx_power_mutex); in rtw_debugfs_get_tx_pwr_tbl()
599 if (hal->current_band_type == RTW_BAND_5G) in rtw_debugfs_get_tx_pwr_tbl()
617 hal->tx_pwr_tbl[path][rate], in rtw_debugfs_get_tx_pwr_tbl()
618 hal->tx_pwr_tbl[path][rate], in rtw_debugfs_get_tx_pwr_tbl()
627 mutex_unlock(&hal->tx_power_mutex); in rtw_debugfs_get_tx_pwr_tbl()
636 struct rtw_hal *hal = &rtwdev->hal; in rtw_debugfs_get_simple_phy_info() local
641 dm_info->rssi[RF_PATH_A] - 100, hal->current_channel); in rtw_debugfs_get_simple_phy_info()
669 seq_printf(m, "Current CH(fc) = %u\n", rtwdev->hal.current_channel); in rtw_debugfs_get_phy_info()
670 seq_printf(m, "Current BW = %u\n", rtwdev->hal.current_band_width); in rtw_debugfs_get_phy_info()
914 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in dump_gapk_status()