| /rk3399_rockchip-uboot/board/freescale/m5253evbe/ |
| H A D | m5253evbe.c | 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() 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() [all …]
|
| /rk3399_rockchip-uboot/board/freescale/m5253demo/ |
| H A D | m5253demo.c | 100 atac_t *ata = (atac_t *) CONFIG_SYS_ATA_BASE_ADDR; in ide_set_reset() local 112 out_8(&ata->cr, 0); in ide_set_reset() 121 out_8(&ata->t1, CALC_TIMING(piotms[2][0])); in ide_set_reset() 122 out_8(&ata->t2w, CALC_TIMING(piotms[2][1])); in ide_set_reset() 123 out_8(&ata->t2r, CALC_TIMING(piotms[2][1])); in ide_set_reset() 124 out_8(&ata->ta, CALC_TIMING(piotms[2][8])); in ide_set_reset() 125 out_8(&ata->trd, CALC_TIMING(piotms[2][7])); in ide_set_reset() 126 out_8(&ata->t4, CALC_TIMING(piotms[2][3])); in ide_set_reset() 127 out_8(&ata->t9, CALC_TIMING(piotms[2][6])); in ide_set_reset() 130 out_8(&ata->cr, 0x40); in ide_set_reset() [all …]
|
| /rk3399_rockchip-uboot/board/freescale/m54455evb/ |
| H A D | m54455evb.c | 118 atac_t *ata = (atac_t *) MMAP_ATA; in ide_set_reset() local 131 out_8(&ata->cr, 0); 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() [all …]
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mv_sdhci.c | 50 u32 ata = (unsigned long)host->ioaddr + SD_CE_ATA_2; in mv_sdhci_writeb() local 54 writew(readw(ata) | (MMC_CARD | MMC_WIDTH), ata); in mv_sdhci_writeb() 56 writew(readw(ata) & ~(MMC_CARD | MMC_WIDTH), ata); in mv_sdhci_writeb()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-parser.y | 264 $$ = data_merge($1, $2.data); 360 $$.data = data_append_integer($1.data, $2, $1.bits); 367 $1.data = data_add_marker($1.data, 374 $$.data = data_append_integer($1.data, val, $1.bits); 378 $$.data = data_add_marker($1.data, LABEL, $2);
|
| /rk3399_rockchip-uboot/drivers/ |
| H A D | Makefile | 63 obj-$(CONFIG_SPL_SATA_SUPPORT) += ata/ scsi/ 64 obj-$(CONFIG_SPL_UFS_SUPPORT) += ata/ scsi/ ufs/ 84 obj-y += ata/
|
| H A D | Kconfig | 9 source "drivers/ata/Kconfig"
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | edd.h | 112 } __attribute__ ((packed)) ata; member
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | tegra20-tamonten.dtsi | 27 ata { 28 nvidia,pins = "ata"; 174 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
|
| H A D | tegra20-paz00.dts | 74 ata { 75 nvidia,pins = "ata", "atc", "atd", "ate", 217 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
|
| H A D | tegra20-ventana.dts | 73 ata { 74 nvidia,pins = "ata"; 227 nvidia,pins = "ata", "atb", "atc", "atd",
|
| H A D | tegra20-harmony.dts | 73 ata { 74 nvidia,pins = "ata"; 224 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
|
| H A D | tegra20-seaboard.dts | 83 ata { 84 nvidia,pins = "ata"; 237 nvidia,pins = "ata", "atb", "atc", "atd",
|