Home
last modified time | relevance | path

Searched refs:mscc_phy_rd (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/mscc/jr2/
H A Djr2.c86 if (mscc_phy_rd(0, 0x10, 0x3, &pval) == 0 && in do_board_detect()
89 } else if (mscc_phy_rd(1, 0x0, 0x3, &pval) == 0 && in do_board_detect()
/openbmc/u-boot/board/mscc/serval/
H A Dserval.c40 if (!mscc_phy_rd(1, 16, 15, &gpio_in_reg)) { in do_board_detect()
/openbmc/u-boot/arch/mips/mach-mscc/include/mach/
H A Dcommon.h91 int mscc_phy_rd(u32 miim_controller,
/openbmc/u-boot/board/mscc/ocelot/
H A Docelot.c77 if (mscc_phy_rd(1, 0, 0, &dummy) == 0) in do_board_detect()
/openbmc/u-boot/arch/mips/mach-mscc/
H A Dphy.c56 int mscc_phy_rd(u32 miimdev, in mscc_phy_rd() function