Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.h691 #define AHC_TRANS_USER 0x08 /* Modify user negotiation settings */ macro
Daic7xxx_core.c1912 if ((type & AHC_TRANS_USER) != 0) { in ahc_set_syncrate()
2030 if ((type & AHC_TRANS_USER) != 0) in ahc_set_width()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c908 #define AHC_TRANS_USER 0x0008 macro
2261 if (type & AHC_TRANS_USER) in aic7xxx_set_syncrate()
2317 if (type & AHC_TRANS_USER) in aic7xxx_set_width()