HomeSort by relevance Sort by last modified time
    Searched refs:inw (Results 26 - 50 of 60) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
io.h 62 inw (unsigned short int __port) function
66 __asm__ __volatile__ ("inw %w1,%0":"=a" (_v):"Nd" (__port));
75 __asm__ __volatile__ ("inw %w1,%0\noutb %%al,$0x80":"=a" (_v):"Nd" (__port));
  /external/syslinux/gpxe/src/drivers/net/
3c595.h 298 #define VX_BUSY_WAIT while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS)
427 #define is_eeprom_busy(b) (inw((b)+VX_W0_EEPROM_COMMAND)&EEPROM_BUSY)
pnic.c 61 status = inw ( pnic->ioaddr + PNIC_REG_STAT );
63 _output_length = inw ( pnic->ioaddr + PNIC_REG_LEN );
rtl8139.c 280 ee9356 = ( inw ( rtl->ioaddr + RxConfig ) & Eeprom9356 );
291 vpd = ( inw ( rtl->ioaddr + Config1 ) & VPDEnable );
418 status = inw ( rtl->ioaddr + IntrStatus );
424 tsad = inw ( rtl->ioaddr + TxSummary );
435 while ( ! ( inw ( rtl->ioaddr + ChipCmd ) & RxBufEmpty ) ) {
depca.c 522 for (i = 0; i < 100 && !(inw(nic->ioaddr + DEPCA_DATA) & IDON); i++)
546 if (inw(nic->ioaddr + DEPCA_DATA) != STOP)
721 if (inw(ioaddr + DEPCA_DATA) != STOP)
3c509.h 74 #define is_eeprom_busy(b) (inw((b)+EP_W0_EEPROM_COMMAND)&EEPROM_BUSY)
via-rhine.c 810 ReturnMII = inw (wMIIDATA);
852 ReadMIItmp = inw (wMIIDATA);
942 intr_status = inw(nic->ioaddr + IntrStatus);
1047 if ((inw(byCR0) & CR_SFRST) == 0)
    [all...]
pcnet32.c 269 return inw(addr + PCNET32_WIO_RDP);
281 return inw(addr + PCNET32_WIO_BDP);
292 return inw(addr + PCNET32_WIO_RAP);
302 inw(addr + PCNET32_WIO_RESET);
308 return (inw(addr + PCNET32_WIO_RAP) == 88);
wlan_compat.h 524 #define wlan_inw_le16_to_cpu(a) inw((a))
528 #define wlan_inw(a) inw((a))
529 #define wlan_inw_le16_to_cpu(a) __cpu_to_le16(inw((a)))
tlan.c 502 u16 host_int = inw(BASE + TLAN_HOST_INT);
542 DBG ( "AC: 0x%hX\n", inw(BASE + TLAN_CH_PARM) );
543 DBG ( "PI-2: 0x%hX\n", inw(BASE + TLAN_HOST_INT) );
581 u16 host_int = inw(BASE + TLAN_HOST_INT);
644 DBG ( "INT1-0x%hX\n", inw(BASE + TLAN_HOST_INT) );
664 DBG ( "INT2-0x%hX\n", inw(BASE + TLAN_HOST_INT) );
    [all...]
epic100.c 190 *ap++ = inw(lan0 + i*4);
512 return inw(mmdata);
3c509.c 177 data = ( data << 1 ) | ( inw ( t509_id_port ) & 1 );
natsemi.c 278 pmatch[i] = inw(np->ioaddr + RxFilterData);
284 sopass[i] = inw(np->ioaddr + RxFilterData);
ne2k_isa.c 59 *((unsigned short *) dst) = inw(eth_asic_base + ASIC_PIO);
tlan.h 364 return (inw((base_addr + TLAN_DIO_DATA) + (internal_addr & 0x2)));
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi_io.h 113 IOAPI_INLINE ( efi, inw ) ( volatile uint16_t *io_addr ) {
  /external/syslinux/gpxe/src/interface/efi/
efi_io.c 193 PROVIDE_IOAPI_INLINE ( efi, inw );
  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430.h 428 inw (
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Qemu.h 469 inw (
Driver.c 660 inw ( function
885 Data = inw (Private, VBE_DISPI_IOPORT_DATA);
  /external/syslinux/gpxe/src/drivers/net/rtl818x/
rtl818x.h 321 return inw(addr);
  /external/llvm/test/MC/X86/
x86-64.s 244 // CHECK: inw %dx, %ax
249 inw %dx label
272 // CHECK: inw %dx, %ax
273 // CHECK: inw %dx, %ax
280 inw (%dx), %ax label
    [all...]
x86-32.s 617 // CHECK: inw %dx, %ax
618 inw (%dx), %ax label
619 // CHECK: inw %dx, %ax
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-64.s 241 // CHECK: inw %dx
246 inw %dx label
269 // CHECK: inw %dx
270 // CHECK: inw %dx
277 inw (%dx), %ax label
  /external/syslinux/com32/modules/
kontron_wdt.c 62 uint16_t ioread16(uint16_t addr) { return inw(addr);}

Completed in 717 milliseconds

12 3