Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/ti-common/
Dkeystone_net.h163 #define SGMII_REG_STATUS_LOCK BIT(4) macro
/external/u-boot/drivers/net/
Dkeystone_net.c316 if ((status & SGMII_REG_STATUS_LOCK) != 0) in keystone_sgmii_config()