scsiseq_template 7243 drivers/scsi/aic7xxx/aic79xx_core.c 	u_int	 scsiseq_template;
scsiseq_template 7505 drivers/scsi/aic7xxx/aic79xx_core.c 	scsiseq_template = ENAUTOATNP;
scsiseq_template 7507 drivers/scsi/aic7xxx/aic79xx_core.c 		scsiseq_template |= ENRSELI;
scsiseq_template 7508 drivers/scsi/aic7xxx/aic79xx_core.c 	ahd_outb(ahd, SCSISEQ_TEMPLATE, scsiseq_template);
scsiseq_template 5074 drivers/scsi/aic7xxx/aic7xxx_core.c 	u_int	 scsiseq_template;
scsiseq_template 5207 drivers/scsi/aic7xxx/aic7xxx_core.c 	scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP;
scsiseq_template 5209 drivers/scsi/aic7xxx/aic7xxx_core.c 		scsiseq_template |= ENRSELI;
scsiseq_template 5210 drivers/scsi/aic7xxx/aic7xxx_core.c 	ahc_outb(ahc, SCSISEQ_TEMPLATE, scsiseq_template);