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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrInfo.h49 const ComplexDeprecationPredicate *CDI, unsigned NO) {
54 ComplexDeprecationInfos = CDI;
47 InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, const uint8_t *DF, const ComplexDeprecationPredicate *CDI, unsigned NO) argument
/freebsd-13-stable/sys/dev/esp/
H A Dncr53c9xvar.h428 #define CDI 0x02 macro
434 #define COMMAND_PHASE (CDI)
435 #define STATUS_PHASE (CDI | IOI)
436 #define MESSAGE_OUT_PHASE (MSGI | CDI)
437 #define MESSAGE_IN_PHASE (MSGI | CDI | IOI)
439 #define PHASE_MASK (MSGI | CDI | IOI)
H A Dncr53c9x.c3218 (sc->sc_phase & (MSGI | CDI)) == 0) {
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1343 #define CDI 0x80 macro
H A Daic7xxx.c775 if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) {
789 & (CDI|MSGI)) != 0)
H A Daic79xx_reg.h3604 #define CDI 0x80 macro

Completed in 137 milliseconds