/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | firmware_if.c | 443 static void fw_read_errors(struct hl_device *hdev, u32 boot_err0_reg) in fw_read_errors() argument 456 err_val = RREG32(boot_err0_reg); in fw_read_errors() 533 u32 boot_err0_reg, u32 timeout) in hl_fw_read_preboot_ver() 565 fw_read_errors(hdev, boot_err0_reg); in hl_fw_read_preboot_ver() 576 u32 boot_err0_reg, bool skip_bmc, in hl_fw_init_cpu() 713 fw_read_errors(hdev, boot_err0_reg); in hl_fw_init_cpu() 532 hl_fw_read_preboot_ver(struct hl_device *hdev, u32 cpu_boot_status_reg, u32 boot_err0_reg, u32 timeout) hl_fw_read_preboot_ver() argument 574 hl_fw_init_cpu(struct hl_device *hdev, u32 cpu_boot_status_reg, u32 msg_to_cpu_reg, u32 cpu_msg_status_reg, u32 boot_err0_reg, bool skip_bmc, u32 cpu_timeout, u32 boot_fit_timeout) hl_fw_init_cpu() argument
|
H A D | pci.c | 348 * @boot_err0_reg: boot error register of the device's CPU 357 u32 boot_err0_reg, u32 preboot_ver_timeout) in hl_pci_init() 393 rc = hl_fw_read_preboot_ver(hdev, cpu_boot_status_reg, boot_err0_reg, in hl_pci_init() 356 hl_pci_init(struct hl_device *hdev, u32 cpu_boot_status_reg, u32 boot_err0_reg, u32 preboot_ver_timeout) hl_pci_init() argument
|
H A D | habanalabs.h | 1937 u32 boot_err0_reg, bool skip_bmc, 1940 u32 boot_err0_reg, u32 timeout); 1950 u32 boot_err0_reg, u32 preboot_ver_timeout);
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | firmware_if.c | 820 static int fw_read_errors(struct hl_device *hdev, u32 boot_err0_reg, in fw_read_errors() argument 836 err_val = RREG32(boot_err0_reg); in fw_read_errors() 852 u32 sts_boot_dev_sts1_reg, u32 boot_err0_reg, in hl_fw_cpucp_info_get() 886 rc = fw_read_errors(hdev, boot_err0_reg, boot_err1_reg, in hl_fw_cpucp_info_get() 986 u32 sts_boot_dev_sts1_reg, u32 boot_err0_reg, in hl_fw_cpucp_handshake() 992 sts_boot_dev_sts1_reg, boot_err0_reg, in hl_fw_cpucp_handshake() 1501 fw_read_errors(hdev, pre_fw_load->boot_err0_reg, in hl_fw_wait_preboot_ready() 3041 rc = fw_read_errors(hdev, fw_loader->static_loader.boot_err0_reg, in hl_fw_static_init_cpu() 3054 fw_read_errors(hdev, fw_loader->static_loader.boot_err0_reg, in hl_fw_static_init_cpu() 850 hl_fw_cpucp_info_get(struct hl_device *hdev, u32 sts_boot_dev_sts0_reg, u32 sts_boot_dev_sts1_reg, u32 boot_err0_reg, u32 boot_err1_reg) hl_fw_cpucp_info_get() argument 984 hl_fw_cpucp_handshake(struct hl_device *hdev, u32 sts_boot_dev_sts0_reg, u32 sts_boot_dev_sts1_reg, u32 boot_err0_reg, u32 boot_err1_reg) hl_fw_cpucp_handshake() argument
|
H A D | habanalabs.h | 1314 * @boot_err0_reg: boot error register 0 1329 u32 boot_err0_reg; member 1372 * @boot_err0_reg: boot_err0 register address 1380 u32 boot_err0_reg; member 3831 u32 sts_boot_dev_sts1_reg, u32 boot_err0_reg, 3835 u32 sts_boot_dev_sts1_reg, u32 boot_err0_reg,
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/ |
H A D | goya.c | 2564 static_loader->boot_err0_reg = mmCPU_BOOT_ERR0; in goya_init_static_firmware_loader() 2578 pre_fw_load->boot_err0_reg = mmCPU_BOOT_ERR0; in goya_init_firmware_preload_params()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/ |
H A D | gaudi.c | 3742 static_loader->boot_err0_reg = mmCPU_BOOT_ERR0; in gaudi_init_static_firmware_loader() 3759 pre_fw_load->boot_err0_reg = mmCPU_BOOT_ERR0; in gaudi_init_firmware_preload_params()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 4716 pre_fw_load->boot_err0_reg = mmCPU_BOOT_ERR0; in gaudi2_init_firmware_preload_params()
|