Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/fxp/
H A Dinphy.c60 static int inphy_attach(device_t dev);
65 DEVMETHOD(device_attach, inphy_attach),
108 inphy_attach(device_t dev) in inphy_attach() function