Searched refs:GRF_DDRPHY_CON0 (Results 1 – 2 of 2) sorted by relevance
120 mmio_read_32(DDR_GRF_BASE + GRF_DDRPHY_CON0(ch)) & BIT(14); in exit_low_power()121 mmio_write_32(DDR_GRF_BASE + GRF_DDRPHY_CON0(ch), BIT(14 + 16)); in exit_low_power()161 mmio_write_32(DDR_GRF_BASE + GRF_DDRPHY_CON0(ch), in resume_low_power()
16 #define GRF_DDRPHY_CON0(ch) (0x530 + (((ch) % 2) * 0x4)) macro