Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_sdma.c267 WRITE4(sc, SDMAARM_CHNENBL(conf->event), (1 << chn)); in sdma_configure()
409 WRITE4(sc, SDMAARM_CHNENBL(i), 0); in boot_firmware()
H A Dimx6_sdma.h57 #define SDMAARM_CHNENBL(n) (0x200 + 0x4 * n) /* Channel Enable RAM */ macro