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