Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac.h203 #define DMA_APB_HS_SEL_BIT_SIZE 0x08 /* HW handshake bits per channel */ macro
Ddw-axi-dmac-platform.c545 (chan->id * DMA_APB_HS_SEL_BIT_SIZE)); in dw_axi_dma_set_hw_channel()
546 reg_value |= (val << (chan->id * DMA_APB_HS_SEL_BIT_SIZE)); in dw_axi_dma_set_hw_channel()