Home
last modified time | relevance | path

Searched refs:get_u16_msb (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/cfr/inc/
Dtarget_if_cfr.h53 #define get_u16_msb(value) (uint16_t)(((uint32_t)value) >> 16) macro
/wlan-driver/qca-wifi-host-cmn/target_if/cfr/src/
Dtarget_if_cfr_enh.c1341 gain_info[1] = get_u16_msb(cfr_info->agc_gain_info0); in target_if_cfr_rx_tlv_process()
1343 gain_info[3] = get_u16_msb(cfr_info->agc_gain_info1); in target_if_cfr_rx_tlv_process()
1345 gain_info[5] = get_u16_msb(cfr_info->agc_gain_info2); in target_if_cfr_rx_tlv_process()
1347 gain_info[7] = get_u16_msb(cfr_info->agc_gain_info3); in target_if_cfr_rx_tlv_process()
1739 pcfr->phase_delta[c][g + 1] = get_u16_msb in populate_phase_delta()
1961 pcfr->gain_stop_index_array[dst_idx + 1] = get_u16_msb(data); in target_if_pdev_enhanced_aoa_phasedelta_event_handler()
1965 pcfr->enh_phase_delta_array[dst_idx + 1] = get_u16_msb(data); in target_if_pdev_enhanced_aoa_phasedelta_event_handler()