Searched refs:CONFIG_PHY_BASE_ADR (Results 1 – 21 of 21) sorted by relevance
/openbmc/u-boot/board/keymile/km_arm/ |
H A D | km_arm.c | 345 if (miiphy_read(name, CONFIG_PHY_BASE_ADR, PHY_SPEC_CTRL_REG, ®)) in reset_phy() 347 if (miiphy_write(name, CONFIG_PHY_BASE_ADR, PHY_SPEC_CTRL_REG, in reset_phy() 352 if (miiphy_write(name, CONFIG_PHY_BASE_ADR, PHY_LED_SEL_REG, in reset_phy() 357 miiphy_reset(name, CONFIG_PHY_BASE_ADR); in reset_phy() 437 miiphy_reset(name, CONFIG_PHY_BASE_ADR); in reset_phy() 440 if (miiphy_info(name, CONFIG_PHY_BASE_ADR, &oui, &model, &rev)) in reset_phy() 447 if (miiphy_write(name, CONFIG_PHY_BASE_ADR, in reset_phy() 458 if (miiphy_write(name, CONFIG_PHY_BASE_ADR, in reset_phy() 467 if (miiphy_write(name, CONFIG_PHY_BASE_ADR, in reset_phy()
|
/openbmc/u-boot/include/configs/ |
H A D | openrd.h | 75 # define CONFIG_PHY_BASE_ADR 0x0 macro 78 # define CONFIG_PHY_BASE_ADR 0x8 macro
|
H A D | dockstar.h | 65 #define CONFIG_PHY_BASE_ADR 0 macro
|
H A D | pogo_e02.h | 68 #define CONFIG_PHY_BASE_ADR 0 macro
|
H A D | ds109.h | 69 #define CONFIG_PHY_BASE_ADR 8 macro
|
H A D | dreamplug.h | 66 #define CONFIG_PHY_BASE_ADR 0 macro
|
H A D | guruplug.h | 72 #define CONFIG_PHY_BASE_ADR 0 macro
|
H A D | iconnect.h | 69 #define CONFIG_PHY_BASE_ADR 11 macro
|
H A D | nsa310s.h | 59 #define CONFIG_PHY_BASE_ADR 1 macro
|
H A D | goflexhome.h | 86 #define CONFIG_PHY_BASE_ADR 0 macro
|
H A D | ib62x0.h | 68 #define CONFIG_PHY_BASE_ADR 0 macro
|
H A D | sheevaplug.h | 69 #define CONFIG_PHY_BASE_ADR 0 macro
|
H A D | nas220.h | 80 #define CONFIG_PHY_BASE_ADR 8 macro
|
H A D | SBx81LIFXCAT.h | 99 #define CONFIG_PHY_BASE_ADR 0x01 macro
|
H A D | SBx81LIFKW.h | 99 #define CONFIG_PHY_BASE_ADR 0x01 macro
|
H A D | lsxl.h | 130 #define CONFIG_PHY_BASE_ADR 7 macro
|
H A D | edminiv2.h | 119 #define CONFIG_PHY_BASE_ADR 0x8 macro
|
/openbmc/u-boot/include/configs/km/ |
H A D | km_arm.h | 125 #define CONFIG_PHY_BASE_ADR 0 macro
|
/openbmc/u-boot/drivers/net/ |
H A D | mvgbe.h | 15 #if defined (CONFIG_PHY_BASE_ADR) 16 #define PHY_BASE_ADR CONFIG_PHY_BASE_ADR
|
H A D | armada100_fec.c | 489 #if defined(CONFIG_PHY_BASE_ADR) in armdfec_init() 490 miiphy_write(dev->name, PHY_ADR_REQ, PHY_ADR_REQ, CONFIG_PHY_BASE_ADR); in armdfec_init()
|
/openbmc/u-boot/scripts/ |
H A D | config_whitelist.txt | 1458 CONFIG_PHY_BASE_ADR
|