Searched refs:CONFIG_PHY_BASE_ADR (Results 1 – 21 of 21) sorted by relevance
/u-boot/board/keymile/km_arm/ |
A D | km_arm.c | 313 if (miiphy_read(name, CONFIG_PHY_BASE_ADR, PHY_SPEC_CTRL_REG, ®)) in reset_phy() 315 if (miiphy_write(name, CONFIG_PHY_BASE_ADR, PHY_SPEC_CTRL_REG, in reset_phy() 320 if (miiphy_write(name, CONFIG_PHY_BASE_ADR, PHY_LED_SEL_REG, in reset_phy() 325 miiphy_reset(name, CONFIG_PHY_BASE_ADR); in reset_phy() 405 miiphy_reset(name, CONFIG_PHY_BASE_ADR); in reset_phy() 408 if (miiphy_info(name, CONFIG_PHY_BASE_ADR, &oui, &model, &rev)) in reset_phy() 415 if (miiphy_write(name, CONFIG_PHY_BASE_ADR, in reset_phy() 426 if (miiphy_write(name, CONFIG_PHY_BASE_ADR, in reset_phy() 435 if (miiphy_write(name, CONFIG_PHY_BASE_ADR, in reset_phy()
|
/u-boot/include/configs/ |
A D | openrd.h | 61 # define CONFIG_PHY_BASE_ADR 0x0 macro 64 # define CONFIG_PHY_BASE_ADR 0x8 macro
|
A D | dockstar.h | 59 #define CONFIG_PHY_BASE_ADR 0 macro
|
A D | ds109.h | 54 #define CONFIG_PHY_BASE_ADR 8 macro
|
A D | pogo_e02.h | 54 #define CONFIG_PHY_BASE_ADR 0 macro
|
A D | dreamplug.h | 52 #define CONFIG_PHY_BASE_ADR 0 macro
|
A D | guruplug.h | 66 #define CONFIG_PHY_BASE_ADR 0 macro
|
A D | iconnect.h | 51 #define CONFIG_PHY_BASE_ADR 11 macro
|
A D | nsa310s.h | 44 #define CONFIG_PHY_BASE_ADR 1 macro
|
A D | ib62x0.h | 50 #define CONFIG_PHY_BASE_ADR 0 macro
|
A D | sheevaplug.h | 50 #define CONFIG_PHY_BASE_ADR 0 macro
|
A D | goflexhome.h | 72 #define CONFIG_PHY_BASE_ADR 0 macro
|
A D | nas220.h | 66 #define CONFIG_PHY_BASE_ADR 8 macro
|
A D | SBx81LIFKW.h | 90 #define CONFIG_PHY_BASE_ADR 0x01 macro
|
A D | SBx81LIFXCAT.h | 90 #define CONFIG_PHY_BASE_ADR 0x01 macro
|
A D | lsxl.h | 117 #define CONFIG_PHY_BASE_ADR 7 macro
|
A D | edminiv2.h | 115 #define CONFIG_PHY_BASE_ADR 0x8 macro
|
/u-boot/include/configs/km/ |
A D | km_arm.h | 87 #define CONFIG_PHY_BASE_ADR 0 macro
|
/u-boot/drivers/net/ |
A D | mvgbe.h | 15 #if defined (CONFIG_PHY_BASE_ADR) 16 #define PHY_BASE_ADR CONFIG_PHY_BASE_ADR
|
A D | armada100_fec.c | 491 #if defined(CONFIG_PHY_BASE_ADR) in armdfec_init() 492 miiphy_write(dev->name, PHY_ADR_REQ, PHY_ADR_REQ, CONFIG_PHY_BASE_ADR); in armdfec_init()
|
/u-boot/scripts/ |
A D | config_whitelist.txt | 1236 CONFIG_PHY_BASE_ADR
|
Completed in 25 milliseconds