Searched refs:core_id (Results 1 – 2 of 2) sorted by relevance
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/ |
D | whd_chip.c | 88 static uint32_t whd_get_core_address(whd_driver_t whd_driver, device_core_t core_id); 134 uint32_t whd_get_core_address(whd_driver_t whd_driver, device_core_t core_id) in whd_get_core_address() argument 136 if (core_id == WLAN_ARM_CORE) in whd_get_core_address() 140 else if (core_id == SOCRAM_CORE) in whd_get_core_address() 144 else if (core_id == SDIOD_CORE) in whd_get_core_address() 150 WPRINT_WHD_ERROR( ("%s:%d Invalid core ID(%d)\n", __FUNCTION__, __LINE__, core_id) ); in whd_get_core_address() 160 whd_result_t whd_device_core_is_up(whd_driver_t whd_driver, device_core_t core_id) in whd_device_core_is_up() argument 166 base = whd_get_core_address(whd_driver, core_id); in whd_device_core_is_up() 200 whd_result_t whd_reset_core(whd_driver_t whd_driver, device_core_t core_id, uint32_t bits, uint32_t… in whd_reset_core() argument 202 uint32_t base = whd_get_core_address(whd_driver, core_id); in whd_reset_core() [all …]
|
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/include/ |
D | whd_chip.h | 380 extern whd_result_t whd_disable_device_core(whd_driver_t whd_driver, device_core_t core_id, wlan_co… 381 extern whd_result_t whd_reset_device_core(whd_driver_t whd_driver, device_core_t core_id, wlan_core… 382 extern whd_result_t whd_reset_core(whd_driver_t whd_driver, device_core_t core_id, uint32_t bits, u… 383 extern whd_result_t whd_wlan_armcore_run(whd_driver_t whd_driver, device_core_t core_id, wlan_core_… 384 extern whd_result_t whd_device_core_is_up(whd_driver_t whd_driver, device_core_t core_id);
|