Searched refs:boot_err0_reg (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/misc/habanalabs/common/ |
D | firmware_if.c | 438 static void fw_read_errors(struct hl_device *hdev, u32 boot_err0_reg) in fw_read_errors() argument 451 err_val = RREG32(boot_err0_reg); in fw_read_errors() 528 u32 boot_err0_reg, u32 timeout) in hl_fw_read_preboot_ver() argument 560 fw_read_errors(hdev, boot_err0_reg); in hl_fw_read_preboot_ver() 571 u32 boot_err0_reg, bool skip_bmc, in hl_fw_init_cpu() argument 708 fw_read_errors(hdev, boot_err0_reg); in hl_fw_init_cpu()
|
D | pci.c | 351 u32 boot_err0_reg, u32 preboot_ver_timeout) in hl_pci_init() argument 387 rc = hl_fw_read_preboot_ver(hdev, cpu_boot_status_reg, boot_err0_reg, in hl_pci_init()
|
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);
|