HomeSort by relevance Sort by last modified time
    Searched refs:SLOW_DOWN_IO (Results 1 - 9 of 9) sorted by null

  /external/grub/netboot/
linux-asm-io.h 35 #define SLOW_DOWN_IO { __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
37 #define SLOW_DOWN_IO __SLOW_DOWN_IO
78 __OUT1(s##_p,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); SLOW_DOWN_IO; } \
79 __OUT1(s##c_p,x) __OUT2(s,s1,"") : : "a" (value), "id" (port)); SLOW_DOWN_IO; }
91 __IN1(s##_p,x) __IN2(s,s1,"w") : "=a" (_v) : "d" (port) ,##i ); SLOW_DOWN_IO; return _v; } \
92 __IN1(s##c_p,x) __IN2(s,s1,"") : "=a" (_v) : "id" (port) ,##i ); SLOW_DOWN_IO; return _v; }
  /bionic/libc/kernel/arch-mips/asm/
io.h 51 #define SLOW_DOWN_IO { __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54 #define SLOW_DOWN_IO __SLOW_DOWN_IO
57 #define SLOW_DOWN_IO
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
io.h 51 #define SLOW_DOWN_IO { __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54 #define SLOW_DOWN_IO __SLOW_DOWN_IO
57 #define SLOW_DOWN_IO
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
io.h 51 #define SLOW_DOWN_IO { __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54 #define SLOW_DOWN_IO __SLOW_DOWN_IO
57 #define SLOW_DOWN_IO
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
io.h 51 #define SLOW_DOWN_IO { __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54 #define SLOW_DOWN_IO __SLOW_DOWN_IO
57 #define SLOW_DOWN_IO
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
io.h 51 #define SLOW_DOWN_IO { __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54 #define SLOW_DOWN_IO __SLOW_DOWN_IO
57 #define SLOW_DOWN_IO
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
io.h 51 #define SLOW_DOWN_IO { __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54 #define SLOW_DOWN_IO __SLOW_DOWN_IO
57 #define SLOW_DOWN_IO
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
io.h 51 #define SLOW_DOWN_IO { __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
54 #define SLOW_DOWN_IO __SLOW_DOWN_IO
57 #define SLOW_DOWN_IO
81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
  /external/kernel-headers/original/asm-mips/
io.h 97 #define SLOW_DOWN_IO { __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; __SLOW_DOWN_IO; }
99 #define SLOW_DOWN_IO __SLOW_DOWN_IO
102 #define SLOW_DOWN_IO
416 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)

Completed in 1014 milliseconds