Searched defs:io_base (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | tlan.c | 82 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 D | e1000_hw.h | 911 uint32_t io_base; member in struct:e1000_hw
|
Completed in 40 milliseconds