Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/ !
H A Dtarget_if_wifi_pos.c57 uint32_t dw_lo, dw_hi = 0, map_status; in target_if_wifi_pos_replenish_ring() local
80 dw_lo = (uint64_t)paddr & 0xFFFFFFFF; in target_if_wifi_pos_replenish_ring()
83 *ring_entry = (uint64_t)dw_hi << 32 | dw_lo; in target_if_wifi_pos_replenish_ring()
/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/src/ !
H A Dtarget_if_direct_buf_rx_main.c1310 uint32_t dw_lo, dw_hi = 0, map_status; in target_if_dbr_replenish_ring() local
1376 dw_lo = (uint64_t)paddr & 0xFFFFFFFF; in target_if_dbr_replenish_ring()
1379 *ring_entry = qdf_cpu_to_le32(dw_lo); in target_if_dbr_replenish_ring()