Home
last modified time | relevance | path

Searched refs:T_ADC (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
Daicasm_gram.y179 %token <value> T_ADD T_ADC
1145 | T_ADC { $$ = AIC_OP_ADC; }
/freebsd-12-stable/sys/cam/scsi/
Dscsi_all.c137 #define V (1 << T_ADC)
5440 case T_ADC: in scsi_print_inquiry_sbuf()
Dscsi_all.h2193 #define T_ADC 0x12 macro