Searched refs:ecc_test_ctrl (Results 1 – 4 of 4) sorted by relevance
| /u-boot/drivers/ram/aspeed/ |
| A D | sdram_ast2500.c | 130 SDRAM_TEST_ERRSTOP, ®s->ecc_test_ctrl); in ast2500_ddr_cbr_test() 132 while (!(readl(®s->ecc_test_ctrl) & SDRAM_TEST_DONE)) in ast2500_ddr_cbr_test() 135 if (readl(®s->ecc_test_ctrl) & SDRAM_TEST_FAIL) { in ast2500_ddr_cbr_test() 140 ®s->ecc_test_ctrl); in ast2500_ddr_cbr_test() 141 while (!(readl(®s->ecc_test_ctrl) & SDRAM_TEST_DONE)) in ast2500_ddr_cbr_test() 143 if (readl(®s->ecc_test_ctrl) & SDRAM_TEST_FAIL) { in ast2500_ddr_cbr_test() 151 writel(0, ®s->ecc_test_ctrl); in ast2500_ddr_cbr_test()
|
| A D | sdram_ast2600.c | 707 writel(0, ®s->ecc_test_ctrl); in ast2600_sdrammc_dg_test() 710 writel(0x00000085 | (datagen << 3), ®s->ecc_test_ctrl); in ast2600_sdrammc_dg_test() 712 writel(0x000000C1 | (datagen << 3), ®s->ecc_test_ctrl); in ast2600_sdrammc_dg_test() 715 data = readl(®s->ecc_test_ctrl) & GENMASK(13, 12); in ast2600_sdrammc_dg_test() 722 writel(0, ®s->ecc_test_ctrl); in ast2600_sdrammc_dg_test() 727 writel(0, ®s->ecc_test_ctrl); in ast2600_sdrammc_dg_test() 954 writel(0, ®s->ecc_test_ctrl); in ast2600_sdrammc_common_init() 1054 writel(0x221, ®s->ecc_test_ctrl); in ast2600_sdrammc_ecc_enable() 1055 while (0 == (readl(®s->ecc_test_ctrl) & BIT(12))) in ast2600_sdrammc_ecc_enable() 1057 writel(0, ®s->ecc_test_ctrl); in ast2600_sdrammc_ecc_enable()
|
| /u-boot/arch/arm/include/asm/arch-aspeed/ |
| A D | sdram_ast2500.h | 121 u32 ecc_test_ctrl; member
|
| A D | sdram_ast2600.h | 157 u32 ecc_test_ctrl; /* offset 0x70 */ member
|
Completed in 18 milliseconds