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

  /external/grub/netboot/
3c509.c 400 int data, j, io_base, id_port; local
468 io_base = (j * EP_EISA_START) | EP_EISA_W0;
469 if (inw(io_base + EP_W0_MFG_ID) != MFG_ID)
473 if ((inw(io_base + EP_W0_ADDRESS_CFG) & 0x1f) != 0x1f)
477 outb(W0_P4_CMD_RESET_ADAPTER, io_base + EP_W0_CONFIG_CTRL);
479 outb(W0_P4_CMD_ENABLE_ADAPTER, io_base + EP_W0_CONFIG_CTRL);
tlan.c 394 * io_base The IO port base address for the
403 static void TLan_EeSendStart( u16 io_base )
407 outw( TLAN_NET_SIO, io_base + TLAN_DIO_ADR );
408 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
423 * Parms: io_base The IO port base address for the
440 static int TLan_EeSendByte( u16 io_base, u8 data, int stop )
446 outw( TLAN_NET_SIO, io_base + TLAN_DIO_ADR );
447 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
480 * io_base The IO port base address for the
498 static void TLan_EeReceiveByte( u16 io_base, u8 *data, int stop
    [all...]
  /external/qemu/hw/
pc.h 83 void i8042_init(qemu_irq kbd_irq, qemu_irq mouse_irq, uint32_t io_base);

Completed in 560 milliseconds