Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dnetcp_sgmii.c17 #define SGMII_REG_STATUS_LOCK BIT(4) macro
128 if ((status & SGMII_REG_STATUS_LOCK) != 0) in netcp_sgmii_config()
132 if ((status & SGMII_REG_STATUS_LOCK) == 0) in netcp_sgmii_config()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_net.h164 #define SGMII_REG_STATUS_LOCK BIT(4) macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dkeystone_net.c317 if ((status & SGMII_REG_STATUS_LOCK) != 0) in keystone_sgmii_config()