Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/nxp/
H A Dif_enet_imx.c43 struct enet_fdt_softc { struct
49 CFATTACH_DECL_NEW(enet_fdt, sizeof(struct enet_fdt_softc), argument
60 static void enet_phy_reset(struct enet_fdt_softc *, const int);
75 struct enet_fdt_softc * const efsc = device_private(self); in enet_attach()
234 enet_phy_reset(struct enet_fdt_softc *sc, const int phandle) in enet_phy_reset()