Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/au1x/
H A Ddbdma2.c81 cd->period_bytes, DDMA_FLAGS_IE); in au1x_pcm_queue_tx()
95 cd->period_bytes, DDMA_FLAGS_IE); in au1x_pcm_queue_rx()
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h384 #define DDMA_FLAGS_IE (1 << 0) macro
/openbmc/linux/drivers/spi/
H A Dspi-au1550.c370 t->len, DDMA_FLAGS_IE); in au1550_spi_dma_txrxb()
375 t->len, DDMA_FLAGS_IE); in au1550_spi_dma_txrxb()
/openbmc/linux/arch/mips/alchemy/common/
H A Ddbdma.c621 if (flags & DDMA_FLAGS_IE) in au1xxx_dbdma_put_source()
677 if (flags & DDMA_FLAGS_IE) in au1xxx_dbdma_put_dest()
/openbmc/linux/drivers/mmc/host/
H A Dau1xmmc.c638 flags = DDMA_FLAGS_IE; in au1xmmc_prepare_data()