Lines Matching +full:max +full:- +full:retries

1 /* SPDX-License-Identifier: GPL-2.0+ */
9 * "Information Technology - AT Attachment-3 Interface (ATA-3)"
11 * http://www.dt.wdc.com/ata/ata-3/ata3r5v.zip
13 * ftp://ftp.fee.vutbr.cz/pub/doc/io/ata/ata-3/ata3r5v.zip
22 * 8-bit (register) and 16-bit (data) accesses might use different
76 #define ATA_CMD_READ 0x20 /* Read Sectors (with retries) */
77 #define ATA_CMD_READN 0x21 /* Read Sectors ( no retries) */
78 #define ATA_CMD_WRITE 0x30 /* Write Sectores (with retries)*/
79 #define ATA_CMD_WRITEN 0x31 /* Write Sectors ( no retries)*/
80 #define ATA_CMD_VRFY 0x40 /* Read Verify (with retries) */
81 #define ATA_CMD_VRFYN 0x41 /* Read verify ( no retries) */
88 #define ATA_CMD_RD_DMA 0xC8 /* Read DMA (with retries) */
89 #define ATA_CMD_RD_DMAN 0xC9 /* Read DMS ( no retries) */
90 #define ATA_CMD_WR_DMA 0xCA /* Write DMA (with retries) */
96 #define ATA_CMD_READ_EXT 0x24 /* Read Sectors (with retries) with 48bit addressing */
97 #define ATA_CMD_WRITE_EXT 0x34 /* Write Sectores (with retries) with 48bit addressing */
98 #define ATA_CMD_VRFY_EXT 0x42 /* Read Verify (with retries) with 48bit addressing */
134 /* ------------------------------------------------------------------------- */
175 unsigned short dma_1word; /* single-word dma info */
176 unsigned short dma_mword; /* multiple-word dma info */
182 unsigned short words69_70[2]; /* reserved words 69-70 */
183 unsigned short words71_74[4]; /* reserved words 71-74 */
185 unsigned short words76_79[4]; /* reserved words 76-79 */
190 unsigned short cfsse; /* command set-feature supported extensions */
191 unsigned short cfs_enable_1; /* command set-feature enabled */
192 unsigned short cfs_enable_2; /* command set-feature enabled */
193 unsigned short csf_default; /* command set-feature default */
200 unsigned short words94_99[6];/* reserved words 94-99 */
201 …/*unsigned long long lba48_capacity; /--* 4 16bit values containing lba 48 total number of sector…
203 unsigned short words104_125[22];/* reserved words 104-125 */
208 * 8 security level 1:max 0:high
221 * 1 read-look-ahead
224 unsigned short words130_155[26];/* reserved vendor words 130-155 */
226 unsigned short words157_159[3];/* reserved vendor words 157-159 */
227 unsigned short words160_162[3];/* reserved words 160-162 */
229 unsigned short words164_255[92];/* reserved words 164-255 */
236 * See ATA-3 (AT Attachment-3 Interface) documentation, Figure 14 / Table 21
246 #define IDE_MAX_PIO_MODE 4 /* max suppurted PIO mode */
248 /* ------------------------------------------------------------------------- */