Searched full:phydev (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/phy/ |
H A D | phy.c | 483 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 D | phydev_if.m | 33 INTERFACE phydev;
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | calxeda-combophy.yaml | 30 phydev: 38 - phydev 49 phydev = <31>;
|
/freebsd/sys/dev/mii/ |
H A D | mii_fdt.c | 184 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()
|
H A D | mii_fdt.h | 71 mii_fdt_phy_config_t *mii_fdt_get_config(device_t phydev);
|
/freebsd/sys/contrib/device-tree/src/arm/calxeda/ |
H A D | ecx-common.dtsi | 221 phydev = <5>; 228 phydev = <31>;
|
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe.c | 307 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 D | xgbe-phy-v2.c | 401 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() 1086 axgbe_printf(2, "%s: phydev %d phydev_mode %d sfp_phy_avail %d phy_id " in xgbe_phy_find_phy_device() 1087 "0x%08x\n", __func__, phy_data->phydev, phy_data->phydev_mode, in xgbe_phy_find_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() [all …]
|
/freebsd/sys/dev/al_eth/ |
H A D | al_eth.h | 310 struct phy_device *phydev; member
|