Searched refs:clear_ce_status (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/ |
| H A D | plat_ras.c | 182 uint64_t clear_ce_status = 0ULL; in tegra194_ras_corrected_err_clear() local 197 ERR_STATUS_SET_FIELD(clear_ce_status, AV, 0x1UL); in tegra194_ras_corrected_err_clear() 198 ERR_STATUS_SET_FIELD(clear_ce_status, V, 0x1UL); in tegra194_ras_corrected_err_clear() 199 ERR_STATUS_SET_FIELD(clear_ce_status, OF, 0x1UL); in tegra194_ras_corrected_err_clear() 200 ERR_STATUS_SET_FIELD(clear_ce_status, MV, 0x1UL); in tegra194_ras_corrected_err_clear() 201 ERR_STATUS_SET_FIELD(clear_ce_status, CE, 0x3UL); in tegra194_ras_corrected_err_clear() 228 write_erxstatus_el1(clear_ce_status); in tegra194_ras_corrected_err_clear()
|