Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/asm/ti-common/
H A Dkeystone_net.h164 #define SGMII_REG_STATUS_LOCK BIT(4) macro
/rk3399_rockchip-uboot/drivers/net/
H A Dkeystone_net.c317 if ((status & SGMII_REG_STATUS_LOCK) != 0) in keystone_sgmii_config()