Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/pcs/
H A Dpcs-xpcs.c1078 int an_intr; in xpcs_get_state_c37_1000basex() local
1080 an_intr = xpcs_read(xpcs, MDIO_MMD_VEND2, DW_VR_MII_AN_INTR_STS); in xpcs_get_state_c37_1000basex()
1081 if (an_intr & DW_VR_MII_AN_STS_C37_ANCMPLT_INTR) { in xpcs_get_state_c37_1000basex()
1082 an_intr &= ~DW_VR_MII_AN_STS_C37_ANCMPLT_INTR; in xpcs_get_state_c37_1000basex()
1083 xpcs_write(xpcs, MDIO_MMD_VEND2, DW_VR_MII_AN_INTR_STS, an_intr); in xpcs_get_state_c37_1000basex()