Home
last modified time | relevance | path

Searched refs:host_map (Results 1 – 6 of 6) sorted by relevance

/nrf_wifi-latest/os_if/src/
Dosal.c544 struct nrf_wifi_osal_host_map *host_map) in nrf_wifi_osal_bus_pcie_dev_host_map_get() argument
547 host_map); in nrf_wifi_osal_bus_pcie_dev_host_map_get()
606 struct nrf_wifi_osal_host_map *host_map) in nrf_wifi_osal_bus_qspi_dev_host_map_get() argument
609 host_map); in nrf_wifi_osal_bus_qspi_dev_host_map_get()
710 struct nrf_wifi_osal_host_map *host_map) in nrf_wifi_osal_bus_spi_dev_host_map_get() argument
713 host_map); in nrf_wifi_osal_bus_spi_dev_host_map_get()
/nrf_wifi-latest/os_if/inc/
Dosal_api.h820 struct nrf_wifi_osal_host_map *host_map);
926 struct nrf_wifi_osal_host_map *host_map);
1075 struct nrf_wifi_osal_host_map *host_map);
Dosal_ops.h676 struct nrf_wifi_osal_host_map *host_map);
750 struct nrf_wifi_osal_host_map *host_map);
824 struct nrf_wifi_osal_host_map *host_map);
/nrf_wifi-latest/bus_if/bus/pcie/src/
Dpcie.c36 struct nrf_wifi_osal_host_map host_map; in nrf_wifi_bus_pcie_dev_add() local
72 &host_map); in nrf_wifi_bus_pcie_dev_add()
75 host_map.addr, in nrf_wifi_bus_pcie_dev_add()
76 host_map.size); in nrf_wifi_bus_pcie_dev_add()
/nrf_wifi-latest/bus_if/bus/spi/src/
Dspi.c38 struct nrf_wifi_osal_host_map host_map; in nrf_wifi_bus_spi_dev_add() local
66 &host_map); in nrf_wifi_bus_spi_dev_add()
68 spi_dev_ctx->host_addr_base = host_map.addr; in nrf_wifi_bus_spi_dev_add()
/nrf_wifi-latest/bus_if/bus/qspi/src/
Dqspi.c37 struct nrf_wifi_osal_host_map host_map; in nrf_wifi_bus_qspi_dev_add() local
65 &host_map); in nrf_wifi_bus_qspi_dev_add()
67 qspi_dev_ctx->host_addr_base = host_map.addr; in nrf_wifi_bus_qspi_dev_add()