Searched refs:io_base (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c82 static int TLan_EeReadByte(u16 io_base, u8, u8 *);
951 * io_base The IO port base address for the
960 void TLan_EeSendStart(u16 io_base) argument
964 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
965 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
983 * Parms: io_base The IO port base address for the
1000 int TLan_EeSendByte(u16 io_base, u8 data, int stop) argument
1006 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
1007 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
1043 * io_base Th
1061 TLan_EeReceiveByte(u16 io_base, u8 * data, int stop) argument
1118 TLan_EeReadByte(u16 io_base, u8 ee_addr, u8 * data) argument
[all...]
H A De1000.c724 uint32_t io_addr = hw->io_base;
725 uint32_t io_data = hw->io_base + 4;
3584 hw.io_base = pci_bar_start(p, i);
H A De1000_hw.h911 uint32_t io_base; member in struct:e1000_hw

Completed in 47 milliseconds