Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dftgmac100.c226 speed = (stat_ge & (LPA_1000FULL | LPA_1000HALF) in ftgmac100_phy_init()
229 duplex = ((stat_ge & LPA_1000FULL) in ftgmac100_phy_init()
278 if (stat_ge & LPA_1000FULL) { in ftgmac100_update_link_speed()
H A Dmacb.c540 if (lpa & (LPA_1000FULL | LPA_1000HALF)) { in macb_phy_init()
541 duplex = ((lpa & LPA_1000FULL) ? 1 : 0); in macb_phy_init()
/rk3399_rockchip-uboot/include/linux/
H A Dmii.h140 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */ macro
/rk3399_rockchip-uboot/drivers/qe/
H A Duec_phy.c422 if (status & (LPA_1000FULL | LPA_1000HALF)) { in genmii_read_status()
424 if (status & LPA_1000FULL) in genmii_read_status()