Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dmii.h143 #define LPA_1000HALF 0x0400 /* Link partner 1000BASE-T half duplex */ macro
/external/u-boot/include/linux/
Dmii.h136 #define LPA_1000HALF 0x0400 /* Link partner 1000BASE-T half duplex */ macro
/external/u-boot/drivers/net/
Dftgmac100.c225 speed = (stat_ge & (LPA_1000FULL | LPA_1000HALF) in ftgmac100_phy_init()
282 if (stat_ge & LPA_1000HALF) { in ftgmac100_update_link_speed()
Dmacb.c569 if (lpa & (LPA_1000FULL | LPA_1000HALF)) { in macb_phy_init()
/external/u-boot/drivers/qe/
Duec_phy.c421 if (status & (LPA_1000FULL | LPA_1000HALF)) { in genmii_read_status()