Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dmdio.h79 #define MDIO_PCS_CTRL1_LOOPBACK BMCR_LOOPBACK
80 #define MDIO_PHYXS_CTRL1_LOOPBACK BMCR_LOOPBACK
H A Dmii.h47 #define BMCR_LOOPBACK 0x4000 /* TXD loopback bits */ macro
/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dlan75xx.c47 (BMCR_LOOPBACK | BMCR_SPEED1000)); in lan75xx_phy_gig_workaround()
/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-net.c110 val |= BMCR_LOOPBACK; in eth_setup_loopback_test()