Searched refs:io_base (Results 1 – 3 of 3) sorted by relevance
/external/grub/netboot/ |
D | 3c509.c | 400 int data, j, io_base, id_port; in t529_probe() local 468 io_base = (j * EP_EISA_START) | EP_EISA_W0; in t529_probe() 469 if (inw(io_base + EP_W0_MFG_ID) != MFG_ID) in t529_probe() 473 if ((inw(io_base + EP_W0_ADDRESS_CFG) & 0x1f) != 0x1f) in t529_probe() 477 outb(W0_P4_CMD_RESET_ADAPTER, io_base + EP_W0_CONFIG_CTRL); in t529_probe() 479 outb(W0_P4_CMD_ENABLE_ADAPTER, io_base + EP_W0_CONFIG_CTRL); in t529_probe()
|
D | tlan.c | 403 static void TLan_EeSendStart( u16 io_base ) in TLan_EeSendStart() argument 407 outw( TLAN_NET_SIO, io_base + TLAN_DIO_ADR ); in TLan_EeSendStart() 408 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO; in TLan_EeSendStart() 440 static int TLan_EeSendByte( u16 io_base, u8 data, int stop ) in TLan_EeSendByte() argument 446 outw( TLAN_NET_SIO, io_base + TLAN_DIO_ADR ); in TLan_EeSendByte() 447 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO; in TLan_EeSendByte() 498 static void TLan_EeReceiveByte( u16 io_base, u8 *data, int stop ) in TLan_EeReceiveByte() argument 503 outw( TLAN_NET_SIO, io_base + TLAN_DIO_ADR ); in TLan_EeReceiveByte() 504 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO; in TLan_EeReceiveByte() 553 static int TLan_EeReadByte( u16 io_base, u8 ee_addr, u8 *data ) in TLan_EeReadByte() argument [all …]
|
/external/qemu/hw/ |
D | pc.h | 83 void i8042_init(qemu_irq kbd_irq, qemu_irq mouse_irq, uint32_t io_base);
|