Searched refs:boot_status (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/misc/bcm-vk/ |
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-6.1.9/drivers/watchdog/ |
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() 719 pcipcwd_get_status(&pcipcwd_private.boot_status); in pcipcwd_card_init()
|
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() 890 pcwd_private.boot_status = 0x0000; in pcwd_isa_probe() 893 pcwd_get_status(&pcwd_private.boot_status); in pcwd_isa_probe()
|
D | sa1100_wdt.c | 58 static int boot_status; variable 136 ret = put_user(boot_status, p); in sa1100dog_ioctl() 216 boot_status = WDIOF_CARDRESET; in sa1100dog_probe()
|
D | ath79_wdt.c | 67 static int boot_status; variable 202 err = put_user(boot_status, p); in ath79_wdt_ioctl() 283 boot_status = (ctrl & WDOG_CTRL_LAST_RESET) ? WDIOF_CARDRESET : 0; in ath79_wdt_probe()
|
D | sch311x_wdt.c | 56 int boot_status; member 270 return put_user(sch311x_wdt_data.boot_status, p); in sch311x_wdt_ioctl() 402 sch311x_wdt_get_status(&sch311x_wdt_data.boot_status); in sch311x_wdt_probe()
|
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-6.1.9/arch/arm64/kernel/ |
D | idreg-override.c | 298 void init_feature_override(u64 boot_status); 300 asmlinkage void __init init_feature_override(u64 boot_status) in init_feature_override() argument 311 __boot_status = boot_status; in init_feature_override()
|
/linux-6.1.9/drivers/atm/ |
D | fore200e.h | 720 typedef enum boot_status { enum 744 enum boot_status bstat; /* boot status */
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/ |
D | dc_dmub_srv.c | 228 union dmub_fw_boot_status boot_status; in dc_dmub_srv_is_restore_required() local 237 status = dmub_srv_get_fw_boot_status(dmub, &boot_status); in dc_dmub_srv_is_restore_required() 243 return boot_status.bits.restore_required; in dc_dmub_srv_is_restore_required()
|
/linux-6.1.9/drivers/nvme/host/ |
D | apple.c | 971 u32 boot_status, aqa; in apple_nvme_reset_work() local 1024 boot_status, in apple_nvme_reset_work() 1025 boot_status == APPLE_ANS_BOOT_STATUS_OK, in apple_nvme_reset_work()
|
/linux-6.1.9/sound/soc/codecs/ |
D | wm_adsp.c | 93 __be32 boot_status; member
|