Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_pci.c678 if ((adapter_control & CFWSTERM) != 0) in ahd_configure_termination()
Daic7xxx.h828 #define CFWSTERM 0x0008 /* SCSI high byte termination */ macro
Daic7xxx_pci.c1651 enablePRI_high = (adapter_control & CFWSTERM); in configure_termination()
1798 if ((adapter_control & CFWSTERM) != 0 in configure_termination()
Daic79xx.h874 #define CFWSTERM 0x0004 /* SCSI high byte termination */ macro
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c585 #define CFWSTERM 0x0008 /* SCSI high byte termination (wide card) */ macro
7944 enableSE_high = (p->adapter_control & CFWSTERM); in configure_termination()
8046 if (p->adapter_control & CFWSTERM) in configure_termination()
8164 if (p->adapter_control & CFWSTERM) in configure_termination()
8421 ~(CFSTERM|CFWSTERM|CFLVDSTERM|CFAUTOTERM|CFSEAUTOTERM); in aic7xxx_register()
8428 p->adapter_control |= CFWSTERM; in aic7xxx_register()
9041 sc->adapter_control |= CFSTERM | CFWSTERM | CFLVDSTERM; in aic7xxx_load_seeprom()