Searched refs:HW_APB_CTRL0 (Results 1 – 2 of 2) sorted by relevance
164 while ((DMA_RD(sc, HW_APB_CTRL0) & HW_APB_CTRL0_SFTRST) || in apbdma_reset()175 while (!(DMA_RD(sc, HW_APB_CTRL0) & HW_APB_CTRL0_CLKGATE)); in apbdma_reset()181 while ((DMA_RD(sc, HW_APB_CTRL0) & HW_APB_CTRL0_SFTRST) || in apbdma_reset()188 while (DMA_RD(sc, HW_APB_CTRL0) & HW_APB_CTRL0_CLKGATE); in apbdma_reset()398 while(DMA_RD(sc, HW_APB_CTRL0) & HW_APBH_CTRL0_RESET_CHANNEL); in apbdma_chan_reset()
44 #define HW_APB_CTRL0 0x000 macro