Searched refs:boot_status (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/misc/bcm-vk/ |
| H A D | bcm_vk_dev.c | 344 u32 rd_val, boot_status; in bcm_vk_wait() local 355 boot_status = vkread32(vk, BAR_0, BAR_BOOT_STATUS); in bcm_vk_wait() 356 if (boot_status & BOOT_ERR_MASK) { in bcm_vk_wait() 358 (boot_status & BOOT_ERR_MASK) >> BOOT_ERR_SHIFT, in bcm_vk_wait() 359 boot_status & BOOT_PROG_MASK, in bcm_vk_wait() 638 u32 boot_status; in bcm_vk_load_image_by_type() local 646 boot_status = vkread32(vk, BAR_0, BAR_BOOT_STATUS); in bcm_vk_load_image_by_type() 647 is_stdalone = !BCM_VK_INTF_IS_DOWN(boot_status) && in bcm_vk_load_image_by_type() 648 (boot_status & BOOT_STDALONE_RUNNING); in bcm_vk_load_image_by_type() 782 u32 boot_status; in bcm_vk_next_boot_image() local [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_survivability_mode.c | 137 survivability->boot_status); in log_survivability_info() 149 return survivability->boot_status == NON_CRITICAL_FAILURE || in check_boot_failure() 150 survivability->boot_status == CRITICAL_FAILURE; in check_boot_failure() 301 survivability->boot_status = REG_FIELD_GET(BOOT_STATUS, data); in xe_survivability_mode_is_requested() 369 if (survivability->boot_status == CRITICAL_FAILURE) { in xe_survivability_mode_boot_enable()
|
| /linux/drivers/watchdog/ |
| H A D | pcwd_pci.c | 120 int boot_status; member 249 if (pcipcwd_private.boot_status & WDIOF_CARDRESET) in pcipcwd_show_card_info() 252 if (pcipcwd_private.boot_status & WDIOF_OVERHEAT) in pcipcwd_show_card_info() 255 if (pcipcwd_private.boot_status == 0) in pcipcwd_show_card_info() 490 return put_user(pcipcwd_private.boot_status, p); in pcipcwd_ioctl() 717 pcipcwd_get_status(&pcipcwd_private.boot_status); in pcipcwd_card_init()
|
| H A D | pcwd.c | 184 int boot_status; /* The card's boot status */ member 359 if (pcwd_private.boot_status & WDIOF_CARDRESET) in pcwd_show_card_info() 362 if (pcwd_private.boot_status & WDIOF_OVERHEAT) { in pcwd_show_card_info() 367 if (pcwd_private.boot_status == 0) in pcwd_show_card_info() 614 return put_user(pcwd_private.boot_status, argp); in pcwd_ioctl() 888 pcwd_private.boot_status = 0x0000; in pcwd_isa_probe() 891 pcwd_get_status(&pcwd_private.boot_status); in pcwd_isa_probe()
|
| H A D | sa1100_wdt.c | 58 static int boot_status; variable 136 ret = put_user(boot_status, p); in sa1100dog_ioctl() 214 boot_status = WDIOF_CARDRESET; in sa1100dog_probe()
|
| H A D | ath79_wdt.c | 67 static int boot_status; variable 202 err = put_user(boot_status, p); in ath79_wdt_ioctl() 276 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0; in ath79_wdt_probe()
|
| H A D | sch311x_wdt.c | 56 int boot_status; member 270 return put_user(sch311x_wdt_data.boot_status, p); in sch311x_wdt_ioctl() 401 sch311x_wdt_get_status(&sch311x_wdt_data.boot_status); in sch311x_wdt_probe()
|
| H A D | wdat_wdt.c | 226 u32 boot_status = 0; in wdat_wdt_boot_status() local 229 ret = wdat_wdt_run_action(wdat, ACPI_WDAT_GET_STATUS, 0, &boot_status); in wdat_wdt_boot_status() 235 if (boot_status) in wdat_wdt_boot_status()
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | pi.h | 27 void init_feature_override(u64 boot_status, const void *fdt, int chosen); 36 asmlinkage void early_map_kernel(u64 boot_status, phys_addr_t fdt);
|
| H A D | map_kernel.c | 241 asmlinkage void __init early_map_kernel(u64 boot_status, phys_addr_t fdt) in early_map_kernel() argument 256 init_feature_override(boot_status, fdt_mapped, chosen); in early_map_kernel()
|
| H A D | idreg-override.c | 395 void __init init_feature_override(u64 boot_status, const void *fdt, in init_feature_override() argument 410 __boot_status = boot_status; in init_feature_override()
|
| /linux/drivers/atm/ |
| H A D | fore200e.h | 720 typedef enum boot_status { enum 744 enum boot_status bstat; /* boot status */
|