Home
last modified time | relevance | path

Searched refs:ephy (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/mips/boot/dts/brcm/
Dbcm7420.dtsi142 compatible = "brcm,65nm-ephy",
Dbcm7435.dtsi157 compatible = "brcm,40nm-ephy",
Dbcm7358.dtsi220 compatible = "brcm,40nm-ephy",
Dbcm7360.dtsi220 compatible = "brcm,40nm-ephy",
Dbcm7425.dtsi143 compatible = "brcm,40nm-ephy",
Dbcm7362.dtsi216 compatible = "brcm,40nm-ephy",
Dbcm7346.dtsi236 compatible = "brcm,40nm-ephy",
/linux-4.4.14/drivers/scsi/libsas/
Dsas_expander.c889 struct ex_phy *ephy = &parent->ex_dev.ex_phy[i]; in sas_ex_join_wide_port() local
891 if (ephy == phy) in sas_ex_join_wide_port()
894 if (!memcmp(phy->attached_sas_addr, ephy->attached_sas_addr, in sas_ex_join_wide_port()
895 SAS_ADDR_SIZE) && ephy->port) { in sas_ex_join_wide_port()
896 sas_port_add_phy(ephy->port, phy->phy); in sas_ex_join_wide_port()
897 phy->port = ephy->port; in sas_ex_join_wide_port()
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dleds-bcm6328.txt261 ephy@4 {
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dtg3.c2262 u32 ephy; in tg3_phy_toggle_automdix() local
2264 if (!tg3_readphy(tp, MII_TG3_FET_TEST, &ephy)) { in tg3_phy_toggle_automdix()
2268 ephy | MII_TG3_FET_SHADOW_EN); in tg3_phy_toggle_automdix()
2276 tg3_writephy(tp, MII_TG3_FET_TEST, ephy); in tg3_phy_toggle_automdix()