Searched full:ata (Results 1 – 25 of 230) sorted by relevance
12345678910
4 $id: http://devicetree.org/schemas/ata/ata-generic.yaml#7 title: Generic Parallel ATA Controller13 Generic Parallel ATA controllers supporting PIO modes only.21 - const: ata-generic34 ata-generic,use16bit:39 description: Maximum ATA PIO transfer mode53 compatible = "arm,vexpress-cf", "ata-generic";
4 $id: http://devicetree.org/schemas/ata/cortina,gemini-sata-bridge.yaml#46 cortina,gemini-ata-muxmode:54 Tell the desired multiplexing mode for the ATA controller and SATA83 - cortina,gemini-ata-muxmode104 cortina,gemini-ata-muxmode = <3>;
4 $id: http://devicetree.org/schemas/ata/ahci-common.yaml#7 title: Common Properties for Serial ATA AHCI controllers16 conform to the technical standard defined by Intel (see Serial ATA29 Generic AHCI registers space conforming to the Serial ATA AHCI90 $ref: /schemas/ata/sata-common.yaml#/$defs/sata-port
14 * The ISD200 ASIC does not natively support ATA devices. The chip15 * does implement an interface, the ATA Command Block (ATACB) which provides16 * 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 …]
3 * Support for emulating SAT (ata pass through) on devices based4 * on the Cypress USB/ATA bridge supporting ATACB.13 #include <linux/ata.h>22 MODULE_DESCRIPTION("SAT support for Cypress USB/ATA bridges with ATACB");67 * ATACB is a protocol used on cypress usb<->ata bridge to68 * send raw ATA command over mass storage171 /* build the command for reading the ATA registers */ in cypress_atacb_passthrough()195 sb[2] = 0; /* ATA PASS THROUGH INFORMATION AVAILABLE */ in cypress_atacb_passthrough()201 * (see 11.1 Error translation ATA device error to SCSI error in cypress_atacb_passthrough()
3 * pata_sl82c105.c - SL82C105 PATA for new ATA layer46 * @link: ATA link69 * @ap: ATA interface70 * @adev: ATA device94 * @ap: ATA interface95 * @adev: ATA device108 * @ap: ATA interface109 * @adev: ATA device132 * @ap: ATA interface152 * @qc: ATA command[all …]
3 * pata_optidma.c - Opti DMA PATA for new ATA layer49 * @link: ATA link71 * @ap: ATA port89 * @ap: ATA port104 * @ap: ATA interface105 * @adev: ATA device191 * @ap: ATA port231 * @ap: ATA port246 * @ap: ATA port261 * @ap: ATA port[all …]
2 * pata_sil680.c - SIL680 PATA for new ATA layer40 * @ap: ATA interface57 * @ap: ATA interface58 * @adev: ATA device74 * @ap: ATA port95 * @ap: ATA interface96 * @adev: ATA device146 * @ap: ATA interface147 * @adev: ATA device197 * sil680_sff_exec_command - issue ATA command to host controller[all …]
11 #include <linux/ata.h>85 * @ap: ATA port ACPI event occurred86 * @dev: ATA device ACPI event occurred (can be NULL)251 * @dev: target ATA device275 * ata_acpi_port_power_on - set the power state of the ata port to D0276 * @ap: target ATA port316 * ata_acpi_dissociate - dissociate ATA host from ACPI objects317 * @host: target ATA host343 * @ap: target ATA port403 * @ap: target ATA port[all …]
3 * Libata driver for the HighPoint 371N, 372N, and 302N UDMA66 ATA controllers.50 * 21 CLK frequency for UDMA: 0=ATA clock, 1=dual ATA clock.86 * @ap: ATA port110 * @adev: ATA device126 * @ap: ATA port to detect on154 * @link: ATA link to reset210 * @ap: ATA interface223 * @ap: ATA interface236 * @qc: ATA command257 * @ap: ATA port[all …]
3 * pata_triflex.c - Compaq PATA for new ATA layer37 * @link: ATA link63 * @ap: ATA interface119 * @ap: ATA interface120 * @adev: ATA device150 * @qc: ATA command
3 * pata_atiixp.c - ATI PATA for new ATA layer69 * @link: ATA link94 * @ap: ATA interface95 * @adev: ATA device126 * @ap: ATA interface127 * @adev: ATA device143 * @ap: ATA interface144 * @adev: ATA device
3 * pata_ns87410.c - National Semiconductor 87410 PATA for new ATA layer20 * @link: ATA link43 * @ap: ATA interface44 * @adev: ATA device97 * this interface so that we can load the correct ATA timings if
53 * @ap: ATA port54 * @adev: ATA device85 * @ap: ATA port86 * @adev: ATA device133 /* Check if the ATA ports are enabled */ in cs5520_init_one()248 * the 5520 is a bit odd and not just a pure ATA device. As a result265 core ATA code can handle it */
3 * libata-core.c - helper library for ATA15 * http://www.t13.org (ATA standards, PCI DMA IDE spec)20 * http://www.ce-ata.org (CE-ATA: not supported)23 * low-level ATA host controller drivers. As such, the API/ABI is110 MODULE_PARM_DESC(force, "Force ATA configurations including cable type, link speed and transfer mod…135 MODULE_PARM_DESC(dma, "DMA enable/disable (0x1==ATA, 0x2==ATAPI, 0x4==CF)");139 MODULE_PARM_DESC(ata_probe_timeout, "Set ATA probing timeout (seconds)");154 MODULE_DESCRIPTION("Library module for ATA devices");168 * @ap: ATA port containing links to iterate228 * @link: ATA link containing devices to iterate[all …]
2 * pata_ali.c - ALI 15x3 PATA for new ATA layer84 * @ap: ATA port111 * @adev: ATA device137 * ALi FIFO works it provides a boost on ATA disk but can be confused by148 /* ATA - FIFO on set nibble to 0x05, ATAPI - FIFO off, set nibble to in ali_fifo_control()201 * @ap: ATA interface202 * @adev: ATA device224 /* PIO FIFO is only permitted on ATA disk */ in ali_set_piomode()235 * @ap: ATA interface236 * @adev: ATA device[all …]
3 * SATA specific part of ATA helper library31 * @link: ATA link to test SCR accessibility for51 * @link: ATA link to read SCR for79 * @link: ATA link to write SCR for107 * @link: ATA link to write SCR for139 * ata_tf_to_fis - Convert ATA taskfile to SATA FIS structure145 * Converts a standard ATA taskfile to a Serial ATA184 * ata_tf_from_fis - Convert SATA FIS to ATA taskfile188 * Converts a serial ATA FIS structure to a standard ATA taskfile.215 * @link: ATA link to debounce SATA phy status for[all …]
3 * Libata driver for the highpoint 37x and 30x UDMA66 ATA controllers.50 * 21 CLK frequency for UDMA: 0=ATA clock, 1=dual ATA clock.201 * @ap: ATA port275 * @adev: ATA device294 * @adev: ATA device311 * @adev: ATA device327 * @ap: ATA port to detect on355 * @ap: ATA port to detect on383 * @link: ATA link to reset446 * @ap: ATA interface[all …]
3 * Libata driver for the highpoint 366 and 368 UDMA66 ATA controllers.113 * @ap: ATA port191 * @adev: ATA device256 * @ap: ATA interface269 * @ap: ATA interface283 * @link: ATA link to reset407 /* PCI clocking determines the ATA timing values to use */ in hpt36x_init_one()420 /* Now kick off ATA set up */ in hpt36x_init_one()
3 * Bestcomm ATA task driver19 #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");
7 bestcomm-ata-objs := ata.o bcom_ata_task.o12 obj-$(CONFIG_PPC_BESTCOMM_ATA) += bestcomm-ata.o
18 bool "ATA support for libsas (requires libata)"20 depends on ATA = y || ATA = SCSI_SAS_LIBSAS23 Builds in ATA support into libsas. Will necessitate
27 ATA, /* ATA */ enumerator39 INTC_IRQ(ATA, IRQ_ATA),48 { BUTTON, POWER, FATA, ATA,
3 Provide a place in sysfs for storing the ATA topology of the4 system. This allows retrieving various information about ATA11 port. The device parent is the ata host device.24 idle [some ata HBA only].67 Behind each link, up to two ata devices are created.119 class: (RO) Device class. Can be "ata" for disk,
21 ATA/ATAPI-7 specifies the IDLE IMMEDIATE command with unload feature.39 For each ATA device, the kernel exports the file76 reality. In fact, the ATA specs clearly state that the time for an77 unload operation to complete is vendor specific. The hint in ATA-779 been dropped in ATA-8.109 version of the ATA standard than ATA-7, but do support the unload