Searched refs:mtcr (Results 1 – 2 of 2) sorted by relevance
53 unsigned int mtcr, err_detect, err_sbe; in bist() local107 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()
103 unsigned int mtcr; /* Memory Test Control Register */ member
Completed in 3 milliseconds