Searched refs:ao_base (Results 1 – 2 of 2) sorted by relevance
85 void t7xx_cldma_hw_reset(void __iomem *ao_base) in t7xx_cldma_hw_reset() argument89 val = ioread32(ao_base + REG_INFRA_RST2_SET); in t7xx_cldma_hw_reset()91 iowrite32(val, ao_base + REG_INFRA_RST2_SET); in t7xx_cldma_hw_reset()92 val = ioread32(ao_base + REG_INFRA_RST4_SET); in t7xx_cldma_hw_reset()94 iowrite32(val, ao_base + REG_INFRA_RST4_SET); in t7xx_cldma_hw_reset()97 val = ioread32(ao_base + REG_INFRA_RST4_CLR); in t7xx_cldma_hw_reset()99 iowrite32(val, ao_base + REG_INFRA_RST4_CLR); in t7xx_cldma_hw_reset()100 val = ioread32(ao_base + REG_INFRA_RST2_CLR); in t7xx_cldma_hw_reset()102 iowrite32(val, ao_base + REG_INFRA_RST2_CLR); in t7xx_cldma_hw_reset()
173 void t7xx_cldma_hw_reset(void __iomem *ao_base);