Home
last modified time | relevance | path

Searched refs:PHY_CONTROL1 (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/renesas/stout/
H A Dstout.c114 #define PHY_CONTROL1 0x1E macro
119 int ret = phy_read(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1); in board_phy_config()
122 ret = phy_write(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1, (u16)ret); in board_phy_config()
/openbmc/u-boot/board/renesas/silk/
H A Dsilk.c95 #define PHY_CONTROL1 0x1E macro
100 int ret = phy_read(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1); in board_phy_config()
103 ret = phy_write(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1, (u16)ret); in board_phy_config()
/openbmc/u-boot/board/renesas/alt/
H A Dalt.c94 #define PHY_CONTROL1 0x1E macro
99 int ret = phy_read(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1); in board_phy_config()
102 ret = phy_write(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1, (u16)ret); in board_phy_config()
/openbmc/u-boot/board/renesas/koelsch/
H A Dkoelsch.c102 #define PHY_CONTROL1 0x1E macro
107 int ret = phy_read(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1); in board_phy_config()
110 ret = phy_write(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1, (u16)ret); in board_phy_config()
/openbmc/u-boot/board/renesas/porter/
H A Dporter.c100 #define PHY_CONTROL1 0x1E macro
105 int ret = phy_read(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1); in board_phy_config()
108 ret = phy_write(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1, (u16)ret); in board_phy_config()
/openbmc/u-boot/board/renesas/gose/
H A Dgose.c100 #define PHY_CONTROL1 0x1E macro
105 int ret = phy_read(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1); in board_phy_config()
108 ret = phy_write(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1, (u16)ret); in board_phy_config()
/openbmc/u-boot/board/renesas/lager/
H A Dlager.c111 #define PHY_CONTROL1 0x1E macro
116 int ret = phy_read(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1); in board_phy_config()
119 ret = phy_write(phydev, MDIO_DEVAD_NONE, PHY_CONTROL1, (u16)ret); in board_phy_config()