Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
De1000phy.c121 struct e1000phy_softc *sc_phy; in e1000_probe_and_attach() local
125 (VOID**) &sc_phy); in e1000_probe_and_attach()
129 gBS->SetMem (sc_phy, sizeof (struct e1000phy_softc), 0); in e1000_probe_and_attach()
130 sc_phy->mmd = mmd; in e1000_probe_and_attach()
132 sc_phy->sc_if = sc_if; in e1000_probe_and_attach()
139 bmsr = PHY_READ (sc_phy, E1000_SR); in e1000_probe_and_attach()
142 gBS->FreePool (sc_phy); in e1000_probe_and_attach()
149 ma.mii_id1 = PHY_READ (sc_phy, E1000_ID1); in e1000_probe_and_attach()
150 ma.mii_id2 = PHY_READ (sc_phy, E1000_ID2); in e1000_probe_and_attach()
156 gBS->FreePool (sc_phy); in e1000_probe_and_attach()
[all …]