Searched refs:CONFIG_PHY_BASE_ADR (Results 1 – 20 of 20) sorted by relevance
/external/u-boot/board/keymile/km_arm/ |
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()
|
/external/u-boot/include/configs/ |
D | openrd.h | 79 # define CONFIG_PHY_BASE_ADR 0x0 macro 82 # define CONFIG_PHY_BASE_ADR 0x8 macro
|
D | dockstar.h | 65 #define CONFIG_PHY_BASE_ADR 0 macro
|
D | pogo_e02.h | 70 #define CONFIG_PHY_BASE_ADR 0 macro
|
D | guruplug.h | 74 #define CONFIG_PHY_BASE_ADR 0 macro
|
D | ds109.h | 76 #define CONFIG_PHY_BASE_ADR 8 macro
|
D | dreamplug.h | 73 #define CONFIG_PHY_BASE_ADR 0 macro
|
D | iconnect.h | 71 #define CONFIG_PHY_BASE_ADR 11 macro
|
D | nsa310s.h | 64 #define CONFIG_PHY_BASE_ADR 1 macro
|
D | ib62x0.h | 73 #define CONFIG_PHY_BASE_ADR 0 macro
|
D | sheevaplug.h | 71 #define CONFIG_PHY_BASE_ADR 0 macro
|
D | goflexhome.h | 89 #define CONFIG_PHY_BASE_ADR 0 macro
|
D | nas220.h | 81 #define CONFIG_PHY_BASE_ADR 8 macro
|
D | SBx81LIFKW.h | 108 #define CONFIG_PHY_BASE_ADR 0x01 macro
|
D | lsxl.h | 137 #define CONFIG_PHY_BASE_ADR 7 macro
|
D | edminiv2.h | 122 #define CONFIG_PHY_BASE_ADR 0x8 macro
|
/external/u-boot/drivers/net/ |
D | mvgbe.h | 15 #if defined (CONFIG_PHY_BASE_ADR) 16 #define PHY_BASE_ADR CONFIG_PHY_BASE_ADR
|
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()
|
/external/u-boot/include/configs/km/ |
D | km_arm.h | 138 #define CONFIG_PHY_BASE_ADR 0 macro
|
/external/u-boot/scripts/ |
D | config_whitelist.txt | 1512 CONFIG_PHY_BASE_ADR
|