Searched refs:TLan_MiiSendData (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | tlan.c | 103 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 # */ 1264 void TLan_MiiSendData(u16 base_port, u32 data, unsigned num_bits) function 1359 TLan_MiiSendData(BASE, 0x1, 2); /* Start ( 01b ) */ 1360 TLan_MiiSendData(BASE, 0x1, 2); /* Write ( 01b ) */ 1361 TLan_MiiSendData(BASE, phy, 5); /* Device # */ 1362 TLan_MiiSendData(BASE, reg, 5); /* Register # */ [all …]
|