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

/illumos-gate/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c102 static caddr_t cvc_iobufp[NCPU]; variable
149 #define BBSRAM_INPUT_BUF ((volatile char *)(cvc_iobufp[cvc_iocpu] \
152 #define BBSRAM_OUTPUT_BUF ((volatile char *)(cvc_iobufp[cvc_iocpu] \
162 #define BBSRAM_CONTROL_REG ((volatile uchar_t *)(cvc_iobufp[cvc_iocpu] \
1114 cvc_iobufp[newcpu] = cvc_iobuf_mapin(newcpu);
1184 if ((cvaddr = cvc_iobufp[cpu_id]) == 0) {
1199 cvc_iobufp[cpu_id] = NULL;

Completed in 87 milliseconds