Searched refs:MSCC_PHY_VERIPHY_CNTL_2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/phy/mscc/ |
H A D | mscc.h | 166 #define MSCC_PHY_VERIPHY_CNTL_2 25 macro
|
H A D | mscc_main.c | 956 phy_base_write(phydev, MSCC_PHY_VERIPHY_CNTL_2, start); in vsc8584_get_fw_crc() 966 *crc = phy_base_read(phydev, MSCC_PHY_VERIPHY_CNTL_2); in vsc8584_get_fw_crc()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | mscc.c | 89 #define MSCC_PHY_VERIPHY_CNTL_2 25 macro 552 bus->write(bus, phy, MDIO_DEVAD_NONE, MSCC_PHY_VERIPHY_CNTL_2, start); in vsc8584_get_fw_crc() 564 *crc = bus->read(bus, phy, MDIO_DEVAD_NONE, MSCC_PHY_VERIPHY_CNTL_2); in vsc8584_get_fw_crc()
|