Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.h75 #define CSR_PAR 0x00 /* PCI access register */ macro
H A Dmxfe.c651 SETBIT(mxfep, CSR_PAR, PAR_RESET); in mxfe_quiesce()
748 SETBIT(mxfep, CSR_PAR, PAR_RESET); in mxfe_initialize()
751 val = GETCSR(mxfep, CSR_PAR); in mxfe_initialize()
780 PUTCSR(mxfep, CSR_PAR, par); in mxfe_initialize()
/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.h84 #define CSR_PAR 0x00 /* PCI access register */ 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()
889 val = GETCSR(afep, CSR_PAR); in afe_initialize()
923 PUTCSR(afep, CSR_PAR, par); in afe_initialize()