Home
last modified time | relevance | path

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

/hal_intel-3.5.0/bsp_sedi/soc/intel_ish/pm/
Dish_dma.c126 DMA_CH_EN_WE_BIT(chan)); /* Enable the channel */ in ish_dma_copy()
152 write32(DMA_EN_REG, DMA_CH_EN_WE_BIT(channel)); in ish_dma_disable()
Dpm_regs.h167 #define DMA_CH_EN_WE_BIT(n) BIT(8 + (n)) macro