Home
last modified time | relevance | path

Searched refs:TLAN_TLPHY_CTL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c494 TLan_MiiReadReg(nic, phy, TLAN_TLPHY_CTL, &tlphy_ctl); in TLan_FinishReset()
496 TLan_MiiWriteReg(nic, phy, TLAN_TLPHY_CTL, tlphy_ctl); in TLan_FinishReset()
1618 TLan_MiiReadReg(nic, phy, TLAN_TLPHY_CTL, &tctl);
1632 TLan_MiiWriteReg(nic, phy, TLAN_TLPHY_CTL, tctl);
H A Dtlan.h364 #define TLAN_TLPHY_CTL 0x11 macro