Searched refs:HVD (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 82 #define FE_DIFF (1<<24) /* SCSI HVD support */
|
H A D | sym_hipd.c | 118 case SMODE_HVD: return "HVD"; sym_scsi_bus_mode() 652 * how to check against HVD, since a 100% safe algorithm is not possible.
|
/linux-4.4.14/drivers/scsi/ |
H A D | advansys.c | 401 #define ASC_IERR_HVD_DEVICE 0x0100 /* HVD device on LVD port */ 1452 #define HVD 0x1000 /* HVD Device Detect */ macro 5134 * connectors are acceptable except HVD device attached. For example, AdvInitAsc38C0800Driver() 5139 * If an HVD device is attached to one of LVD connectors, return an AdvInitAsc38C0800Driver() 5140 * error. However, there is no way to detect HVD device attached to AdvInitAsc38C0800Driver() 5143 if (scsi_cfg1 & HVD) { AdvInitAsc38C0800Driver() 5200 * Clear BIG_ENDIAN, DIS_TERM_DRV, Terminator Polarity and HVD/LVD/SE AdvInitAsc38C0800Driver() 5629 * Each ASC-38C1600 function has two connectors. Only an HVD device AdvInitAsc38C1600Driver() 5634 * If an HVD device is attached, return an error. AdvInitAsc38C1600Driver() 5636 if (scsi_cfg1 & HVD) { AdvInitAsc38C1600Driver()
|
H A D | scsi_transport_spi.c | 156 { SPI_SIGNAL_HVD, "HVD" },
|
H A D | ncr53c8xx.c | 3913 ** user has to tell us how to check against HVD, ncr_prepare_setting() 3925 case 3: /* SYMBIOS controllers report HVD through GPIO3 */ ncr_prepare_setting() 3928 case 2: /* Set HVD unconditionally */ ncr_prepare_setting() 3930 case 1: /* Trust previous settings for HVD */ ncr_prepare_setting() 3934 default:/* Don't care about HVD */ ncr_prepare_setting()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 226 AHC_HVD = 0x100000, /* HVD rather than SE */
|
/linux-4.4.14/drivers/message/fusion/ |
H A D | mptbase.c | 5429 "HVD or SE detected, minSyncFactor=%x\n", mpt_GetScsiPortSettings()
|
Completed in 366 milliseconds