Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/
Dfloppy.h15 static inline void fd_cacheflush(char * addr, long size) in fd_cacheflush() function
/Linux-v5.10/drivers/block/
Dfloppy.c278 #ifndef fd_cacheflush
279 #define fd_cacheflush(addr, size) /* nothing... */ macro
1100 fd_cacheflush(raw_cmd->kernel_data, raw_cmd->length); in setup_DMA()