Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dmii.h141 #define LPA_1000HALF 0x0400 /* Link partner 1000BASE-T half duplex */ macro
/rk3399_rockchip-uboot/drivers/net/
H A Dftgmac100.c226 speed = (stat_ge & (LPA_1000FULL | LPA_1000HALF) in ftgmac100_phy_init()
283 if (stat_ge & LPA_1000HALF) { in ftgmac100_update_link_speed()
H A Dmacb.c540 if (lpa & (LPA_1000FULL | LPA_1000HALF)) { in macb_phy_init()
/rk3399_rockchip-uboot/drivers/qe/
H A Duec_phy.c422 if (status & (LPA_1000FULL | LPA_1000HALF)) { in genmii_read_status()