Searched refs:genphy_startup (Results 1 – 11 of 11) sorted by relevance
/u-boot/drivers/net/phy/ |
A D | ti_phy_init.c | 20 .startup = &genphy_startup, 30 .startup = &genphy_startup, 40 .startup = &genphy_startup, 50 .startup = &genphy_startup, 60 .startup = &genphy_startup, 70 .startup = &genphy_startup, 80 .startup = &genphy_startup,
|
A D | smsc.c | 72 .startup = &genphy_startup, 82 .startup = &genphy_startup, 92 .startup = &genphy_startup, 102 .startup = &genphy_startup,
|
A D | micrel_ksz8xxx.c | 23 .startup = &genphy_startup, 53 .startup = &genphy_startup, 81 .startup = &genphy_startup, 96 .startup = &genphy_startup, 124 .startup = &genphy_startup, 194 .startup = &genphy_startup,
|
A D | ca_phy.c | 114 .startup = &genphy_startup, 125 .startup = &genphy_startup,
|
A D | atheros.c | 344 .startup = genphy_startup, 354 .startup = genphy_startup, 364 .startup = genphy_startup,
|
A D | natsemi.c | 42 .startup = &genphy_startup,
|
A D | marvell.c | 639 .startup = &genphy_startup, 691 .startup = &genphy_startup,
|
A D | dp83867.c | 430 .startup = &genphy_startup,
|
A D | phy.c | 437 int genphy_startup(struct phy_device *phydev) in genphy_startup() function 461 .startup = genphy_startup,
|
A D | b53.c | 596 res = genphy_startup(phydev); in b53_phy_startup()
|
/u-boot/include/ |
A D | phy.h | 504 int genphy_startup(struct phy_device *phydev);
|
Completed in 12 milliseconds