Searched refs:bfe_write_phy (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 355 bfe_write_phy(bfe_t *bfe, uint32_t reg, uint32_t val) in bfe_write_phy() function 376 bfe_write_phy(bfe, MII_CONTROL, MII_CONTROL_RESET); in bfe_reset_phy() 418 bfe_write_phy(bfe, MII_CONTROL, MII_CONTROL_PWRDN | in bfe_stop_phy() 443 bfe_write_phy(bfe, MII_CONTROL, 0); in bfe_probe_phy() 452 bfe_write_phy(bfe, MII_CONTROL, 0); in bfe_probe_phy() 695 bfe_write_phy(bfe, MII_AN_ADVERT, anar); in bfe_startup_phy() 698 bfe_write_phy(bfe, MII_CONTROL, bmcr); in bfe_startup_phy()
|