Lines Matching refs:rt_set
298 phNxpUciHal_Runtime_Settings_t *rt_set = &nxpucihal_ctrl.rt_settings; in phNxpUciHal_resetRuntimeSettings() local
299 rt_set->uwb_enable = true; in phNxpUciHal_resetRuntimeSettings()
300 rt_set->restricted_channel_mask = 0; in phNxpUciHal_resetRuntimeSettings()
301 rt_set->tx_power_offset = 0; in phNxpUciHal_resetRuntimeSettings()
315 phNxpUciHal_Runtime_Settings_t *rt_set = &nxpucihal_ctrl.rt_settings; in phNxpUciHal_applyCountryCaps() local
328 rt_set->uwb_enable = cc_resp[idx]; in phNxpUciHal_applyCountryCaps()
334 rt_set->restricted_channel_mask |= 1<< 5; in phNxpUciHal_applyCountryCaps()
340 rt_set->restricted_channel_mask |= 1<< 9; in phNxpUciHal_applyCountryCaps()
346 …rt_set->tx_power_offset = (short)((cc_resp[idx + 0]) | (((cc_resp[idx + 1]) << RMS_TX_POWER_SHIFT)… in phNxpUciHal_applyCountryCaps()
347 NXPLOG_UCIHAL_D("CountryCaps tx_power_offset = %d", rt_set->tx_power_offset); in phNxpUciHal_applyCountryCaps()
388 phNxpUciHal_Runtime_Settings_t *rt_set = &nxpucihal_ctrl.rt_settings; in CountryCodeCapsGenTxPowerPacket() local
390 if (rt_set->tx_power_offset == 0) in CountryCodeCapsGenTxPowerPacket()
428 tx_power_long += rt_set->tx_power_offset; in CountryCodeCapsGenTxPowerPacket()
469 phNxpUciHal_Runtime_Settings_t *rt_set = &nxpucihal_ctrl.rt_settings; in phNxpUciHal_handle_set_calibration() local
472 …NxpUciHal_handle_set_calibration channel=%u tx_power_offset=%d", channel, rt_set->tx_power_offset); in phNxpUciHal_handle_set_calibration()
759 phNxpUciHal_Runtime_Settings_t *rt_set = &nxpucihal_ctrl.rt_settings; in phNxpUciHal_handle_set_country_code() local
771 rt_set->restricted_channel_mask = mask; in phNxpUciHal_handle_set_country_code()
777 rt_set->uwb_enable = !uwb_disable; in phNxpUciHal_handle_set_country_code()
789 if (!is_valid_country_code(country_code) && rt_set->uwb_enable) { in phNxpUciHal_handle_set_country_code()
792 rt_set->uwb_enable = false; in phNxpUciHal_handle_set_country_code()
802 if (rt_set->uwb_enable) { in phNxpUciHal_handle_set_country_code()
823 const phNxpUciHal_Runtime_Settings_t *rt_set = &nxpucihal_ctrl.rt_settings; in phNxpUciHal_handle_set_app_config() local
876 if (((ch == CHANNEL_NUM_5) && (rt_set->restricted_channel_mask & (1 << 5))) || in phNxpUciHal_handle_set_app_config()
877 ((ch == CHANNEL_NUM_9) && (rt_set->restricted_channel_mask & (1 << 9)))) { in phNxpUciHal_handle_set_app_config()
987 const phNxpUciHal_Runtime_Settings_t *rt_set = &nxpucihal_ctrl.rt_settings; in phNxpUciHal_handle_get_caps_info() local
990 if (rt_set->restricted_channel_mask & (1 << 5)) in phNxpUciHal_handle_get_caps_info()
992 if (rt_set->restricted_channel_mask & (1 << 9)) in phNxpUciHal_handle_get_caps_info()
996 if (!(rt_set->restricted_channel_mask & (1 << 5))) in phNxpUciHal_handle_get_caps_info()
998 if (!(rt_set->restricted_channel_mask & (1 << 9))) in phNxpUciHal_handle_get_caps_info()