Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dmii.h99 #define LPA_100BASE4 0x0200 /* Can do 100mbps 4k packets */ macro
108 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
162 else if (negotiated & LPA_100BASE4) in mii_nway_result()
163 ret = LPA_100BASE4; in mii_nway_result()
/external/kernel-headers/original/uapi/linux/
Dmii.h105 #define LPA_100BASE4 0x0200 /* Can do 100mbps 4k packets */ macro
114 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)