Searched refs:phydev (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mii/
H A Dmii_fdt.h73 mii_fdt_phy_config_t *mii_fdt_get_config(device_t phydev);
H A Dmii_fdt.c146 mii_fdt_get_config(device_t phydev) argument
152 miibus = device_get_parent(phydev);
/freebsd-11-stable/sys/dev/extres/phy/
H A Dphy.c500 device_t phydev; local
517 phydev = OF_device_from_xref(xnode);
518 if (phydev == NULL) {
523 rv = PHYDEV_MAP(phydev, xnode, ncells, cells, &id);
528 return (phy_get_by_id(consumer_dev, phydev, id, phy));
555 device_t phydev; local
572 phydev = OF_device_from_xref(cells[0]);
573 if (phydev == NULL) {
578 rv = PHYDEV_MAP(phydev, cells[0], ncells - 1 , cells + 1, &id);
583 return (phy_get_by_id(consumer_dev, phydev, i
[all...]

Completed in 62 milliseconds