Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dmii.h123 #define ESTATUS_1000_TFULL 0x2000 /* Can do 1000BT Full */ macro
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c357 ESTATUS_1000_TFULL | ESTATUS_1000_THALF)) { in genphy_parse_link()
359 if (estatus & (ESTATUS_1000_XFULL | ESTATUS_1000_TFULL)) in genphy_parse_link()
414 if (val & ESTATUS_1000_TFULL) in genphy_config()