/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);
|
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);
|
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);
|
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);
|
linux-asm-io.h | 7 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
|
/prebuilt/linux-x86/toolchain/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),
|
/external/llvm/test/MC/X86/ |
x86-32.s | 827 // CHECK: outsw # encoding: [0x66,0x6f] 828 // CHECK: outsw 829 // CHECK: outsw 830 outsw 831 outsw %ds:(%esi), %dx 832 outsw (%esi), %dx
|
x86-64.s | 994 // CHECK: outsw # encoding: [0x66,0x6f] 995 // CHECK: outsw 996 // CHECK: outsw 997 outsw 998 outsw %ds:(%rsi), %dx 999 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/kernel-headers/original/asm-x86/ |
io_32.h | 10 * (insb/insw/insl/outsb/outsw/outsl). You can also use "pausing"
|
/external/libvpx/examples/includes/geshi/geshi/ |
asm.php | 69 'xlatb','xor','bound','enter','ins','insb','insw','leave','outs','outsb','outsw','popa','pusha','pushw',
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
assyntax.h | 525 #define OUTS_W CHOICE(outsw, outsw, _WTOG outs) [all...] |
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | 802 (Name == "outsb" || Name == "outsw" || Name == "outsl")) { [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.td | [all...] |
/external/qemu/ |
i386-dis.c | [all...] |
/prebuilt/sdk/tools/linux/ |
llvm-rs-cc | |
/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...] |