Home
last modified time | relevance | path

Searched refs:HOST_CE_SIZE (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_mem.h303 #define __qdf_ioremap(HOST_CE_ADDRESS, HOST_CE_SIZE) \ argument
304 ioremap(HOST_CE_ADDRESS, HOST_CE_SIZE)
306 #define __qdf_ioremap(HOST_CE_ADDRESS, HOST_CE_SIZE) \ argument
307 ioremap_nocache(HOST_CE_ADDRESS, HOST_CE_SIZE)
/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/
H A Dif_ahb.h51 #define HOST_CE_SIZE 0x200000 macro
H A Dif_ahb.c582 sc->mem_ce = qdf_ioremap(HOST_CE_ADDRESS, HOST_CE_SIZE); in hif_ahb_enable_bus()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_mem.h1471 #define qdf_ioremap(HOST_CE_ADDRESS, HOST_CE_SIZE) \ argument
1472 __qdf_ioremap(HOST_CE_ADDRESS, HOST_CE_SIZE)