Searched refs:mdio_active (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.bitbangMII | 37 int (*mdio_active)() - Activate the MDIO pin as output 48 { .name = "miibus#1", .init = b1_init, .mdio_active = b1_mdio_active, ... }, 49 { .name = "miibus#2", .init = b2_init, .mdio_active = b2_mdio_active, ... },
|
| /OK3568_Linux_fs/u-boot/board/gdsys/common/ |
| H A D | miiphybb.c | 104 .mdio_active = io_bb_mdio_active, 116 .mdio_active = io_bb_mdio_active,
|
| /OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/ |
| H A D | strider.c | 512 .mdio_active = mii_mdio_active, 523 .mdio_active = mii_mdio_active, 534 .mdio_active = mii_mdio_active, 545 .mdio_active = mii_mdio_active,
|
| H A D | hrcon.c | 457 .mdio_active = mii_mdio_active, 468 .mdio_active = mii_mdio_active, 479 .mdio_active = mii_mdio_active, 490 .mdio_active = mii_mdio_active,
|
| /OK3568_Linux_fs/u-boot/board/gdsys/a38x/ |
| H A D | ihs_phys.c | 323 .mdio_active = mii_mdio_active, 334 .mdio_active = mii_mdio_active, 345 .mdio_active = mii_mdio_active,
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | miiphybb.c | 96 .mdio_active = bb_mdio_active_wrap, 117 BB_MII_RELOCATE(bb_miiphy_buses[i].mdio_active, gd->reloc_off); in bb_miiphy_init() 166 bus->mdio_active(bus); in miiphy_pre()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pasemi/ |
| H A D | gpio_mdio.c | 57 static inline void mdio_active(struct mii_bus *bus) in mdio_active() function 90 mdio_active(bus); in bitbang_pre()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | miiphy.h | 70 int (*mdio_active)(struct bb_miiphy_bus *bus); member
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sh_eth.c | 665 .mdio_active = sh_eth_bb_mdio_active,
|
| H A D | ravb.c | 591 .mdio_active = ravb_bb_mdio_active,
|