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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c103 static void TLan_MiiSendData(u16, u32, unsigned);
1203 TLan_MiiSendData(BASE, 0x1, 2); /* Start ( 01b ) */
1204 TLan_MiiSendData(BASE, 0x2, 2); /* Read ( 10b ) */
1205 TLan_MiiSendData(BASE, phy, 5); /* Device # */
1206 TLan_MiiSendData(BASE, reg, 5); /* Register # */
1247 * TLan_MiiSendData
1264 void TLan_MiiSendData(u16 base_port, u32 data, unsigned num_bits) function
1287 } /* TLan_MiiSendData */
1359 TLan_MiiSendData(BASE, 0x1, 2); /* Start ( 01b ) */
1360 TLan_MiiSendData(BAS
[all...]

Completed in 45 milliseconds