Home
last modified time | relevance | path

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

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