Lines Matching full:ata
92 #include <ata.h>
118 atac_t *ata = (atac_t *) MMAP_ATA; in ide_set_reset() local
131 out_8(&ata->cr, 0); in ide_set_reset()
137 /*ata->ton = CALC_TIMING (180); */ in ide_set_reset()
138 out_8(&ata->t1, CALC_TIMING(piotms[2][0])); in ide_set_reset()
139 out_8(&ata->t2w, CALC_TIMING(piotms[2][1])); in ide_set_reset()
140 out_8(&ata->t2r, CALC_TIMING(piotms[2][1])); in ide_set_reset()
141 out_8(&ata->ta, CALC_TIMING(piotms[2][8])); in ide_set_reset()
142 out_8(&ata->trd, CALC_TIMING(piotms[2][7])); in ide_set_reset()
143 out_8(&ata->t4, CALC_TIMING(piotms[2][3])); in ide_set_reset()
144 out_8(&ata->t9, CALC_TIMING(piotms[2][6])); in ide_set_reset()
147 out_8(&ata->cr, 0x40); in ide_set_reset()
150 setbits_8(&ata->cr, 0x01); in ide_set_reset()