HomeSort by relevance Sort by last modified time
    Searched defs:inw (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/evp/
e_xcbc_d.c 78 DES_cblock inw; member in struct:__anon5408
110 memcpy(&data(ctx)->inw[0],&key[8],8);
123 &data(ctx)->inw,
133 &data(ctx)->inw,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
io.h 62 inw (unsigned short int port) function
66 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (port));
75 __asm__ __volatile__ ("inw %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (port));
  /external/grub/netboot/
linux-asm-io.h 6 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
152 #define inw(port) \ macro
  /external/kernel-headers/original/asm-arm/
io.h 118 #define inw(p) ({ __u16 __v = le16_to_cpu((__force __le16) \ macro
136 #define inw_p(port) inw((port))
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
compiler.h 99 # define inw RealInw macro
108 # define inw inpw macro
143 extern unsigned int inw(unsigned short);
152 extern unsigned int inw(unsigned long);
212 inw(unsigned long port) function
238 extern unsigned short inw(unsigned int port);
508 # undef inw macro
514 extern unsigned int inw(unsigned long port);
564 inw(unsigned short port) function
567 __asm__ __volatile__("inw %1,%0"
630 inw(unsigned long port) function
951 inw(unsigned PORT_SIZE port) function
1286 inw(unsigned short port) function
1417 inw(unsigned short port) function
1467 inw(unsigned short port) function
1512 inw(unsigned short port) function
1564 # undef inw macro
1583 # define inw macro
1668 # undef inw macro
1674 # define inw macro
    [all...]

Completed in 243 milliseconds