| D | dma.h | 157 #define MI_NDMA_NUM_WOFFSET(ndmaNo) (ndmaNo * 7) argument 166 #define MI_NDMA_REGADDR(ndmaNo, reg) (((vu32*)REG_NDMA0SAD_ADDR) + MI_NDMA_NUM_WOFFSET(ndmaNo) +… argument 167 #define MI_NDMA_REG(ndmaNo, reg) ( *( MI_NDMA_REGADDR(ndmaNo, reg) ) ) argument 319 #define MI_NDmaClear(ndmaNo, dest, size) \ argument 321 #define MI_NDmaClear_SetUp(ndmaNo, dest, size) \ argument 355 #define MI_NDmaClearAsync(ndmaNo, dest, size, callback, arg) \ argument 357 #define MI_NDmaClearAsync_SetUp(ndmaNo, dest, size, callback, arg) \ argument 391 #define MI_NDmaClearEx(ndmaNo, dest, size, config) \ argument 393 #define MI_NDmaClearEx_SetUp(ndmaNo, dest, size, config) \ argument 427 #define MI_NDmaClearExAsync(ndmaNo, dest, size, callback, arg, config) \ argument [all …]
|