Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Di8237.c35 set_dma_count(i, 1); in i8237A_resume()
/openbmc/linux/arch/arm/kernel/
H A Ddma.c155 void set_dma_count (unsigned int chan, unsigned long count) in set_dma_count() function
166 EXPORT_SYMBOL(set_dma_count);
/openbmc/linux/arch/arm/include/asm/
H A Ddma.h120 extern void set_dma_count(unsigned int chan, unsigned long count);
H A Dfloppy.h37 set_dma_count(DMA_FLOPPY, length); in fd_dma_setup()
/openbmc/linux/arch/mips/include/asm/mach-generic/
H A Dfloppy.h78 set_dma_count(FLOPPY_DMA, count); in fd_set_dma_count()
/openbmc/linux/arch/parisc/include/asm/
H A Ddma.h174 static __inline__ void set_dma_count(unsigned int dmanr, unsigned int count) in set_dma_count() function
H A Dfloppy.h219 set_dma_count(FLOPPY_DMA,size); in hard_dma_setup()
/openbmc/linux/sound/core/
H A Disadma.c38 set_dma_count(dma, size); in snd_dma_program()
/openbmc/linux/arch/alpha/include/asm/
H A Dfloppy.h24 #define fd_set_dma_count(count) set_dma_count(FLOPPY_DMA,count)
H A Ddma.h326 static __inline__ void set_dma_count(unsigned int dmanr, unsigned int count) in set_dma_count() function
/openbmc/linux/arch/x86/include/asm/
H A Ddma.h264 static inline void set_dma_count(unsigned int dmanr, unsigned int count) in set_dma_count() function
H A Dfloppy.h219 set_dma_count(FLOPPY_DMA, size); in hard_dma_setup()
/openbmc/linux/arch/mips/include/asm/
H A Ddma.h270 static __inline__ void set_dma_count(unsigned int dmanr, unsigned int count) in set_dma_count() function
/openbmc/linux/arch/powerpc/include/asm/
H A Ddma.h296 static __inline__ void set_dma_count(unsigned int dmanr, unsigned int count) in set_dma_count() function
H A Dfloppy.h24 #define fd_set_dma_count(count) set_dma_count(FLOPPY_DMA, count)
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_isadma.c27 set_dma_count(desc->chan, desc->size); in comedi_isadma_program()
/openbmc/linux/arch/sparc/include/asm/
H A Dparport_64.h100 static inline void set_dma_count(unsigned int dmanr, unsigned int count) in set_dma_count() function
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1000_dma.h392 static inline void set_dma_count(unsigned int dmanr, unsigned int count) in set_dma_count() function
/openbmc/linux/Documentation/core-api/
H A Ddma-isa-lpc.rst126 set_dma_count(channel, num_bytes);
/openbmc/linux/drivers/mmc/host/
H A Dwbsd.c622 set_dma_count(host->dma, size); in wbsd_prepare_data()
/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dcs89x0.c919 set_dma_count(dev->dma, lp->dmasize * 1024); in net_open()
/openbmc/linux/drivers/parport/
H A Dparport_pc.c636 set_dma_count(port->dma, count); in parport_pc_fifo_write_block_dma()