Home
last modified time | relevance | path

Searched refs:LPA_1000XFULL (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/linux/
Dmii.h95 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */ macro
/third_party/uboot/u-boot-2020.01/drivers/net/
Dmacb.c646 if (lpa & (LPA_1000FULL | LPA_1000HALF | LPA_1000XFULL | in macb_phy_init()
648 duplex = ((lpa & (LPA_1000FULL | LPA_1000XFULL)) ? in macb_phy_init()