Searched defs:base_port (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c1252 * base_port The base IO port of the adapter in
1264 void TLan_MiiSendData(u16 base_port, u32 data, unsigned num_bits) argument
1272 outw(TLAN_NET_SIO, base_port + TLAN_DIO_ADR);
1273 sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO;
1298 * base_port The base IO port of the adapter in
1306 void TLan_MiiSync(u16 base_port) argument
1311 outw(TLAN_NET_SIO, base_port + TLAN_DIO_ADR);
1312 sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO;

Completed in 62 milliseconds