Home
last modified time | relevance | path

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

/freebsd/sys/dev/phy/
H A Dphy.c483 device_t phydev; in phy_get_by_ofw_idx() local
500 phydev = OF_device_from_xref(xnode); in phy_get_by_ofw_idx()
501 if (phydev == NULL) { in phy_get_by_ofw_idx()
506 rv = PHYDEV_MAP(phydev, xnode, ncells, cells, &id); in phy_get_by_ofw_idx()
511 return (phy_get_by_id(consumer_dev, phydev, id, phy)); in phy_get_by_ofw_idx()
538 device_t phydev; in phy_get_by_ofw_property() local
555 phydev = OF_device_from_xref(cells[0]); in phy_get_by_ofw_property()
556 if (phydev == NULL) { in phy_get_by_ofw_property()
561 rv = PHYDEV_MAP(phydev, cells[0], ncells - 1 , cells + 1, &id); in phy_get_by_ofw_property()
566 return (phy_get_by_id(consumer_dev, phydev, id, phy)); in phy_get_by_ofw_property()
H A Dphydev_if.m33 INTERFACE phydev;
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dcalxeda-combophy.yaml30 phydev:
38 - phydev
49 phydev = <31>;
/freebsd/sys/dev/mii/
H A Dmii_fdt.c182 mii_fdt_get_config(device_t phydev) in mii_fdt_get_config() argument
189 ma = device_get_ivars(phydev); in mii_fdt_get_config()
190 miibus = device_get_parent(phydev); in mii_fdt_get_config()
H A Dmii_fdt.h71 mii_fdt_phy_config_t *mii_fdt_get_config(device_t phydev);
/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c307 device_t phydev; in axgbe_attach() local
347 phydev = OF_device_from_xref(phy_handle); in axgbe_attach()
348 phy_node = ofw_bus_get_node(phydev); in axgbe_attach()
350 if (bus_alloc_resources(phydev, old_phy_spec, phy_res)) { in axgbe_attach()
H A Dxgbe-phy-v2.c401 int phydev; member
931 if (phy_data->phydev) in xgbe_phy_free_phy_device()
932 phy_data->phydev = 0; in xgbe_phy_free_phy_device()
1091 if (phy_data->phydev) { in xgbe_phy_find_phy_device()
1128 phy_data->phydev = 1; in xgbe_phy_find_phy_device()
1785 if (!phy_data->phydev) in xgbe_phy_phydev_flowctrl()
1936 if ((phy_data->phydev) && in xgbe_phy_an73_redrv_outcome()
1951 if ((phy_data->phydev) && in xgbe_phy_an73_redrv_outcome()
2084 if ((phy_data->phydev) && in xgbe_phy_an_advertising()
2125 if (!phy_data->phydev) in xgbe_phy_an_config()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/calxeda/
H A Decx-common.dtsi221 phydev = <5>;
228 phydev = <31>;
/freebsd/sys/dev/al_eth/
H A Dal_eth.h310 struct phy_device *phydev; member