Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/nvidia/tegra/soc/t194/
A Dplat_ras.c188 uint64_t clear_ce_status = 0ULL; in tegra194_ras_corrected_err_clear() local
203 ERR_STATUS_SET_FIELD(clear_ce_status, AV, 0x1UL); in tegra194_ras_corrected_err_clear()
204 ERR_STATUS_SET_FIELD(clear_ce_status, V, 0x1UL); in tegra194_ras_corrected_err_clear()
205 ERR_STATUS_SET_FIELD(clear_ce_status, OF, 0x1UL); in tegra194_ras_corrected_err_clear()
206 ERR_STATUS_SET_FIELD(clear_ce_status, MV, 0x1UL); in tegra194_ras_corrected_err_clear()
207 ERR_STATUS_SET_FIELD(clear_ce_status, CE, 0x3UL); in tegra194_ras_corrected_err_clear()
234 write_erxstatus_el1(clear_ce_status); in tegra194_ras_corrected_err_clear()

Completed in 3 milliseconds