Home
last modified time | relevance | path

Searched refs:HW_APB_CTRL0 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/arm/imx/
H A Dimx23_apbdma.c164 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()
H A Dimx23_apbdmareg.h44 #define HW_APB_CTRL0 0x000 macro