Lines Matching full:ata
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 */
194 u8 status; /* ATA Status */
200 u8 feature; /* ATA Feature */
201 u8 hob_feature; /* ATA Ex. Feature */
202 u8 device; /* ATA Device/Head */
204 u8 nsect; /* ATA Sector Count */
205 u8 hob_nsect; /* ATA Ex. Sector Count */
206 u8 lbal; /* ATA Sector Number */
207 u8 hob_lbal; /* ATA Ex. Sector Number */
208 u8 lbam; /* ATA Cylinder Low */
209 u8 hob_lbam; /* ATA Ex. Cylinder Low */
210 u8 lbah; /* ATA Cylinder High */
211 u8 hob_lbah; /* ATA Ex. Cylinder High */
212 u8 command; /* ATA Command */
213 u8 ctl; /* ATA Control */
214 u8 slave_error; /* Slave ATA Error */
215 u8 slave_status; /* Slave ATA Status */