Searched refs:fw_boot_status (Results 1 – 2 of 2) sorted by relevance
478 uint32_t fw_boot_status = REG_READ(DMCUB_SCRATCH0); in dmub_dcn31_should_detect() local479 bool should_detect = (fw_boot_status & DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED) != 0; in dmub_dcn31_should_detect()
543 uint32_t fw_boot_status = REG_READ(DMCUB_SCRATCH0); in dmub_dcn35_should_detect() local544 bool should_detect = (fw_boot_status & DMUB_FW_BOOT_STATUS_BIT_DETECTION_REQUIRED) != 0; in dmub_dcn35_should_detect()