Home
last modified time | relevance | path

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

/drivers/scsi/libsas/
Dsas_expander.c898 struct ex_phy *ephy = &parent->ex_dev.ex_phy[i]; in sas_ex_join_wide_port() local
900 if (ephy == phy) in sas_ex_join_wide_port()
903 if (!memcmp(phy->attached_sas_addr, ephy->attached_sas_addr, in sas_ex_join_wide_port()
904 SAS_ADDR_SIZE) && ephy->port) { in sas_ex_join_wide_port()
905 sas_port_add_phy(ephy->port, phy->phy); in sas_ex_join_wide_port()
906 phy->port = ephy->port; in sas_ex_join_wide_port()
/drivers/net/ethernet/broadcom/
Dtg3.c2258 u32 ephy; in tg3_phy_toggle_automdix() local
2260 if (!tg3_readphy(tp, MII_TG3_FET_TEST, &ephy)) { in tg3_phy_toggle_automdix()
2264 ephy | MII_TG3_FET_SHADOW_EN); in tg3_phy_toggle_automdix()
2272 tg3_writephy(tp, MII_TG3_FET_TEST, ephy); in tg3_phy_toggle_automdix()