/openbmc/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 …]
|
/openbmc/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 …]
|
/openbmc/linux/drivers/ata/ |
H A D | ata_piix.c | 110 IDE = -1, /* IDE */ enumerator 348 { P0, P1, IDE, IDE }, /* 100b */ 349 { P1, P0, IDE, IDE }, /* 101b */ 350 { IDE, IDE, P0, P1 }, /* 110b */ 351 { IDE, IDE, P1, P0 }, /* 111b */ 361 { IDE, IDE, P1, P3 }, /* 01b */ 362 { P0, P2, IDE, IDE }, /* 10b */ 378 { IDE, IDE, P1, P3 }, /* 01b */ 379 { P0, P2, IDE, IDE }, /* 10b */ 391 { P0, P2, IDE, IDE }, /* 10b (IDE mode) */ [all …]
|
H A D | Kconfig | 345 bool "ATA SFF support (for legacy IDE and PATA)" 351 SFF is the legacy IDE interface that has been around since 675 IDE controller found on some older machines. 785 Enable support for the JMicron IDE controller, via the new 791 tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE" 794 Most IDE capable PowerMacs have IDE busses driven by a variant 811 tristate "Freescale MPC52xx SoC internal IDE" 815 This option enables support for integrated IDE controller 844 NS87415 PCI-IDE controller. 958 Enable support for the Compaq 'Triflex' IDE controller as found [all …]
|
/openbmc/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 …]
|
/openbmc/u-boot/drivers/block/ |
H A D | Kconfig | 59 config IDE config 60 bool "Support IDE controllers" 63 Enables support for IDE (Integrated Drive Electronics) hard drives. 64 This allows access to raw blocks and filesystems on an IDE drive 66 performing various IDE operations.
|
/openbmc/linux/Documentation/admin-guide/blockdev/ |
H A D | paride.rst | 2 Linux and parallel port IDE devices 21 The adapter chip reproduces a small ISA or IDE bus in the external device 29 IDE type devices, which require no intermediate controller. If one 33 IDE cable. It is usually possible to exchange the CD-ROM device with 34 any other device using the IDE interface. 36 The document describes the support in Linux for parallel port IDE 39 parallel port IDE subsystem, including: 61 parallel port IDE adapter chips. Thanks to the interest and encouragement of 89 In either case, you will need to select "Parallel port IDE device support"
|
/openbmc/u-boot/doc/device-tree-bindings/ata/ |
H A D | intel-sata.txt | 11 "combined" : Use combined IDE + legacy mode 12 "plain-ide" : Use plain IDE mode
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
H A D | pinmux.c | 285 PIN(ATA, IDE, NAND, GMI, RSVD4), 286 PIN(ATB, IDE, NAND, GMI, SDIO4), 287 PIN(ATC, IDE, NAND, GMI, SDIO4), 288 PIN(ATD, IDE, NAND, GMI, SDIO4), 349 PIN(ATE, IDE, NAND, GMI, RSVD4), 353 PIN(GMB, IDE, NAND, GMI, GMI_INT),
|
/openbmc/openbmc/poky/meta/recipes-extended/hdparm/ |
H A D | hdparm_9.65.bb | 1 SUMMARY = "Utility for viewing/manipulating IDE disk drive/driver parameters" 4 and manipulating various IDE drive and driver parameters."
|
/openbmc/qemu/hw/ide/ |
H A D | trace-events | 5 ide_ioport_read(uint32_t addr, const char *reg, uint32_t val, void *bus, void *s) "IDE PIO rd @ 0x… 6 ide_ioport_write(uint32_t addr, const char *reg, uint32_t val, void *bus, void *s) "IDE PIO wr @ 0x… 7 ide_status_read(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO rd @ 0x… 8 ide_ctrl_write(uint32_t addr, uint32_t val, void *bus) "IDE PIO wr @ 0x… 10 ide_data_readw(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO rd @ 0x… 11 ide_data_writew(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO wr @ 0x… 12 ide_data_readl(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO rd @ 0x… 13 ide_data_writel(uint32_t addr, uint32_t val, void *bus, void *s) "IDE PIO wr @ 0x… 15 ide_bus_exec_cmd(void *bus, void *state, uint32_t cmd) "IDE exec cmd: bus %p; state %p; cmd 0x%02x"
|
/openbmc/linux/arch/sh/boards/mach-microdev/ |
H A D | irq.c | 58 # error Inconsistancy in defining the IRQ# for secondary IDE! 62 # error Inconsistancy in defining the IRQ# for primary IDE!
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 115 3 block First MFM, RLL and IDE hard disk/CD-ROM interface 207 Partitions are handled in the same way as for IDE 509 Partitions are handled the same way as for IDE disks 516 22 block Second IDE hard disk/CD-ROM interface 628 Partitions are handled in the same way as for IDE 712 33 block Third IDE hard disk/CD-ROM interface 730 34 block Fourth IDE hard disk/CD-ROM interface 764 37 char IDE tape 765 0 = /dev/ht0 First IDE tape 766 1 = /dev/ht1 Second IDE tape [all …]
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | ixp4xx.rst | 112 Finally, there is an IDE port hanging off the expansion bus. 118 replaced with mini-PCI slots and a CF IDE interface hanging off 154 - Add support for Coyote IDE 156 - Add support for CF IDE on expansion bus
|
/openbmc/qemu/docs/system/ppc/ |
H A D | prep.rst | 13 * 2 IDE interfaces with hard disk and CD-ROM support
|
H A D | powermac.rst | 17 * 2 PMAC IDE interfaces with hard disk and CD-ROM support
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/ |
H A D | geany_1.38.bb | 1 SUMMARY = "A fast and lightweight IDE"
|
/openbmc/linux/arch/arm/mach-rpc/ |
H A D | Kconfig | 20 On the Acorn Risc-PC, Linux can support the internal IDE disk and
|
/openbmc/qemu/docs/system/ |
H A D | invocation.rst | 10 disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 28 similar to PCI IDE hardware may utilize several generic helpers, 197 Control PCI IDE BMDMA engine 208 When setting up an IDE BMDMA transaction, these hooks arm 211 IDE DMA Status register. 216 Most legacy IDE drivers use :c:func:`ata_bmdma_setup` for the 218 to the PRD table to the IDE PRD Table Address register, enable DMA in the DMA 221 Most legacy IDE drivers use :c:func:`ata_bmdma_start` for the 225 Many legacy IDE drivers use :c:func:`ata_bmdma_stop` for the 229 Many legacy IDE drivers use :c:func:`ata_bmdma_status` as the 249 tables have been prepared. IDE BMDMA drivers use the helper function [all …]
|
/openbmc/u-boot/drivers/ata/ |
H A D | Kconfig | 77 bool "Enable Marvell SATA controller driver support via IDE interface" 80 some Marvell SoCs, running in IDE compatibility mode using PIO.
|
/openbmc/linux/arch/m68k/atari/ |
H A D | config.c | 339 ATARIHW_SET(IDE); in config_atari() 636 ATARIHW_ANNOUNCE(IDE, "IDE Interface"); in atari_get_hardware_list() 927 if (ATARIHW_PRESENT(IDE)) { in atari_platform_init()
|
/openbmc/linux/Documentation/arch/arm/sa1100/ |
H A D | lart.rst | 10 daughterboards. A quad Ethernet / IDE / PS2 / sound daughterboard
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | meta-ide-support.bb | 2 …kage for ensuring the build directory contains all appropriate toolchain packages for using an IDE"
|
/openbmc/linux/Documentation/devicetree/bindings/ata/ |
H A D | cavium-compact-flash.txt | 18 - cavium,true-ide: Optional, if present the CF connection is in True IDE mode.
|