Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/include/asm/
Dfloppy.h27 #define fd_cacheflush(addr,size) /* nothing */ macro
65 fd_cacheflush(addr, size); in alpha_fd_dma_setup()
/linux-4.1.27/arch/mips/include/asm/
Dfloppy.h15 static inline void fd_cacheflush(char * addr, long size) in fd_cacheflush() function
/linux-4.1.27/arch/powerpc/include/asm/
Dfloppy.h28 #define fd_cacheflush(addr,size) /* nothing */ macro
155 fd_cacheflush(addr, size); in hard_dma_setup()
/linux-4.1.27/arch/sparc/include/asm/
Dfloppy_32.h73 #define fd_cacheflush(addr, size) /* nothing... */ macro
Dfloppy_64.h75 #define fd_cacheflush(addr, size) /* nothing... */ macro
/linux-4.1.27/drivers/block/
Dfloppy.c1076 fd_cacheflush(raw_cmd->kernel_data, raw_cmd->length); in setup_DMA()