Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dfloppy.h15 static inline void fd_cacheflush(char * addr, long size) in fd_cacheflush() function
/openbmc/linux/drivers/block/
H A Dfloppy.c278 #define fd_cacheflush(addr, size) /* nothing... */ macro