Home
last modified time | relevance | path

Searched refs:phy_duplex (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsi108_eth.c606 int phy_duplex; in marvell_88e_phy_config() local
610 phy_duplex = LINK_DUPLEX_UNKNOWN; in marvell_88e_phy_config()
664 phy_duplex = LINK_DUPLEX_FULL; in marvell_88e_phy_config()
667 phy_duplex = LINK_DUPLEX_HALF; in marvell_88e_phy_config()
688 if (phy_duplex == LINK_DUPLEX_FULL) in marvell_88e_phy_config()
700 *duplex = phy_duplex; in marvell_88e_phy_config()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dbcmgenet.h14 int phy_duplex; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c196 int phy_duplex; member
979 cmd.base.duplex = pep->phy_duplex; in pxa168_init_phy()
1466 pep->phy_duplex = pep->pd->duplex; in pxa168_eth_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c572 .duplex = pd->phy_duplex, in bcmgenet_mii_pd_init()