Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/extres/phy/
HDphy.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()
HDphydev_if.m33 INTERFACE phydev;
/freebsd-14-stable/sys/dev/mii/
HDmii_fdt.c184 mii_fdt_get_config(device_t phydev) in mii_fdt_get_config() argument
191 ma = device_get_ivars(phydev); in mii_fdt_get_config()
192 miibus = device_get_parent(phydev); in mii_fdt_get_config()
HDmii_fdt.h71 mii_fdt_phy_config_t *mii_fdt_get_config(device_t phydev);
/freebsd-14-stable/sys/dev/axgbe/
HDif_axgbe.c308 device_t phydev; in axgbe_attach() local
348 phydev = OF_device_from_xref(phy_handle); in axgbe_attach()
349 phy_node = ofw_bus_get_node(phydev); in axgbe_attach()
351 if (bus_alloc_resources(phydev, old_phy_spec, phy_res)) { in axgbe_attach()
HDxgbe-phy-v2.c364 int phydev; member
868 if (phy_data->phydev) in xgbe_phy_free_phy_device()
869 phy_data->phydev = 0; in xgbe_phy_free_phy_device()
1062 "0x%08x\n", __func__, phy_data->phydev, phy_data->phydev_mode, in xgbe_phy_find_phy_device()
1066 if (phy_data->phydev) { in xgbe_phy_find_phy_device()
1103 phy_data->phydev = 1; in xgbe_phy_find_phy_device()
1573 if (!phy_data->phydev) in xgbe_phy_phydev_flowctrl()
1724 if ((phy_data->phydev) && in xgbe_phy_an73_redrv_outcome()
1739 if ((phy_data->phydev) && in xgbe_phy_an73_redrv_outcome()
1872 if ((phy_data->phydev) && in xgbe_phy_an_advertising()
[all …]
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDecx-common.dtsi221 phydev = <5>;
228 phydev = <31>;
/freebsd-14-stable/sys/dev/al_eth/
HDal_eth.h310 struct phy_device *phydev; member