Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/drivers/nxp/ddr/nxp-ddr/
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()
/trusted-firmware-a-3.4.0/include/drivers/nxp/ddr/
Dimmap.h103 unsigned int mtcr; /* Memory Test Control Register */ member