Searched refs:wbflush (Results 1 – 8 of 8) sorted by relevance
21 #define wbflush() \ macro31 #define wbflush() fast_iob() macro
231 #define mb() wbflush()232 #define iob() wbflush()
15 export-objs := rtc-dec.o setup.o wbflush.o21 obj-$(CONFIG_CPU_HAS_WB) += wbflush.o
16 #define wbflush() fast_iob() macro
36 #define TOSHIBA_RBTX4927_WR08(a,b) do { TX4927_WR08(a,b); wbflush(); } while ( 0 )
690 wbflush(); in init_IRQ()
149 #define esp_write(__reg, __val) do{(__reg) = (__val); wbflush();} while(0)
1260 wbflush();/* change iob(); */ in txx9_config()