Searched refs:pgsr (Results 1 – 2 of 2) sorted by relevance
199 DDRPHY_REG_DYN(pgsr),325 uint32_t pgsr; in stm32mp1_ddrphy_idone_wait() local330 pgsr = mmio_read_32((uintptr_t)&phy->pgsr); in stm32mp1_ddrphy_idone_wait()333 (uintptr_t)&phy->pgsr, pgsr); in stm32mp1_ddrphy_idone_wait()339 if ((pgsr & DDRPHYC_PGSR_DTERR) != 0U) { in stm32mp1_ddrphy_idone_wait()344 if ((pgsr & DDRPHYC_PGSR_DTIERR) != 0U) { in stm32mp1_ddrphy_idone_wait()349 if ((pgsr & DDRPHYC_PGSR_DFTERR) != 0U) { in stm32mp1_ddrphy_idone_wait()354 if ((pgsr & DDRPHYC_PGSR_RVERR) != 0U) { in stm32mp1_ddrphy_idone_wait()359 if ((pgsr & DDRPHYC_PGSR_RVEIRR) != 0U) { in stm32mp1_ddrphy_idone_wait()363 } while (((pgsr & DDRPHYC_PGSR_IDONE) == 0U) && (error == 0)); in stm32mp1_ddrphy_idone_wait()[all …]
147 uint32_t pgsr; /* 0x0C PHY General Status */ member