Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds