Searched refs:core_flag (Results 1 – 2 of 2) sorted by relevance
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/ |
| D | whd_chip.h | 380 …hd_disable_device_core(whd_driver_t whd_driver, device_core_t core_id, wlan_core_flag_t core_flag); 381 … whd_reset_device_core(whd_driver_t whd_driver, device_core_t core_id, wlan_core_flag_t core_flag); 383 …t whd_wlan_armcore_run(whd_driver_t whd_driver, device_core_t core_id, wlan_core_flag_t core_flag);
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/ |
| D | whd_chip.c | 260 …whd_disable_device_core(whd_driver_t whd_driver, device_core_t core_id, wlan_core_flag_t core_flag) in whd_disable_device_core() argument 291 (core_flag == WLAN_CORE_FLAG_CPU_HALT) ? SICF_CPUHALT : 0); in whd_disable_device_core() 322 …t whd_reset_device_core(whd_driver_t whd_driver, device_core_t core_id, wlan_core_flag_t core_flag) in whd_reset_device_core() argument 328 result = whd_disable_device_core(whd_driver, core_id, core_flag); in whd_reset_device_core() 337 … ( (core_flag == WLAN_CORE_FLAG_CPU_HALT) ? SICF_CPUHALT : 0 ) ) ); in whd_reset_device_core() 363 … ( (core_flag == WLAN_CORE_FLAG_CPU_HALT) ? SICF_CPUHALT : 0 ) ) ); in whd_reset_device_core() 385 …_t whd_wlan_armcore_run(whd_driver_t whd_driver, device_core_t core_id, wlan_core_flag_t core_flag) in whd_wlan_armcore_run() argument 400 … ( (core_flag == WLAN_CORE_FLAG_CPU_HALT) ? SICF_CPUHALT : 0 ) ) ); in whd_wlan_armcore_run() 426 … ( (core_flag == WLAN_CORE_FLAG_CPU_HALT) ? SICF_CPUHALT : 0 ) ) ); in whd_wlan_armcore_run()
|