Searched refs:ata (Results 1 - 6 of 6) sorted by relevance

/u-boot/board/freescale/m5253demo/
H A Dm5253demo.c95 #include <ata.h>
98 atac_t *ata = (atac_t *) CONFIG_SYS_ATA_BASE_ADDR; local
110 out_8(&ata->cr, 0);
118 /*ata->ton = CALC_TIMING (180); */
119 out_8(&ata->t1, CALC_TIMING(piotms[2][0]));
120 out_8(&ata->t2w, CALC_TIMING(piotms[2][1]));
121 out_8(&ata->t2r, CALC_TIMING(piotms[2][1]));
122 out_8(&ata->ta, CALC_TIMING(piotms[2][8]));
123 out_8(&ata->trd, CALC_TIMING(piotms[2][7]));
124 out_8(&ata
[all...]
/u-boot/arch/m68k/include/asm/
H A Dimmap_5253.h27 #include <asm/coldfire/ata.h>
/u-boot/cmd/
H A Dide.c24 #include <ata.h>
/u-boot/drivers/
H A DMakefile68 obj-$(CONFIG_SPL_SATA) += ata/ scsi/
85 obj-y += ata/
/u-boot/include/linux/
H A Dedd.h111 } __attribute__ ((packed)) ata; member in union:edd_device_params::__anon1260
/u-boot/drivers/block/
H A Dide.c10 #include <ata.h>

Completed in 229 milliseconds