Home
last modified time | relevance | path

Searched refs:wbflush (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Dwbflush.h21 #define wbflush() \ macro
31 #define wbflush() fast_iob() macro
Dsystem.h231 #define mb() wbflush()
232 #define iob() wbflush()
/linux-2.4.37.9/arch/mips/dec/
DMakefile15 export-objs := rtc-dec.o setup.o wbflush.o
21 obj-$(CONFIG_CPU_HAS_WB) += wbflush.o
/linux-2.4.37.9/include/asm-mips64/
Dwbflush.h16 #define wbflush() fast_iob() macro
/linux-2.4.37.9/include/asm-mips/tx4927/
Dtoshiba_rbtx4927.h36 #define TOSHIBA_RBTX4927_WR08(a,b) do { TX4927_WR08(a,b); wbflush(); } while ( 0 )
/linux-2.4.37.9/arch/mips/tx4927/toshiba_rbtx4927/
Dtoshiba_rbtx4927_irq.c690 wbflush(); in init_IRQ()
/linux-2.4.37.9/drivers/scsi/
DNCR53C9x.h149 #define esp_write(__reg, __val) do{(__reg) = (__val); wbflush();} while(0)
/linux-2.4.37.9/drivers/char/
Dserial_txx9.c1260 wbflush();/* change iob(); */ in txx9_config()