Symbol: BYTE_0
usr/src/uts/common/sys/pcic_reg.h
564
#define CB_SE_POWER_CYCLE BYTE_0(0x08)
usr/src/uts/common/sys/pcic_reg.h
565
#define CB_SE_CCDMASK BYTE_0(0x06)
usr/src/uts/common/sys/pcic_reg.h
566
#define CB_SE_CCD2 BYTE_0(0x04)
usr/src/uts/common/sys/pcic_reg.h
567
#define CB_SE_CCD1 BYTE_0(0x02)
usr/src/uts/common/sys/pcic_reg.h
568
#define CB_SE_CSTSCHG BYTE_0(0x01)
usr/src/uts/common/sys/pcic_reg.h
570
#define CB_SM_POWER_CYCLE BYTE_0(0x08)
usr/src/uts/common/sys/pcic_reg.h
571
#define CB_SM_CCDMASK BYTE_0(0x06)
usr/src/uts/common/sys/pcic_reg.h
572
#define CB_SM_CCD2 BYTE_0(0x04)
usr/src/uts/common/sys/pcic_reg.h
573
#define CB_SM_CCD1 BYTE_0(0x02)
usr/src/uts/common/sys/pcic_reg.h
574
#define CB_SM_CSTSCHG BYTE_0(0x01)
usr/src/uts/common/sys/pcic_reg.h
576
#define CB_PS_CSTSCHG BYTE_0(0x01)
usr/src/uts/common/sys/pcic_reg.h
577
#define CB_PS_CCDMASK BYTE_0(0x06)
usr/src/uts/common/sys/pcic_reg.h
578
#define CB_PS_NCCD1 BYTE_0(0x02)
usr/src/uts/common/sys/pcic_reg.h
579
#define CB_PS_NCCD2 BYTE_0(0x04)
usr/src/uts/common/sys/pcic_reg.h
580
#define CB_PS_POWER_CYCLE BYTE_0(0x08)
usr/src/uts/common/sys/pcic_reg.h
581
#define CB_PS_16BITCARD BYTE_0(0x10)
usr/src/uts/common/sys/pcic_reg.h
582
#define CB_PS_CBCARD BYTE_0(0x20)
usr/src/uts/common/sys/pcic_reg.h
583
#define CB_PS_INTERRUPT BYTE_0(0x40)
usr/src/uts/common/sys/pcic_reg.h
584
#define CB_PS_NOTACARD BYTE_0(0x80)
usr/src/uts/common/sys/pcic_reg.h
598
#define CB_EF_CSTSCHG BYTE_0(0x01)
usr/src/uts/common/sys/pcic_reg.h
599
#define CB_EF_CCD1 BYTE_0(0x02)
usr/src/uts/common/sys/pcic_reg.h
600
#define CB_EF_CCD2 BYTE_0(0x04)
usr/src/uts/common/sys/pcic_reg.h
601
#define CB_EF_POWER_CYCLE BYTE_0(0x08)
usr/src/uts/common/sys/pcic_reg.h
602
#define CB_EF_16BITCARD BYTE_0(0x10)
usr/src/uts/common/sys/pcic_reg.h
603
#define CB_EF_CBCARD BYTE_0(0x20)
usr/src/uts/common/sys/pcic_reg.h
604
#define CB_EF_NOTACARD BYTE_0(0x80)
usr/src/uts/common/sys/pcic_reg.h
614
#define CB_C_VPPMASK BYTE_0(0x07)
usr/src/uts/common/sys/pcic_reg.h
615
#define CB_C_VCCMASK BYTE_0(0x70)
usr/src/uts/common/sys/pcic_reg.h
617
#define CB_C_VPP0V BYTE_0(0x00)
usr/src/uts/common/sys/pcic_reg.h
618
#define CB_C_VPP12V BYTE_0(0x01)
usr/src/uts/common/sys/pcic_reg.h
619
#define CB_C_VPPVCC BYTE_0(0x03)
usr/src/uts/common/sys/pcic_reg.h
621
#define CB_C_VCC0V BYTE_0(0x00)
usr/src/uts/common/sys/pcic_reg.h
622
#define CB_C_VCC50V BYTE_0(0x20)
usr/src/uts/common/sys/pcic_reg.h
623
#define CB_C_VCC33V BYTE_0(0x30)