Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dbcm2835-dma.c135 #define BCM2835_DMA_S_INC BIT(8) macro
360 if (src && (info & BCM2835_DMA_S_INC)) in bcm2835_dma_create_cb_chain()
618 u32 info = BCM2835_DMA_D_INC | BCM2835_DMA_S_INC; in bcm2835_dma_prep_dma_memcpy()
671 info |= BCM2835_DMA_D_DREQ | BCM2835_DMA_S_INC; in bcm2835_dma_prep_slave_sg()
747 info |= BCM2835_DMA_D_DREQ | BCM2835_DMA_S_INC; in bcm2835_dma_prep_dma_cyclic()