Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/aic7xxx/aicasm/
Daicasm_gram.y178 %token <value> T_ADD T_ADC
1144 | T_ADC { $$ = AIC_OP_ADC; }
/freebsd-9-stable/sys/cam/scsi/
Dscsi_all.h1086 #define T_ADC 0x12 macro
Dscsi_all.c132 #define V (1 << T_ADC)
5224 case T_ADC: in scsi_print_inquiry()