Searched refs:bfe_read_phy (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 340 bfe_read_phy(bfe_t *bfe, uint32_t reg) in bfe_read_phy() function 379 if (bfe_read_phy(bfe, MII_CONTROL) & in bfe_reset_phy() 441 status = bfe_read_phy(bfe, MII_STATUS); in bfe_probe_phy() 450 status = bfe_read_phy(bfe, MII_STATUS); in bfe_probe_phy() 559 phyid1 = bfe_read_phy(bfe, MII_PHYIDH); in bfe_startup_phy() 560 phyid2 = bfe_read_phy(bfe, MII_PHYIDL); in bfe_startup_phy() 563 bmsr = bfe_read_phy(bfe, MII_STATUS); in bfe_startup_phy() 564 anar = bfe_read_phy(bfe, MII_AN_ADVERT); in bfe_startup_phy() 739 bmsr = bfe_read_phy(bfe, MII_STATUS); in bfe_check_link() 742 bmcr = bfe_read_phy(bfe, MII_CONTROL); in bfe_check_link() [all …]
|