| /linux/drivers/pci/ |
| H A D | ide.c | 4 /* PCIe r7.0 section 6.33 Integrity & Data Encryption (IDE) */ 6 #define dev_fmt(fmt) "PCI/IDE: " fmt 10 #include <linux/pci-ide.h> 65 /* No stream index to reserve in the Link IDE case */ in claim_stream() 103 * Require endpoint IDE capability to be paired with IDE Root Port IDE in pci_ide_init() 226 * @pdev: IDE capable PCIe Endpoint Physical Function 229 * Port IDE RID Association registers, and conversely retrieve the 230 * Requester ID of the Root Port for programming @pdev's IDE RID 233 * Allocate a Selective IDE Stream Register Block instance per port. 259 struct pci_ide *ide __free(kfree) = kzalloc_obj(*ide); in pci_ide_stream_alloc() [all …]
|
| /linux/include/linux/ |
| H A D | pci-ide.h | 4 * IDE key management protocol (IDE_KM) as defined by: 5 * PCIe r7.0 section 6.33 Integrity & Data Encryption (IDE) 27 * struct pci_ide_partner - Per port pair Selective IDE Stream settings 30 * @stream_index: Selective IDE Stream Register Block selection 58 * IDE Streams 59 * @rid1: IDE RID Association Register 1 60 * @rid2: IDE RID Association Register 2 61 * @addr: Up to two address association blocks (IDE Address Association Register 79 * struct pci_ide - PCIe Selective IDE Stream descriptor 84 * @name: name of the established Selective IDE Stream in sysfs [all …]
|
| /linux/drivers/ata/pata_parport/ |
| H A D | Kconfig | 3 comment "Parallel IDE protocol modules" 10 This option enables support for the ATEN EH-100 parallel port IDE 19 parallel port Series 5 IDE protocol. (Most BACKPACK drives made 31 parallel port Series 6 IDE protocol. (Most BACKPACK drives made 43 This option enables support for the Commuter parallel port IDE 50 This option enables support for the EP-2000 parallel port IDE 57 This option enables support for the TD-2000 parallel port IDE 65 This option enables support for the TD-3000 parallel port IDE 74 This option enables support for the EPAT parallel port IDE protocol. 75 EPAT is a parallel port IDE adapter manufactured by Shuttle [all …]
|
| H A D | fit2.c | 27 * cont = 0 - access the IDE register file 28 * cont = 1 - access the IDE command set 32 * control register - this means that IDE reset will not work on these 136 MODULE_DESCRIPTION("Fidelity International Technology parallel port IDE adapter"
|
| H A D | on20.c | 6 * Onspec 90c20 parallel to IDE adapter. 33 * cont = 0 - access the IDE register file 34 * cont = 1 - access the IDE command set 146 MODULE_DESCRIPTION("Onspec 90c20 parallel port IDE adapter protocol driver");
|
| /linux/Documentation/arch/m68k/ |
| H A D | buddha-driver.rst | 2 Amiga Buddha and Catweasel IDE Driver 5 The Amiga Buddha and Catweasel IDE Driver (part of ide.c) was written by 10 Register map of the Buddha IDE controller and the 48 $800-$8ff IDE-Select 0 (Port 0, Register set 0) 50 $900-$9ff IDE-Select 1 (Port 0, Register set 1) 52 $a00-$aff IDE-Select 2 (Port 1, Register set 0) 54 $b00-$bff IDE-Select 3 (Port 1, Register set 1) 56 $c00-$cff IDE-Select 4 (Port 2, Register set 0, 59 $d00-$dff IDE-Select 5 (Port 3, Register set 1, 67 level of the IRQ-line of IDE port 0. [all …]
|
| /linux/drivers/ata/ |
| H A D | sata_gemini.c | 27 * @ide_pins: if the device is using the plain IDE interface pins 45 * Values of IDE IOMUX bits in the misc control register 47 * Bits 26:24 are "IDE IO Select", which decides what SATA 48 * adapters are connected to which of the two IDE/ATA 49 * controllers in the Gemini. We can connect the two IDE blocks 50 * to one SATA adapter each, both acting as master, or one IDE 51 * blocks to two SATA adapters so the IDE block can act in a 54 * We also bring out different blocks on the actual IDE 60 * ata0 slave interface brought out on IDE pads 63 * ata1 slave interface brought out on IDE pads [all …]
|
| H A D | pata_mpiix.c | 8 * a separate driver. The old ide/pci code handles this by just not tuning 13 * ISA IDE and PCI IDE. Although the ATA timings are PCI configured the actual 14 * IDE controller is not decoded in PCI space and the chip does not claim to 15 * be IDE class PCI. This requires slightly non-standard probe logic compared 16 * with PCI IDE and also that we do not disable the device when our driver is 25 * are decoded by the PCMCIA bridge and therefore are for a generic IDE driver 41 IDETIM = 0x6C, /* IDE control register */ 169 to other devices present. Make sure IDE is enabled before we try in mpiix_init_one()
|
| H A D | pata_piccolo.c | 9 * Elements from ide/pci/generic.c 10 * Copyright (C) 2001-2002 Andre Hedrick <andre@linux-ide.org> 77 * ata_tosh_init_one - attach generic IDE 81 * Called each time a matching IDE interface is found. We check if the
|
| H A D | pata_pcmcia.c | 8 * Heavily based upon ide-cs.c 182 * Register a PCMCIA IDE interface. Such interfaces are PIO 0 and 317 PCMCIA_DEVICE_PROD_ID123("Caravelle", "PSC-IDE ", "PSC000", 0x8c36137c, 0xd0693ab8, 0x2768a9f0), 318 PCMCIA_DEVICE_PROD_ID123("CDROM", "IDE", "MCD-601p", 0x1b9179ca, 0xede88951, 0x0d902f74), 319 PCMCIA_DEVICE_PROD_ID123("PCMCIA", "IDE CARD", "F1", 0x281f1c5d, 0x1907960c, 0xf7fde8b9), 329 PCMCIA_DEVICE_PROD_ID12("FREECOM", "PCCARD-IDE", 0x5714cbf7, 0x48e0ab8e), 348 …PCMCIA_DEVICE_PROD_ID12("SHUTTLE TECHNOLOGY LTD.", "PCCARD-IDE/ATAPI Adapter", 0x4a3f0ba0, 0x32256…
|
| H A D | pata_ep93xx.c | 21 * Heavily based on the ep93xx-ide.c driver: 50 #define DRV_NAME "ep93xx-ide" 54 /* IDE Control Register */ 63 * the device IDE register to be accessed is selected through 69 * CS1N/CS0N values for each IDE register. 71 * ((real IDE address) << 2) | CS1N value << 1 | CS0N value 87 /* IDE Configuration Register */ 285 /* IDE register read */ 319 /* IDE register write */ 654 * Request two channels for IDE. Another possibility would be in ep93xx_pata_dma_init() [all …]
|
| /linux/Documentation/devicetree/bindings/ata/ |
| H A D | pata-common.yaml | 14 ATA (PATA, also known as IDE) AT attachment storage devices. 18 The PATA (IDE) controller-specific device tree bindings are responsible for 23 pattern: "^ide(@.*)?$" 26 "ide". 35 "^ide-port@[0-1]$": 39 nodes will be named "ide-port".
|
| H A D | cortina,gemini-sata-bridge.yaml | 58 ata0 slave interface brought out on IDE pads 61 ata1 slave interface brought out on IDE pads 64 ata0 master and slave interfaces brought out on IDE pads 67 ata1 master and slave interfaces brought out on IDE pads 69 cortina,gemini-enable-ide-pins: 71 description: Enables the PATA to IDE connection. 105 cortina,gemini-enable-ide-pins;
|
| H A D | faraday,ftide010.yaml | 13 This controller is the first Faraday IDE interface block, used in the 74 ide@63000000 { 83 ide-port@0 { 86 ide-port@1 {
|
| /linux/drivers/zorro/ |
| H A D | zorro.ids | 135 0800 Impact 3001 [IDE Interface] 152 0d00 Impact 3001 [IDE Interface] 190 0600 Tandem AT-2008/508 [IDE Interface] 217 0300 Advantage [IDE Interface] 238 0600 Tandem AT-2008/508 [IDE Interface] 311 0400 MasterCard MC702 [SCSI Host Adapter and IDE Interface] 314 0100 [IDE Interface] 342 0100 AT500 [IDE Interface] 348 2400 Viper Mk V/E-Matrix 530 [SCSI Host Adapter and IDE Interface] 365 0800 FastATA 1200 [IDE Interface] [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-pci-host-bridge | 25 IDE, between two Partner Ports, this symlink appears. A stream 28 device in the Selective IDE Stream pairing. Specifically, "R" 29 and "E" represent the assigned Selective IDE Stream Register 38 (RO) When a host bridge has Root Ports that support PCIe IDE 40 limited number of Selective IDE Streams that can be used for
|
| H A D | sysfs-block-device | 4 Contact: linux-ide@vger.kernel.org 26 Contact: linux-ide@vger.kernel.org 56 Contact: linux-ide@vger.kernel.org 68 Contact: linux-ide@vger.kernel.org 81 Contact: linux-ide@vger.kernel.org 90 Contact: linux-ide@vger.kernel.org
|
| H A D | sysfs-class-scsi_host | 34 Contact: linux-ide@vger.kernel.org 68 Contact: linux-ide@vger.kernel.org 87 Contact: linux-ide@vger.kernel.org 94 Contact: linux-ide@vger.kernel.org 102 Contact: linux-ide@vger.kernel.org 117 Contact: linux-ide@vger.kernel.org
|
| /linux/arch/m68k/include/asm/ |
| H A D | mac_baboon.h | 6 #define BABOON_BASE (0x50F1A000) /* same as IDE controller base */ 11 char pad1[208]; /* generic IDE registers, not used here */ 20 * bit 1: IDE interrupt active? 28 * bit 1: IDE controller interrupt
|
| /linux/arch/powerpc/platforms/ |
| H A D | fsl_uli1575.c | 135 /* Primary PATA IDE IRQ: 14 in quirk_uli1575() 136 * Secondary PATA IDE IRQ: 15 in quirk_uli1575() 292 * Since 8259PIC was disabled on the board, the IDE device can not 293 * use the legacy IRQ, we need to let the IDE device work under 295 * IRQ14 is a sideband interrupt from IDE device to CPU and we use this 296 * as the interrupt for IDE device. 314 * actually used by the IDE device 5229. 316 * irq of IDE device from the device tree, this function fix this
|
| /linux/drivers/usb/storage/ |
| H A D | freecom.c | 3 * Driver for Freecom USB/IDE adaptor 29 MODULE_DESCRIPTION("Driver for Freecom USB/IDE adaptor"); 58 u8 Type; /* Type + IDE register. */ 65 u8 Type; /* Type | IDE register. */ 77 * Freecom stuffs the interrupt status in the INDEX_STAT bit of the ide 91 * Receive data from the IDE interface. The ATAPI packet has already 96 /* Send data to the IDE interface. */ 100 * Write a value to an ide register. Or the ide register to write after 218 * Transport for the Freecom USB/IDE adaptor.
|
| H A D | unusual_freecom.h | 3 * Unusual Devices File for the Freecom USB/IDE adaptor 11 "USB-IDE",
|
| /linux/arch/powerpc/platforms/chrp/ |
| H A D | pci.c | 326 /* SL82C105 IDE Control/Status Register */ 343 printk("W83C553: Switching SL82C105 IDE to PCI native mode\n"); in chrp_pci_fixup_winbond_ata() 344 /* Enable SL82C105 PCI native IDE mode */ in chrp_pci_fixup_winbond_ata() 360 /* Pegasos2 firmware version 20040810 configures the built-in IDE controller 364 * the IDE node /pci@80000000/ide@C,1 379 dev_info(&viaide->dev, "Fixing VIA IDE, force legacy mode on\n"); in chrp_pci_fixup_vt8231_ata()
|
| /linux/arch/mips/sibyte/swarm/ |
| H A D | platform.c | 23 .name = "Swarm GenBus IDE", 26 .name = "Swarm GenBus IDE", 29 .name = "Swarm GenBus IDE",
|
| /linux/arch/mips/include/asm/mach-loongson2ef/cs5536/ |
| H A D | cs5536_vsm.h | 21 /* ide module */ 22 DECLARE_CS5536_MODULE(ide)
|