Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/ddr/
H A Dstm32mp1_ddr.c214 uint32_t pgsr; in stm32mp1_ddrphy_idone_wait() local
219 pgsr = mmio_read_32((uintptr_t)&phy->pgsr); in stm32mp1_ddrphy_idone_wait()
222 (uintptr_t)&phy->pgsr, pgsr); in stm32mp1_ddrphy_idone_wait()
228 if ((pgsr & DDRPHYC_PGSR_DTERR) != 0U) { in stm32mp1_ddrphy_idone_wait()
233 if ((pgsr & DDRPHYC_PGSR_DTIERR) != 0U) { in stm32mp1_ddrphy_idone_wait()
238 if ((pgsr & DDRPHYC_PGSR_DFTERR) != 0U) { in stm32mp1_ddrphy_idone_wait()
243 if ((pgsr & DDRPHYC_PGSR_RVERR) != 0U) { in stm32mp1_ddrphy_idone_wait()
248 if ((pgsr & DDRPHYC_PGSR_RVEIRR) != 0U) { in stm32mp1_ddrphy_idone_wait()
252 } while (((pgsr & DDRPHYC_PGSR_IDONE) == 0U) && (error == 0)); in stm32mp1_ddrphy_idone_wait()
254 (uintptr_t)&phy->pgsr, pgsr); in stm32mp1_ddrphy_idone_wait()
/rk3399_ARM-atf/include/drivers/st/
H A Dstm32mp1_ddr_regs.h18 uint32_t pgsr; /* 0x0C PHY General Status */ member