Searched refs:clear_ce_status (Results 1 – 1 of 1) sorted by relevance
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/ |
D | plat_ras.c | 187 uint64_t clear_ce_status = 0ULL; in tegra194_ras_corrected_err_clear() local 202 ERR_STATUS_SET_FIELD(clear_ce_status, AV, 0x1UL); in tegra194_ras_corrected_err_clear() 203 ERR_STATUS_SET_FIELD(clear_ce_status, V, 0x1UL); in tegra194_ras_corrected_err_clear() 204 ERR_STATUS_SET_FIELD(clear_ce_status, OF, 0x1UL); in tegra194_ras_corrected_err_clear() 205 ERR_STATUS_SET_FIELD(clear_ce_status, MV, 0x1UL); in tegra194_ras_corrected_err_clear() 206 ERR_STATUS_SET_FIELD(clear_ce_status, CE, 0x3UL); in tegra194_ras_corrected_err_clear() 233 write_erxstatus_el1(clear_ce_status); in tegra194_ras_corrected_err_clear()
|