Searched refs:pstat (Results 1 – 3 of 3) sorted by relevance
95 uint32_t pstat, prst; in mc_rgm_ddr_reset() local105 err = mmio_read_32_poll_timeout(MC_RGM_PSTAT(MC_RGM_BASE_ADDR, 0U), pstat, in mc_rgm_ddr_reset()106 ((pstat & MC_RGM_PSTAT_PERIPH(3)) == 0U), in mc_rgm_ddr_reset()
114 uint32_t pstat; in stm32mp_ddr_disable_axi_port() local135 pstat = mmio_read_32((uintptr_t)&ctl->pstat); in stm32mp_ddr_disable_axi_port()137 (uintptr_t)&ctl->pstat, pstat); in stm32mp_ddr_disable_axi_port()141 } while (pstat != 0U); in stm32mp_ddr_disable_axi_port()
136 uint32_t pstat; /* 0x3fc Port Status */ member