Lines Matching defs:pgsr
216 uint32_t pgsr;
221 pgsr = mmio_read_32((uintptr_t)&phy->pgsr);
223 VERBOSE(" > [0x%lx] pgsr = 0x%x &\n",
224 (uintptr_t)&phy->pgsr, pgsr);
230 if ((pgsr & DDRPHYC_PGSR_DTERR) != 0U) {
235 if ((pgsr & DDRPHYC_PGSR_DTIERR) != 0U) {
240 if ((pgsr & DDRPHYC_PGSR_DFTERR) != 0U) {
245 if ((pgsr & DDRPHYC_PGSR_RVERR) != 0U) {
250 if ((pgsr & DDRPHYC_PGSR_RVEIRR) != 0U) {
254 } while (((pgsr & DDRPHYC_PGSR_IDONE) == 0U) && (error == 0));
255 VERBOSE("\n[0x%lx] pgsr = 0x%x\n",
256 (uintptr_t)&phy->pgsr, pgsr);