Searched refs:LVD (Results 1 - 14 of 14) sorted by relevance
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 262 /* Get SCSI Interface Card info: SDTR, SCSI ID, mode (SE vs LVD) */
|
/linux-4.4.14/drivers/scsi/ |
H A D | advansys.c | 401 #define ASC_IERR_HVD_DEVICE 0x0100 /* HVD device on LVD port */ 1453 #define LVD 0x0800 /* LVD Device Detect */ macro 1455 #define TERM_LVD 0x00C0 /* LVD Termination Bits */ 1456 #define TERM_LVD_HI 0x0080 /* Enable LVD Upper Termination */ 1457 #define TERM_LVD_LO 0x0040 /* Enable LVD Lower Termination */ 1461 #define C_DET_LVD 0x000C /* LVD Cable Detect Bits */ 1462 #define C_DET3 0x0008 /* Cable Detect for LVD External Wide */ 1463 #define C_DET2 0x0004 /* Cable Detect for LVD Internal Wide */ 1699 #define ADV_CHIP_ASC38C0800 0x02 /* Ultra2-Wide/LVD IC */ 4585 * 0100b (0x4) 40 Mhz (LVD/Ultra2) AdvInitAsc3550Driver() 5135 * LVD device can be attached to SE connector while SE device attached AdvInitAsc38C0800Driver() 5136 * to LVD connector. If LVD device attached to SE connector, it only AdvInitAsc38C0800Driver() 5139 * If an HVD device is attached to one of LVD connectors, return an AdvInitAsc38C0800Driver() 5149 * If either SE or LVD automatic termination control is enabled, then AdvInitAsc38C0800Driver() 5174 /* LVD automatic termination control is enabled. */ AdvInitAsc38C0800Driver() 5200 * Clear BIG_ENDIAN, DIS_TERM_DRV, Terminator Polarity and HVD/LVD/SE AdvInitAsc38C0800Driver() 5630 * can not be connected to either connector. An LVD device or SE device AdvInitAsc38C1600Driver() 5644 * function may use either LVD or SE mode. Corresponding the SE automatic AdvInitAsc38C1600Driver() 10459 asc_dvc->cfg->termination = termination; /* auto termination for LVD */ AdvInitFrom38C0800EEP() 10683 asc_dvc->cfg->termination = termination; /* auto termination for LVD */ AdvInitFrom38C1600EEP()
|
H A D | scsi_transport_spi.c | 155 { SPI_SIGNAL_LVD, "LVD" }, 948 * a SE bus and still claim they can try LVD only settings */ spi_dv_device_internal()
|
H A D | atp870u.c | 2619 printk(KERN_INFO " ACARD AEC-67160 PCI Ultra3 LVD Host Adapter: %d" atp870u_probe() 2744 printk(KERN_INFO " ACARD AEC-67162 PCI Ultra3 LVD Host Adapter: IO:%x, IRQ:%d.\n" atp870u_probe() 3097 strcpy(buffer, "ACARD AEC-6710/6712/67160 PCI Ultra/W/LVD SCSI-3 Adapter Driver V2.6+ac "); atp870u_info()
|
H A D | qla1280.h | 965 #define CS_LVD_BUS_ERROR 0x21 /* LVD bus error */
|
H A D | ipr.c | 444 "FFFE: SCSI bus transition to LVD"},
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | hardware.c | 1181 {HPHW_FIO, 0x004, 0x000A3, 0x0, "Forte Core PCI LVD Ultra2 SCSI"}, 1184 {HPHW_FIO, 0x005, 0x000A3, 0x0, "AllegroLow Core PCI LVD Ultra2 SCSI"}, 1186 {HPHW_FIO, 0x006, 0x000A3, 0x0, "AllegroHigh Core PCI LVD Ultra2 SCSI"}, 1191 {HPHW_FIO, 0x00A, 0x000A3, 0x0, "Lego 360 Core PCI LVD Ultra2 SCSI"},
|
H A D | firmware.c | 775 * pdc_get_initiator - Get the SCSI Interface Card params (SCSI ID, SDTR, SE or LVD) 782 * capabilities of the card are (eg Ultra, LVD). But there are
|
/linux-4.4.14/drivers/message/fusion/ |
H A D | mptbase.h | 491 u8 busType; /* SE, LVD, HD */
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.c | 120 case SMODE_LVD: return "LVD"; sym_scsi_bus_mode() 130 * On the other hand, LVD devices need some delay 649 * - LVD capable chips (895/895A/896/1010) report the current BUS mode
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_pci.c | 1580 printk("%s: Manual LVD Termination\n", configure_termination()
|
H A D | aic7xxx_core.c | 1587 ahc_name(ahc), now_lvd ? "LVD" : "SE"); ahc_handle_scsiint() 2983 * If we can't perform DT transfers on this segment (not in LVD ahc_build_transfer_msg() 3032 * is capable of handling (based on whether an LVD->SE ahc_build_transfer_msg()
|
H A D | aic7xxx_osm.c | 2525 /* non-LVD chipset, may not have SBLKCTL reg */ ahc_linux_get_signalling()
|
H A D | aic79xx_core.c | 2444 ahd_name(ahd), now_lvd ? "LVD" : "SE"); ahd_handle_scsiint() 4542 * If we can't perform DT transfers on this segment (not in LVD ahd_build_transfer_msg() 4590 * is capable of handling (based on whether an LVD->SE ahd_build_transfer_msg()
|
Completed in 699 milliseconds