Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/afe/
H A Dafe.h118 #define PAR_RESET 0x00000001U /* Reset the entire chip */ macro
H A Dafe.c669 SETBIT(afep, CSR_PAR, PAR_RESET); in afe_quiesce()
677 if ((GETCSR(afep, CSR_PAR) & PAR_RESET) == 0) { in afe_quiesce()
886 SETBIT(afep, CSR_PAR, PAR_RESET); in afe_initialize()
890 if (!(val & PAR_RESET)) { in afe_initialize()
/titanic_50/usr/src/uts/common/io/mxfe/
H A Dmxfe.h102 #define PAR_RESET 0x00000001U /* Reset the entire chip */ macro
H A Dmxfe.c651 SETBIT(mxfep, CSR_PAR, PAR_RESET); in mxfe_quiesce()
748 SETBIT(mxfep, CSR_PAR, PAR_RESET); in mxfe_initialize()
752 if (!(val & PAR_RESET)) { in mxfe_initialize()