Home
last modified time | relevance | path

Searched refs:CPU_BOOT_STATUS_SRAM_AVAIL (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/accel/habanalabs/common/
H A Dfirmware_if.c2561 * Note that the CPU_BOOT_STATUS_SRAM_AVAIL is generally set by Linux in hl_fw_dynamic_wait_for_boot_fit_active()
2564 * uboot to set the CPU_BOOT_STATUS_SRAM_AVAIL and so we add it to the in hl_fw_dynamic_wait_for_boot_fit_active()
2572 (status == CPU_BOOT_STATUS_SRAM_AVAIL), in hl_fw_dynamic_wait_for_boot_fit_active()
2599 (status == CPU_BOOT_STATUS_SRAM_AVAIL), in hl_fw_dynamic_wait_for_linux_active()
2983 * Note that the CPU_BOOT_STATUS_SRAM_AVAIL is generally set by Linux in hl_fw_static_init_cpu()
2986 * uboot to set the CPU_BOOT_STATUS_SRAM_AVAIL and so we add it to the in hl_fw_static_init_cpu()
2996 (status == CPU_BOOT_STATUS_SRAM_AVAIL), in hl_fw_static_init_cpu()
3026 if (status == CPU_BOOT_STATUS_SRAM_AVAIL) { in hl_fw_static_init_cpu()
3065 (status == CPU_BOOT_STATUS_SRAM_AVAIL), in hl_fw_static_init_cpu()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c6249 (cpu_boot_status == CPU_BOOT_STATUS_SRAM_AVAIL)) in gaudi2_send_hard_reset_cmd()