Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_sdio.h31 #define SDIO_CORE(wd) ( (uint32_t)(GET_C_VAR(wd, SDIOD_CORE_BASE_ADDRESS) + 0x00…
32 #define SDIO_INT_STATUS(wd) ( (uint32_t)(GET_C_VAR(wd, SDIOD_CORE_BASE_ADDRESS) + 0x20…
33 #define SDIO_TO_SB_MAILBOX(wd) ( (uint32_t)(GET_C_VAR(wd, SDIOD_CORE_BASE_ADDRESS) + 0x40…
34 #define SDIO_TO_SB_MAILBOX_DATA(wd) ( (uint32_t)(GET_C_VAR(wd, SDIOD_CORE_BASE_ADDRESS) + 0x48…
35 #define SDIO_TO_HOST_MAILBOX_DATA(wd) ( (uint32_t)(GET_C_VAR(wd, SDIOD_CORE_BASE_ADDRESS) + 0x4C…
36 #define SDIO_INT_HOST_MASK(wd) ( (uint32_t)(GET_C_VAR(wd, SDIOD_CORE_BASE_ADDRESS) + 0x24…
37 #define SDIO_FUNCTION_INT_MASK(wd) ( (uint32_t)(GET_C_VAR(wd, SDIOD_CORE_BASE_ADDRESS) + 0x34…
Dwhd_bus_m2m_protocol.c287 …CHECK_RETURN(whd_bus_write_backplane_value(whd_driver, GET_C_VAR(whd_driver, PMU_BASE_ADDRESS) + 0… in whd_bus_m2m_read_frame()
404 …CHECK_RETURN(whd_bus_write_backplane_value(whd_driver, GET_C_VAR(whd_driver, PMU_BASE_ADDRESS) + 0… in whd_bus_m2m_transfer_bytes()
408 …CHECK_RETURN(whd_bus_write_backplane_value(whd_driver, GET_C_VAR(whd_driver, PMU_BASE_ADDRESS) + 0… in whd_bus_m2m_transfer_bytes()
560 GET_C_VAR(whd_driver, CHIP_RAM_SIZE), &size_out, in whd_bus_m2m_download_resource()
566 …CHECK_RETURN(whd_bus_write_backplane_value(whd_driver, GET_C_VAR(whd_driver, PMU_BASE_ADDRESS) + 0… in whd_bus_m2m_download_resource()
570 …CHECK_RETURN(whd_bus_write_backplane_value(whd_driver, GET_C_VAR(whd_driver, PMU_BASE_ADDRESS) + 0… in whd_bus_m2m_download_resource()
591 nvram_destination_address = (GET_C_VAR(whd_driver, CHIP_RAM_SIZE) - 4) - nvram_size; in whd_bus_m2m_write_wifi_nvram_image()
592 nvram_destination_address += GET_C_VAR(whd_driver, ATCM_RAM_BASE_ADDRESS); in whd_bus_m2m_write_wifi_nvram_image()
603 …memcpy( (uint8_t *)(GET_C_VAR(whd_driver, ATCM_RAM_BASE_ADDRESS) + GET_C_VAR(whd_driver, CHIP_RAM_… in whd_bus_m2m_write_wifi_nvram_image()
Dwhd_chip_reg.h96 #define SOCSRAM_BANKX_INDEX(wd) ( (uint32_t)(GET_C_VAR(wd, SOCSRAM_BASE_ADDRESS) + 0x10) )
97 #define SOCSRAM_BANKX_PDA(wd) ( (uint32_t)(GET_C_VAR(wd, SOCSRAM_BASE_ADDRESS) + 0x44) )
100 #define RETENTION_CTL(wd) ( (uint32_t)(GET_C_VAR(wd, PMU_BASE_ADDRESS) + 0x670) )
Dwhd_bus_spi_protocol.c1285 img_end = GET_C_VAR(whd_driver, CHIP_RAM_SIZE) - 4; in whd_bus_spi_write_wifi_nvram_image()
1287 img_base += GET_C_VAR(whd_driver, ATCM_RAM_BASE_ADDRESS); in whd_bus_spi_write_wifi_nvram_image()
1294 img_end += GET_C_VAR(whd_driver, ATCM_RAM_BASE_ADDRESS); in whd_bus_spi_write_wifi_nvram_image()
Dwhd_bus_common.c244 ram_start_address = GET_C_VAR(whd_driver, ATCM_RAM_BASE_ADDRESS); in whd_bus_write_wifi_firmware_image()
Dwhd_bus_sdio_protocol.c987 ram_start_address = GET_C_VAR(whd_driver, ATCM_RAM_BASE_ADDRESS); in whd_bus_sdio_download_firmware()
1713 img_end = GET_C_VAR(whd_driver, CHIP_RAM_SIZE) - 4; in whd_bus_sdio_write_wifi_nvram_image()
1715 img_base += GET_C_VAR(whd_driver, ATCM_RAM_BASE_ADDRESS); in whd_bus_sdio_write_wifi_nvram_image()
1722 img_end += GET_C_VAR(whd_driver, ATCM_RAM_BASE_ADDRESS); in whd_bus_sdio_write_wifi_nvram_image()
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_chip.c138 return GET_C_VAR(whd_driver, ARM_CORE_BASE_ADDRESS); in whd_get_core_address()
142 return GET_C_VAR(whd_driver, SOCSRAM_WRAPPER_BASE_ADDRESS); in whd_get_core_address()
146 return GET_C_VAR(whd_driver, SDIOD_CORE_BASE_ADDRESS); in whd_get_core_address()
852 return whd_wifi_read_wlan_log_unsafe(whd_driver, ( (GET_C_VAR(whd_driver, CHIP_RAM_SIZE) + in whd_wifi_read_wlan_log()
862 result = whd_wifi_read_wlan_log_unsafe(whd_driver, ( (GET_C_VAR(whd_driver, CHIP_RAM_SIZE) + in whd_wifi_read_wlan_log()
863 GET_C_VAR(whd_driver, in whd_wifi_read_wlan_log()
878 … wlan_shared_address = PLATFORM_WLAN_RAM_BASE + GET_C_VAR(whd_driver, ATCM_RAM_BASE_ADDRESS) + in whd_wifi_read_wlan_log()
879 GET_C_VAR(whd_driver, CHIP_RAM_SIZE) - 4; in whd_wifi_read_wlan_log()
880 …if (!GET_C_VAR(whd_driver, ATCM_RAM_BASE_ADDRESS) && (whd_is_fw_sr_capable(whd_driver) == WHD_TRUE… in whd_wifi_read_wlan_log()
882 wlan_shared_address -= GET_C_VAR(whd_driver, SOCRAM_SRMEM_SIZE); in whd_wifi_read_wlan_log()
Dwhd_wifi_api.c44 #define CH20MHZ_CHSPEC(channel) (chanspec_t)( (chanspec_t)(channel) | GET_C_VAR(whd_drive…
45GET_C_VAR(whd_driver, CHANSPEC_CTL_SB_NONE) | \
46 … ( ( (channel) <= CH_MAX_2G_CHANNEL ) ? GET_C_VAR(whd_driver, \
48 … : GET_C_VAR(whd_driver, CHANSPEC_BAND_5G) ) )
341 … return ( ( (channel) <= CH_MAX_2G_CHANNEL ) ? (uint16_t)GET_C_VAR(whd_driver, CHANSPEC_BAND_2G) : in whd_channel_to_wl_band()
342 (uint16_t)GET_C_VAR(whd_driver, CHANSPEC_BAND_5G) ); in whd_channel_to_wl_band()
480 ( wl_chanspec_t )(GET_C_VAR(whd_driver, in whd_wifi_set_channel()
481 … CHANSPEC_BW_20) | GET_C_VAR(whd_driver, CHANSPEC_CTL_SB_NONE) | channel); in whd_wifi_set_channel()
1629GET_C_VAR(whd_driver, CHANSPEC_BW_20) | GET_C_VAR(whd_driver, in whd_wifi_join_specific()
1658 GET_C_VAR(whd_driver, in whd_wifi_join_specific()
[all …]
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_chip_constants.h57 #define GET_C_VAR(whd_driver, var) get_whd_var(whd_driver, var) macro