Searched refs:CFWSTERM (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx.h818 #define CFWSTERM 0x0008 /* SCSI high byte termination */ macro
H A Daic7xxx_pci.c1583 enablePRI_high = (adapter_control & CFWSTERM);
1730 if ((adapter_control & CFWSTERM) != 0
H A Daic79xx.h867 #define CFWSTERM 0x0004 /* SCSI high byte termination */ macro
H A Daic79xx_pci.c679 if ((adapter_control & CFWSTERM) != 0)
/drivers/scsi/
H A Daic7xxx_old.c521 #define CFWSTERM 0x0008 /* SCSI high byte termination (wide card) */ macro
7541 enableSE_high = (p->adapter_control & CFWSTERM);
7643 if (p->adapter_control & CFWSTERM)
7761 if (p->adapter_control & CFWSTERM)
8001 ~(CFSTERM|CFWSTERM|CFLVDSTERM|CFAUTOTERM|CFSEAUTOTERM);
8008 p->adapter_control |= CFWSTERM;
8577 sc->adapter_control |= CFSTERM | CFWSTERM | CFLVDSTERM;

Completed in 96 milliseconds