Home
last modified time | relevance | path

Searched refs:ESTATUS_1000_TFULL (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dmii.h126 #define ESTATUS_1000_TFULL 0x2000 /* Can do 1000BT Full */ macro
/external/u-boot/include/linux/
Dmii.h123 #define ESTATUS_1000_TFULL 0x2000 /* Can do 1000BT Full */ macro
/external/u-boot/drivers/net/phy/
Dphy.c358 ESTATUS_1000_TFULL | ESTATUS_1000_THALF)) { in genphy_parse_link()
360 if (estatus & (ESTATUS_1000_XFULL | ESTATUS_1000_TFULL)) in genphy_parse_link()
415 if (val & ESTATUS_1000_TFULL) in genphy_config()