Lines Matching full:ata
85 #include <ata.h>
93 atac_t *ata = (atac_t *) CONFIG_SYS_ATA_BASE_ADDR; in ide_set_reset() local
105 out_8(&ata->cr, 0); in ide_set_reset()
113 /*ata->ton = CALC_TIMING (180); */ in ide_set_reset()
114 out_8(&ata->t1, CALC_TIMING(piotms[2][0])); in ide_set_reset()
115 out_8(&ata->t2w, CALC_TIMING(piotms[2][1])); in ide_set_reset()
116 out_8(&ata->t2r, CALC_TIMING(piotms[2][1])); in ide_set_reset()
117 out_8(&ata->ta, CALC_TIMING(piotms[2][8])); in ide_set_reset()
118 out_8(&ata->trd, CALC_TIMING(piotms[2][7])); in ide_set_reset()
119 out_8(&ata->t4, CALC_TIMING(piotms[2][3])); in ide_set_reset()
120 out_8(&ata->t9, CALC_TIMING(piotms[2][6])); in ide_set_reset()
123 out_8(&ata->cr, 0x40); in ide_set_reset()
126 setbits_8(&ata->cr, 0x01); in ide_set_reset()