| /kernel/linux/linux-5.10/drivers/ata/ |
| D | Kconfig | 14 menuconfig ATA config 15 tristate "Serial ATA and Parallel ATA drivers (libata)" 21 If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or 22 any other ATA device under Linux, say Y and make sure that you know 23 the name of your ATA host adapter (the card inside your computer 24 that "speaks" the ATA protocol, also called ATA controller), 27 NOTE: ATA enables basic SCSI support; *however*, 32 if ATA 44 bool "Verbose ATA error reporting" 47 This option adds parsing of ATA command descriptions and error bits [all …]
|
| D | libata-transport.c | 7 * The ATA transport class contains common code to deal with ATA HBAs, 8 * an approximated representation of ATA topologies in the driver model, 21 * These objects are created when the ata host is initialized and when a PMP is 138 { ATA_DEV_ATA, "ata" }, 139 { ATA_DEV_ATA_UNSUP, "ata" }, 202 * ATA Port attributes 232 * ata_is_port -- check if a struct device represents a ATA port 236 * %1 if the device represents a ATA Port, %0 else 252 * ata_tport_delete -- remove ATA PORT 253 * @port: ATA PORT to remove [all …]
|
| D | pata_mpc52xx.c | 2 * drivers/ata/pata_mpc52xx.c 31 #include <linux/fsl/bestcomm/ata.h> 208 u32 config; /* ATA + 0x00 Host configuration */ 209 u32 host_status; /* ATA + 0x04 Host controller status */ 210 u32 pio1; /* ATA + 0x08 PIO Timing 1 */ 211 u32 pio2; /* ATA + 0x0c PIO Timing 2 */ 212 u32 mdma1; /* ATA + 0x10 MDMA Timing 1 */ 213 u32 mdma2; /* ATA + 0x14 MDMA Timing 2 */ 214 u32 udma1; /* ATA + 0x18 UDMA Timing 1 */ 215 u32 udma2; /* ATA + 0x1c UDMA Timing 2 */ [all …]
|
| D | pata_sl82c105.c | 3 * pata_sl82c105.c - SL82C105 PATA for new ATA layer 46 * @link: ATA link 69 * @ap: ATA interface 70 * @adev: ATA device 94 * @ap: ATA interface 95 * @adev: ATA device 108 * @ap: ATA interface 109 * @adev: ATA device 132 * @ap: ATA interface 152 * @qc: ATA command [all …]
|
| D | libata-sff.c | 57 * Reads ATA taskfile status register for currently-selected device 74 * Reads ATA taskfile alternate status register for 186 * Sleep until ATA Status register bit BSY clears, 248 * Sleep until ATA Status register bit BSY clears, or timeout 268 * Writes ATA taskfile device control register. 285 * ata_sff_dev_select - Select device 0/1 on ATA bus 286 * @ap: ATA channel to manipulate 287 * @device: ATA device (numbered from zero) to select 289 * Use the method defined in the ATA specification to 291 * ATA channel. Works with both PIO and MMIO. [all …]
|
| D | pata_acpi.c | 17 #include <linux/ata.h> 66 * @adev: ATA device 108 * @ap: ATA interface 109 * @adev: ATA device 131 * @ap: ATA interface 132 * @adev: ATA device 163 * this interface so that we can load the correct ATA timings if 187 * @ap: ATA port being set up 225 * pacpi_init_one - Register ACPI ATA PCI device with kernel services 278 MODULE_DESCRIPTION("SCSI low-level driver for ATA in ACPI mode");
|
| D | pata_optidma.c | 3 * pata_optidma.c - Opti DMA PATA for new ATA layer 49 * @link: ATA link 71 * @ap: ATA port 89 * @ap: ATA port 104 * @ap: ATA interface 105 * @adev: ATA device 191 * @ap: ATA port 231 * @ap: ATA port 246 * @ap: ATA port 261 * @ap: ATA port [all …]
|
| D | sata_inic162x.c | 31 * sata_initio162x, updated it to use IDMA for ATA DMA commands and 83 /* registers for ATA TF operation */ 133 PIRQ_ATA = (1 << 4), /* ATA interrupt */ 147 IDMA_CTL_RST_ATA = (1 << 2), /* hardreset ATA bus */ 150 IDMA_CTL_ATA_NIEN = (1 << 8), /* ATA IRQ disable */ 171 CPB_RESP_DONE = (1 << 0), /* ATA command complete */ 172 CPB_RESP_REL = (1 << 1), /* ATA release */ 174 CPB_RESP_ATA_ERR = (1 << 3), /* ATA command error */ 175 CPB_RESP_SPURIOUS = (1 << 4), /* ATA spurious interrupt error */ 193 u8 error; /* ATA Error */ [all …]
|
| /kernel/linux/linux-6.6/drivers/ata/ |
| D | Kconfig | 14 menuconfig ATA config 15 tristate "Serial ATA and Parallel ATA drivers (libata)" 21 If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or 22 any other ATA device under Linux, say Y and make sure that you know 23 the name of your ATA host adapter (the card inside your computer 24 that "speaks" the ATA protocol, also called ATA controller), 27 NOTE: ATA enables basic SCSI support; *however*, 32 if ATA 44 bool "Verbose ATA error reporting" 47 This option adds parsing of ATA command descriptions and error bits [all …]
|
| D | libata-transport.c | 7 * The ATA transport class contains common code to deal with ATA HBAs, 8 * an approximated representation of ATA topologies in the driver model, 21 * These objects are created when the ata host is initialized and when a PMP is 138 { ATA_DEV_ATA, "ata" }, 139 { ATA_DEV_ATA_UNSUP, "ata" }, 202 * ATA Port attributes 232 * ata_is_port -- check if a struct device represents a ATA port 236 * %1 if the device represents a ATA Port, %0 else 252 * ata_tport_delete -- remove ATA PORT 253 * @ap: ATA PORT to remove [all …]
|
| D | pata_mpc52xx.c | 2 * drivers/ata/pata_mpc52xx.c 33 #include <linux/fsl/bestcomm/ata.h> 210 u32 config; /* ATA + 0x00 Host configuration */ 211 u32 host_status; /* ATA + 0x04 Host controller status */ 212 u32 pio1; /* ATA + 0x08 PIO Timing 1 */ 213 u32 pio2; /* ATA + 0x0c PIO Timing 2 */ 214 u32 mdma1; /* ATA + 0x10 MDMA Timing 1 */ 215 u32 mdma2; /* ATA + 0x14 MDMA Timing 2 */ 216 u32 udma1; /* ATA + 0x18 UDMA Timing 1 */ 217 u32 udma2; /* ATA + 0x1c UDMA Timing 2 */ [all …]
|
| D | pata_acpi.c | 17 #include <linux/ata.h> 31 * @link: ATA link 66 * @ap: ATA port 67 * @adev: ATA device 108 * @ap: ATA interface 109 * @adev: ATA device 131 * @ap: ATA interface 132 * @adev: ATA device 163 * this interface so that we can load the correct ATA timings if 187 * @ap: ATA port being set up [all …]
|
| D | pata_sl82c105.c | 3 * pata_sl82c105.c - SL82C105 PATA for new ATA layer 46 * @link: ATA link 69 * @ap: ATA interface 70 * @adev: ATA device 94 * @ap: ATA interface 95 * @adev: ATA device 108 * @ap: ATA interface 109 * @adev: ATA device 132 * @ap: ATA interface 152 * @qc: ATA command [all …]
|
| D | pata_optidma.c | 3 * pata_optidma.c - Opti DMA PATA for new ATA layer 49 * @link: ATA link 71 * @ap: ATA port 89 * @ap: ATA port 104 * @ap: ATA interface 105 * @adev: ATA device 191 * @ap: ATA port 231 * @ap: ATA port 246 * @ap: ATA port 261 * @ap: ATA port [all …]
|
| D | libata-sff.c | 57 * Reads ATA taskfile status register for currently-selected device 75 * Reads ATA alternate status register for currently-selected device 199 * Sleep until ATA Status register bit BSY clears, or timeout 219 * Writes ATA device control register. 242 * ata_sff_dev_select - Select device 0/1 on ATA bus 243 * @ap: ATA channel to manipulate 244 * @device: ATA device (numbered from zero) to select 246 * Use the method defined in the ATA specification to 248 * ATA channel. Works with both PIO and MMIO. 270 * ata_dev_select - Select device 0/1 on ATA bus [all …]
|
| D | sata_inic162x.c | 31 * sata_initio162x, updated it to use IDMA for ATA DMA commands and 83 /* registers for ATA TF operation */ 133 PIRQ_ATA = (1 << 4), /* ATA interrupt */ 147 IDMA_CTL_RST_ATA = (1 << 2), /* hardreset ATA bus */ 150 IDMA_CTL_ATA_NIEN = (1 << 8), /* ATA IRQ disable */ 171 CPB_RESP_DONE = (1 << 0), /* ATA command complete */ 172 CPB_RESP_REL = (1 << 1), /* ATA release */ 174 CPB_RESP_ATA_ERR = (1 << 3), /* ATA command error */ 175 CPB_RESP_SPURIOUS = (1 << 4), /* ATA spurious interrupt error */ 193 u8 error; /* ATA Error */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | libata.rst | 10 libATA is a library used inside the Linux kernel to support ATA host 11 controllers and devices. libATA provides an ATA driver API, class 12 transports for ATA and ATAPI devices, and SCSI<->ATA translation for ATA 16 internals, and a couple sample ATA low-level drivers. 24 with the ATA and SCSI layers. 29 defining at a bare minimum the bus I/O addresses of the ATA shadow 35 Disable ATA port 123 ATA command execute 131 causes an ATA command, previously loaded with ``->tf_load()``, to be 143 Allow low-level driver to filter ATA PACKET commands, returning a status [all …]
|
| /kernel/linux/linux-6.6/Documentation/driver-api/ |
| D | libata.rst | 10 libATA is a library used inside the Linux kernel to support ATA host 11 controllers and devices. libATA provides an ATA driver API, class 12 transports for ATA and ATAPI devices, and SCSI<->ATA translation for ATA 16 internals, and a couple sample ATA low-level drivers. 24 with the ATA and SCSI layers. 29 defining at a bare minimum the bus I/O addresses of the ATA shadow 107 ATA command execute 115 causes an ATA command, previously loaded with ``->tf_load()``, to be 127 Allow low-level driver to filter ATA PACKET commands, returning a status 134 Read specific ATA shadow registers [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/ata/ |
| D | ata-generic.yaml | 4 $id: http://devicetree.org/schemas/ata/ata-generic.yaml# 7 title: Generic Parallel ATA Controller 13 Generic Parallel ATA controllers supporting PIO modes only. 21 - const: ata-generic 34 ata-generic,use16bit: 39 description: Maximum ATA PIO transfer mode 53 compatible = "arm,vexpress-cf", "ata-generic";
|
| /kernel/linux/linux-6.6/drivers/usb/storage/ |
| D | isd200.c | 14 * The ISD200 ASIC does not natively support ATA devices. The chip 15 * does implement an interface, the ATA Command Block (ATACB) which provides 16 * a means of passing ATA commands and ATA register accesses to a device. 37 #include <linux/ata.h> 118 /* ATA Vendor Specific defines */ 146 /* ATA registers offset definitions */ 152 /* ATA error definitions not in <linux/hdreg.h> */ 155 /* ATA command definitions not in <linux/hdreg.h> */ 159 /* ATA drive control definitions */ 480 union ata_cdb ata; in isd200_action() local [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/storage/ |
| D | isd200.c | 14 * The ISD200 ASIC does not natively support ATA devices. The chip 15 * does implement an interface, the ATA Command Block (ATACB) which provides 16 * a means of passing ATA commands and ATA register accesses to a device. 37 #include <linux/ata.h> 118 /* ATA Vendor Specific defines */ 146 /* ATA registers offset definitions */ 152 /* ATA error definitions not in <linux/hdreg.h> */ 155 /* ATA command definitions not in <linux/hdreg.h> */ 159 /* ATA drive control definitions */ 480 union ata_cdb ata; in isd200_action() local [all …]
|
| /kernel/linux/linux-6.6/drivers/dma/bestcomm/ |
| D | ata.c | 3 * Bestcomm ATA task driver 19 #include <linux/fsl/bestcomm/ata.h> 26 /* ata task image */ 29 /* ata task vars that need to be set before enabling the task */ 38 /* ata task incs that need to be set before enabling the task */ 60 /* Prefetch breaks ATA DMA. Turn it off for ATA DMA */ in bcom_ata_init() 144 /* Nothing special for the ATA tasks */ in bcom_ata_release() 150 MODULE_DESCRIPTION("BestComm ATA task driver");
|
| /kernel/linux/linux-5.10/drivers/dma/bestcomm/ |
| D | ata.c | 2 * Bestcomm ATA task driver 23 #include <linux/fsl/bestcomm/ata.h> 30 /* ata task image */ 33 /* ata task vars that need to be set before enabling the task */ 42 /* ata task incs that need to be set before enabling the task */ 64 /* Prefetch breaks ATA DMA. Turn it off for ATA DMA */ in bcom_ata_init() 148 /* Nothing special for the ATA tasks */ in bcom_ata_release() 154 MODULE_DESCRIPTION("BestComm ATA task driver");
|
| /kernel/linux/linux-5.10/drivers/ide/ |
| D | Kconfig | 3 # IDE ATA ATAPI Block device driver configuration 11 tristate "ATA/ATAPI/MFM/RLL support (DEPRECATED)" 16 If you say Y here, your kernel will be able to manage ATA/(E)IDE and 21 changes applied. Users of ATA hardware are encouraged to migrate to 22 the newer ATA subsystem ("Serial ATA (prod) and Parallel ATA 53 There are two drivers for Serial ATA controllers. 57 you may take a look at "Serial ATA (prod) and Parallel ATA 72 tristate "generic ATA/ATAPI disk support" 75 Support for ATA/ATAPI disks (including ATAPI floppy drives). 83 bool "ATA disk support" [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/libsas/ |
| D | Kconfig | 18 bool "ATA support for libsas (requires libata)" 20 depends on ATA = y || ATA = SCSI_SAS_LIBSAS 23 Builds in ATA support into libsas. Will necessitate
|