Searched refs:status_val (Results 1 – 2 of 2) sorted by relevance
3615 u32 val, status_val; in psr_source_status() local3634 status_val = REG_FIELD_GET(EDP_PSR2_STATUS_STATE_MASK, val); in psr_source_status()3635 if (status_val < ARRAY_SIZE(live_status)) in psr_source_status()3636 status = live_status[status_val]; in psr_source_status()3650 status_val = REG_FIELD_GET(EDP_PSR_STATUS_STATE_MASK, val); in psr_source_status()3651 if (status_val < ARRAY_SIZE(live_status)) in psr_source_status()3652 status = live_status[status_val]; in psr_source_status()
832 u32 err_val, status_val; in fw_read_errors() local845 status_val = RREG32(cpu_boot_dev_status0_reg); in fw_read_errors()846 err_exists = fw_report_boot_dev0(hdev, err_val, status_val); in fw_read_errors()849 status_val = RREG32(cpu_boot_dev_status1_reg); in fw_read_errors()850 err_exists |= fw_report_boot_dev1(hdev, err_val, status_val); in fw_read_errors()