Searched refs:readw (Results 1 - 9 of 9) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dio_32.h111 * make bus memory CPU accessible via the readb/readw/readl/writeb/
169 static inline unsigned short readw(const volatile void __iomem *addr) function
178 #define readw_relaxed(addr) readw(addr)
181 #define __raw_readw readw
/external/kernel-headers/original/asm-arm/
H A Dio.h167 #define readw(c) ({ __u16 __v = le16_to_cpu((__force __le16) \ macro
172 #define readw_relaxed(addr) readw(addr)
216 #define readw(c) (__readwrite_bug("readw"),0) macro
/external/mksh/src/
H A Dmain.c1351 coproc.read = coproc.readw = coproc.write = -1;
1374 if (coproc.readw >= 0 && coproc.read >= 0 && fd == coproc.read) {
1375 close(coproc.readw);
1376 coproc.readw = -1;
1417 if (!reuse || coproc.readw < 0 || coproc.read < 0) {
1422 if (coproc.readw >= 0) {
1423 close(coproc.readw);
1424 coproc.readw = -1;
H A Dexec.c264 if (coproc.readw >= 0)
265 ksh_dup2(coproc.readw, 1, false);
271 coproc.readw = pv[1];
289 NULL, coproc.readw);
H A Dsh.h832 int readw; /* other side of read (saved temporarily) */ member in struct:coproc
/external/grub/netboot/
H A Dlinux-asm-io.h47 #define readw(addr) (*(volatile unsigned short *) (addr)) macro
H A Dw89c840.c156 #undef readw macro
162 #define readw inw macro
/external/kernel-headers/original/asm-mips/
H A Dio.h223 * make bus memory CPU accessible via the readb/readw/readl/writeb/
237 * make bus memory CPU accessible via the readb/readw/readl/writeb/
259 * make bus memory CPU accessible via the readb/readw/readl/writeb/
436 #define readw_relaxed readw
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c142 static inline uint16_t readw(const void *addr) function
665 while (cmos_readb(0x5f) + 1 != readw(&smp_cpus))
669 BX_INFO("Found %d cpu(s)\n", readw(&smp_cpus));

Completed in 264 milliseconds