Searched refs:MIN (Results 1 – 4 of 4) sorted by relevance
/nrf_wifi-latest/fw_if/umac_if/src/offload_raw_tx/ |
D | fmac_api.c | 629 MIN(tx_pwr_ceil_params->max_pwr_2g_dsss, phy_rf_params->max_pwr_ceil.max_dsss_pwr) in nrf_wifi_off_raw_tx_fmac_rf_params_get() 632 MIN(tx_pwr_ceil_params->max_pwr_2g_mcs7, phy_rf_params->max_pwr_ceil.max_lb_mcs7_pwr) in nrf_wifi_off_raw_tx_fmac_rf_params_get() 635 MIN(tx_pwr_ceil_params->max_pwr_2g_mcs0, phy_rf_params->max_pwr_ceil.max_lb_mcs0_pwr) in nrf_wifi_off_raw_tx_fmac_rf_params_get() 639 MIN(tx_pwr_ceil_params->max_pwr_5g_low_mcs7, in nrf_wifi_off_raw_tx_fmac_rf_params_get() 642 MIN(tx_pwr_ceil_params->max_pwr_5g_mid_mcs7, in nrf_wifi_off_raw_tx_fmac_rf_params_get() 645 MIN(tx_pwr_ceil_params->max_pwr_5g_high_mcs7, in nrf_wifi_off_raw_tx_fmac_rf_params_get() 648 MIN(tx_pwr_ceil_params->max_pwr_5g_low_mcs0, in nrf_wifi_off_raw_tx_fmac_rf_params_get() 651 MIN(tx_pwr_ceil_params->max_pwr_5g_mid_mcs0, in nrf_wifi_off_raw_tx_fmac_rf_params_get() 654 MIN(tx_pwr_ceil_params->max_pwr_5g_high_mcs0, in nrf_wifi_off_raw_tx_fmac_rf_params_get()
|
/nrf_wifi-latest/fw_if/umac_if/src/radio_test/ |
D | fmac_api.c | 1116 MIN(tx_pwr_ceil_params->max_pwr_2g_dsss, phy_rf_params->max_pwr_ceil.max_dsss_pwr) in nrf_wifi_rt_fmac_rf_params_get() 1119 MIN(tx_pwr_ceil_params->max_pwr_2g_mcs7, phy_rf_params->max_pwr_ceil.max_lb_mcs7_pwr) in nrf_wifi_rt_fmac_rf_params_get() 1122 MIN(tx_pwr_ceil_params->max_pwr_2g_mcs0, phy_rf_params->max_pwr_ceil.max_lb_mcs0_pwr) in nrf_wifi_rt_fmac_rf_params_get() 1126 MIN(tx_pwr_ceil_params->max_pwr_5g_low_mcs7, in nrf_wifi_rt_fmac_rf_params_get() 1129 MIN(tx_pwr_ceil_params->max_pwr_5g_mid_mcs7, in nrf_wifi_rt_fmac_rf_params_get() 1132 MIN(tx_pwr_ceil_params->max_pwr_5g_high_mcs7, in nrf_wifi_rt_fmac_rf_params_get() 1135 MIN(tx_pwr_ceil_params->max_pwr_5g_low_mcs0, in nrf_wifi_rt_fmac_rf_params_get() 1138 MIN(tx_pwr_ceil_params->max_pwr_5g_mid_mcs0, in nrf_wifi_rt_fmac_rf_params_get() 1141 MIN(tx_pwr_ceil_params->max_pwr_5g_high_mcs0, in nrf_wifi_rt_fmac_rf_params_get()
|
/nrf_wifi-latest/fw_if/umac_if/inc/common/ |
D | fmac_api_common.h | 26 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
|
/nrf_wifi-latest/fw_if/umac_if/src/system/ |
D | fmac_api.c | 3612 MIN(tx_pwr_ceil_params->max_pwr_2g_dsss, phy_rf_params->max_pwr_ceil.max_dsss_pwr) in nrf_wifi_sys_fmac_rf_params_get() 3615 MIN(tx_pwr_ceil_params->max_pwr_2g_mcs7, phy_rf_params->max_pwr_ceil.max_lb_mcs7_pwr) in nrf_wifi_sys_fmac_rf_params_get() 3618 MIN(tx_pwr_ceil_params->max_pwr_2g_mcs0, phy_rf_params->max_pwr_ceil.max_lb_mcs0_pwr) in nrf_wifi_sys_fmac_rf_params_get() 3622 MIN(tx_pwr_ceil_params->max_pwr_5g_low_mcs7, in nrf_wifi_sys_fmac_rf_params_get() 3625 MIN(tx_pwr_ceil_params->max_pwr_5g_mid_mcs7, in nrf_wifi_sys_fmac_rf_params_get() 3628 MIN(tx_pwr_ceil_params->max_pwr_5g_high_mcs7, in nrf_wifi_sys_fmac_rf_params_get() 3631 MIN(tx_pwr_ceil_params->max_pwr_5g_low_mcs0, in nrf_wifi_sys_fmac_rf_params_get() 3634 MIN(tx_pwr_ceil_params->max_pwr_5g_mid_mcs0, in nrf_wifi_sys_fmac_rf_params_get() 3637 MIN(tx_pwr_ceil_params->max_pwr_5g_high_mcs0, in nrf_wifi_sys_fmac_rf_params_get()
|