Home
last modified time | relevance | path

Searched refs:qdf_le32_to_cpu (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/mgmt_txrx/src/
Dtarget_if_mgmt_txrx_rx_reo.c312 qdf_le32_to_cpu(snapshot_address->mgmt_rx_reo_snapshot_low); in target_if_mgmt_rx_reo_read_snapshot_raw()
314 qdf_le32_to_cpu(snapshot_address->mgmt_rx_reo_snapshot_high); in target_if_mgmt_rx_reo_read_snapshot_raw()
323 qdf_le32_to_cpu(snapshot_address->mgmt_rx_reo_snapshot_low); in target_if_mgmt_rx_reo_read_snapshot_raw()
325 qdf_le32_to_cpu(snapshot_address->mgmt_rx_reo_snapshot_high); in target_if_mgmt_rx_reo_read_snapshot_raw()
332 qdf_le32_to_cpu(snapshot_address->mgmt_rx_reo_snapshot_low); in target_if_mgmt_rx_reo_read_snapshot_raw()
334 qdf_le32_to_cpu(snapshot_address->mgmt_rx_reo_snapshot_high); in target_if_mgmt_rx_reo_read_snapshot_raw()
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
Dmlo_global_h_shmem_arena.c52 *pwords = qdf_le32_to_cpu(*pwords); in convert_dwords_to_host_order()
121 tlv_header = qdf_le32_to_cpu(tlv_header); in process_tlv_header()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_util.h594 #define qdf_le32_to_cpu(x) __qdf_le32_to_cpu(x) macro
/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/src/
Dtarget_if_direct_buf_rx_main.c2073 tp = qdf_le32_to_cpu(tp); in target_if_dbr_add_ring_debug_entry()
2490 tp = qdf_le32_to_cpu(tp); in target_if_direct_buf_rx_print_ring_stat()
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral_phyerr.c3023 *ptr32 = qdf_le32_to_cpu(*ptr32); in target_if_byte_swap_spectral_headers_gen3()
3033 *ptr32 = qdf_le32_to_cpu(*ptr32); in target_if_byte_swap_spectral_headers_gen3()
3060 *dword_ptr = qdf_le32_to_cpu(*dword_ptr); in target_if_byte_swap_spectral_fft_bins_gen3()
Dtarget_if_spectral.h120 *(dest + j) = qdf_le32_to_cpu(*(src + j)); \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_api.h1458 qdf_le32_to_cpu(*(volatile uint32_t *) in hal_le_srng_access_start_unlocked_in_cpu_order()
1462 qdf_le32_to_cpu(*(volatile uint32_t *) in hal_le_srng_access_start_unlocked_in_cpu_order()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h535 *(dest+j) = qdf_le32_to_cpu(*(src+j)); \
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c15968 qdf_le32_to_cpu(*((u_int32_t *)data_aligned + c)); in fips_conv_data_be()