Lines Matching refs:hal
474 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw_debug_get_rf_dump()
575 struct rtw_hal *hal = &rtwdev->hal; in rtw_debugfs_get_tx_pwr_tbl() local
578 u8 bw = hal->current_band_width; in rtw_debugfs_get_tx_pwr_tbl()
579 u8 ch = hal->current_channel; in rtw_debugfs_get_tx_pwr_tbl()
586 mutex_lock(&hal->tx_power_mutex); in rtw_debugfs_get_tx_pwr_tbl()
589 if (hal->current_band_type == RTW_BAND_5G) in rtw_debugfs_get_tx_pwr_tbl()
607 hal->tx_pwr_tbl[path][rate], in rtw_debugfs_get_tx_pwr_tbl()
608 hal->tx_pwr_tbl[path][rate], in rtw_debugfs_get_tx_pwr_tbl()
617 mutex_unlock(&hal->tx_power_mutex); in rtw_debugfs_get_tx_pwr_tbl()
636 seq_printf(m, "Current CH(fc) = %u\n", rtwdev->hal.current_channel); in rtw_debugfs_get_phy_info()
637 seq_printf(m, "Current BW = %u\n", rtwdev->hal.current_band_width); in rtw_debugfs_get_phy_info()