Searched refs:CSR_PAR (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mxfe/ |
H A D | mxfe.h | 75 #define CSR_PAR 0x00 /* PCI access register */ macro
|
H A D | mxfe.c | 651 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 D | afe.h | 84 #define CSR_PAR 0x00 /* PCI access register */ macro
|
H A D | afe.c | 669 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()
|