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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
io.h 144 insw (unsigned short int port, void *addr, unsigned long int count) function
146 __asm__ __volatile__ ("cld ; rep ; insw":"=D" (addr),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 144 insw (unsigned short int port, void *addr, unsigned long int count) function
146 __asm__ __volatile__ ("cld ; rep ; insw":"=D" (addr),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 144 insw (unsigned short int port, void *addr, unsigned long int count) function
146 __asm__ __volatile__ ("cld ; rep ; insw":"=D" (addr),
  /external/grub/netboot/
tiara.c 150 insw(ioaddr + BMPR_MEM_PORT, nic->packet, len / 2);
3c595.c 269 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2);
282 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet+nic->packetlen, rx_fifo / 2);
3c509.c 259 insw(BASE + EP_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2);
271 insw(BASE + EP_W1_RX_PIO_RD_1, nic->packet+nic->packetlen, rx_fifo / 2);
smc9000.c 350 insw(smc9000_base + DATA_1, nic->packet, (nic->packetlen+2) >> 1);
cs89x0.c 426 insw(eth_nic_base + RX_FRAME_PORT, nic->packet, nic->packetlen >> 1);
eepro.c 371 insw(ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1));
  /external/kernel-headers/original/asm-arm/
io.h 128 #define insw(p,d,l) __raw_readsw(__io(p),d,l) macro
143 #define insw_p(port,to,len) insw(port,to,len)
  /external/llvm/test/MC/X86/
x86-32.s 873 // CHECK: insw # encoding: [0x66,0x6d]
874 // CHECK: insw
875 insw
876 insw %dx, %es:(%edi)
x86-64.s 1030 // CHECK: insw # encoding: [0x66,0x6d]
1031 // CHECK: insw
1032 insw
1033 insw %dx, %es:(%rdi)
  /external/qemu-pc-bios/bochs/bios/
rombios.c 2952 insw ;; CX words transfered from port(DX) to ES:[DI] local
3369 insw ;; CX words transfered tp port(DX) to ES:[DI] local
6480 insw ;; CX words transfered from port(DX) to ES:[DI] local
    [all...]

Completed in 351 milliseconds