Searched refs:sgmii_phy (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/board/freescale/common/ |
H A D | sgmii_riser.c | 48 char sgmii_phy[16]; in fsl_sgmii_riser_fdt_fixup() local 68 sprintf(sgmii_phy, "sgmii-phy@%d", etsec_num); in fsl_sgmii_riser_fdt_fixup() 69 phy_node = fdt_subnode_offset(fdt, mdio_node, sgmii_phy); in fsl_sgmii_riser_fdt_fixup()
|
/openbmc/qemu/hw/misc/ |
H A D | mchp_pfsoc_dmc.c | 106 memory_region_init_io(&s->sgmii_phy, OBJECT(dev), in mchp_pfsoc_ddr_sgmii_phy_realize() 110 sysbus_init_mmio(SYS_BUS_DEVICE(dev), &s->sgmii_phy); in mchp_pfsoc_ddr_sgmii_phy_realize()
|
/openbmc/qemu/include/hw/misc/ |
H A D | mchp_pfsoc_dmc.h | 34 MemoryRegion sgmii_phy; member
|
/openbmc/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 2964 err = phy_power_on(bp->sgmii_phy); in macb_open() 2980 phy_power_off(bp->sgmii_phy); in macb_open() 3011 phy_power_off(bp->sgmii_phy); in macb_close() 4714 bp->sgmii_phy = devm_phy_optional_get(&pdev->dev, NULL); in init_reset_optional() 4716 if (IS_ERR(bp->sgmii_phy)) in init_reset_optional() 4717 return dev_err_probe(&pdev->dev, PTR_ERR(bp->sgmii_phy), in init_reset_optional() 4720 ret = phy_init(bp->sgmii_phy); in init_reset_optional() 4749 phy_exit(bp->sgmii_phy); in init_reset_optional() 4757 phy_exit(bp->sgmii_phy); in init_reset_optional() 5153 phy_exit(bp->sgmii_phy); in macb_probe() [all …]
|
H A D | macb.h | 1307 struct phy *sgmii_phy; /* for ZynqMP SGMII mode */ member
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-sa8775p.c | 1302 MSM_PIN_FUNCTION(sgmii_phy), 1333 [7] = PINGROUP(7, sgmii_phy, _, _, _, _, _, _, _, _), 1355 [26] = PINGROUP(26, sgmii_phy, qup0_se1, qdss_cti, phase_flag, _, _, _, _, _),
|