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

/opensolaris-onvv-gate/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);
677 if ((GETCSR(afep, CSR_PAR) & PAR_RESET) == 0) {
886 SETBIT(afep, CSR_PAR, PAR_RESET);
890 if (!(val & PAR_RESET)) {
/opensolaris-onvv-gate/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);
748 SETBIT(mxfep, CSR_PAR, PAR_RESET);
752 if (!(val & PAR_RESET)) {

Completed in 98 milliseconds