Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_net.h150 #define SGMII_REG_STATUS_LOCK BIT(4) macro
/openbmc/u-boot/drivers/net/ti/
H A Dkeystone_net.c201 if ((status & SGMII_REG_STATUS_LOCK) != 0) in keystone_sgmii_config()