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

  /external/grub/netboot/
ni5010.c 259 outsb(IE_XBUF, d, ETH_ALEN); /* Put dst in buffer */
260 outsb(IE_XBUF, nic->node_addr, ETH_ALEN);/* Put src in buffer */
263 outsb(IE_XBUF, p, s); /* Put data in buffer */
  /external/kernel-headers/original/asm-arm/
io.h 123 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) macro
139 #define outsb_p(port,from,len) outsb(port,from,len)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 526 #define OUTS_B CHOICE(outsb, outsb, outsb)
    [all...]

Completed in 41 milliseconds