Searched refs:CRU_SOFTRSTS_CON (Results 1 – 5 of 5) sorted by relevance
80 mmio_write_32(CRU_BASE + CRU_SOFTRSTS_CON(1), in sgrf_init()83 mmio_write_32(CRU_BASE + CRU_SOFTRSTS_CON(4), in sgrf_init()89 mmio_write_32(CRU_BASE + CRU_SOFTRSTS_CON(1), (RST_DMA1_MSK << 16)); in sgrf_init()91 mmio_write_32(CRU_BASE + CRU_SOFTRSTS_CON(4), (RST_DMA2_MSK << 16)); in sgrf_init()
70 #define CRU_SOFTRSTS_CON(n) (CRU_SOFTRST_CON + ((n) * 4)) macro
138 mmio_write_32(CRU_BASE + CRU_SOFTRSTS_CON(3), DMA_SOFTRST_REQ); in sgrf_init()140 mmio_write_32(CRU_BASE + CRU_SOFTRSTS_CON(3), DMA_SOFTRST_RLS); in sgrf_init()
46 #define CRU_SOFTRSTS_CON(n) (0x300 + ((n) * 4)) macro
433 p_ddr_reg->crupctlphysoftrstaddr = CRU_BASE + CRU_SOFTRSTS_CON(10); in ddr_reg_save()