Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/arm/gic/v3/
A Dgic600ae_fmu.c189 uint64_t errstatus; in gic600_fmu_ras_handler() local
204 errstatus = gic_fmu_read_errstatus(base, blkid); in gic600_fmu_ras_handler()
210 if ((errstatus & FMU_ERRSTATUS_V_BIT) == U(0)) { in gic600_fmu_ras_handler()
218 ierr = (errstatus >> FMU_ERRSTATUS_IERR_SHIFT) & in gic600_fmu_ras_handler()
225 serr = errstatus & FMU_ERRSTATUS_SERR_MASK; in gic600_fmu_ras_handler()
229 ((errstatus & FMU_ERRSTATUS_UE_BIT) != 0U) ? in gic600_fmu_ras_handler()
231 ERROR("\tStatus = 0x%lx \n", errstatus); in gic600_fmu_ras_handler()
240 gic_fmu_write_errstatus(base, probe_data, errstatus); in gic600_fmu_ras_handler()

Completed in 3 milliseconds