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

  /external/openssl/crypto/evp/
e_xcbc_d.c 77 DES_cblock inw; member in struct:__anon3954
109 memcpy(&data(ctx)->inw[0],&key[8],8);
120 &data(ctx)->inw,
  /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 522 milliseconds