Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/nxp/ddr/nxp-ddr/
A Dddrc.c53 unsigned int mtcr, err_detect, err_sbe; in bist() local
107 mtcr = BIST_CR; in bist()
108 ddr_out32(&ddr->mtcr, mtcr); in bist()
111 mtcr = ddr_in32(&ddr->mtcr); in bist()
112 } while (timeout-- > 0 && ((mtcr & BIST_CR_EN) != 0)); in bist()
137 if ((mtcr & BIST_CR_STAT) != 0) { in bist()
/arm-trusted-firmware-2.8.0/include/drivers/nxp/ddr/
A Dimmap.h103 unsigned int mtcr; /* Memory Test Control Register */ member

Completed in 3 milliseconds