Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/display/dmub/src/
Ddmub_dcn31.c478 uint32_t fw_boot_status = REG_READ(DMCUB_SCRATCH0); in dmub_dcn31_should_detect() local
479 bool should_detect = (fw_boot_status & DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED) != 0; in dmub_dcn31_should_detect()
Ddmub_dcn35.c543 uint32_t fw_boot_status = REG_READ(DMCUB_SCRATCH0); in dmub_dcn35_should_detect() local
544 bool should_detect = (fw_boot_status & DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED) != 0; in dmub_dcn35_should_detect()