Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/afe/
H A Dafe.h211 #define SPR_MII_DIN 0x00080000U /* MII data input */ macro
H A Dafe.c1178 bit = (GETCSR(afep, CSR_SPR) & SPR_MII_DIN) ? 1 : 0; in afe_miireadbit()
/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfe.h197 #define SPR_MII_DIN 0x00080000U /* MII data input */ macro
H A Dmxfe.c1584 bit = (GETCSR(mxfep, CSR_SPR) & SPR_MII_DIN) ? 1 : 0; in mxfe_miireadbit()