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

  /external/grub/netboot/
tiara.c 175 outsw(ioaddr + BMPR_MEM_PORT, d, ETH_ALEN / 2);
176 outsw(ioaddr + BMPR_MEM_PORT, nic->node_addr, ETH_ALEN / 2);
178 outsw(ioaddr + BMPR_MEM_PORT, p, s / 2);
3c595.c 210 outsw(BASE + VX_W1_TX_PIO_WR_1, d, ETH_ALEN/2);
211 outsw(BASE + VX_W1_TX_PIO_WR_1, nic->node_addr, ETH_ALEN/2);
213 outsw(BASE + VX_W1_TX_PIO_WR_1, p, s / 2);
smc9000.c 262 outsw(smc9000_base + DATA_1, d, ETH_ALEN >> 1);
263 outsw(smc9000_base + DATA_1, nic->node_addr, ETH_ALEN >> 1);
267 outsw(smc9000_base + DATA_1 , p, s >> 1);
cs89x0.c 258 outsw(eth_nic_base + TX_FRAME_PORT, testpacket,
392 outsw(eth_nic_base + TX_FRAME_PORT, d, ETH_ALEN/2);
393 outsw(eth_nic_base + TX_FRAME_PORT, nic->node_addr,
396 outsw(eth_nic_base + TX_FRAME_PORT, p, (s+1)/2);
3c509.c 200 outsw(BASE + EP_W1_TX_PIO_WR_1, d, ETH_ALEN/2);
201 outsw(BASE + EP_W1_TX_PIO_WR_1, nic->node_addr, ETH_ALEN/2);
203 outsw(BASE + EP_W1_TX_PIO_WR_1, p, s / 2);
eepro.c 419 outsw(ioaddr + IO_PORT, d, ETH_ALEN / 2);
420 outsw(ioaddr + IO_PORT, nic->node_addr, ETH_ALEN / 2);
422 outsw(ioaddr + IO_PORT, &type, sizeof(type) / 2);
423 outsw(ioaddr + IO_PORT, p, (s + 3) >> 1);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
io.h 165 outsw (unsigned short int port, const void *addr, unsigned long int count) function
167 __asm__ __volatile__ ("cld ; rep ; outsw":"=S" (addr),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 165 outsw (unsigned short int port, const void *addr, unsigned long int count) function
167 __asm__ __volatile__ ("cld ; rep ; outsw":"=S" (addr),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 165 outsw (unsigned short int port, const void *addr, unsigned long int count) function
167 __asm__ __volatile__ ("cld ; rep ; outsw":"=S" (addr),
  /external/llvm/test/MC/X86/
x86-32.s 855 // CHECK: outsw # encoding: [0x66,0x6f]
856 // CHECK: outsw
857 // CHECK: outsw
858 outsw
859 outsw %ds:(%esi), %dx
860 outsw (%esi), %dx
x86-64.s 1060 // CHECK: outsw # encoding: [0x66,0x6f]
1061 // CHECK: outsw
1062 // CHECK: outsw
1063 outsw
1064 outsw %ds:(%rsi), %dx
1065 outsw (%rsi), %dx
  /external/kernel-headers/original/asm-arm/
io.h 124 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
140 #define outsw_p(port,from,len) outsw(port,from,len)
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 565 #define OUTS_W CHOICE(outsw, outsw, _WTOG outs)
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 565 #define OUTS_W CHOICE(outsw, outsw, _WTOG outs)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf 452 outsw, onebyte_insn, 1, SUF_Z, 0x6F, 0x10, 0, 0, 0, 0, 0
    [all...]
x86insn_gas.gperf     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 3104 outsw ;; CX words transfered from port(DX) to ES:[SI] local
3238 outsw ;; CX words transfered from port(DX) to ES:[SI] local
6621 outsw ;; CX words tranfered from ES:[SI] to port(DX) local
    [all...]

Completed in 564 milliseconds