Home
last modified time | relevance | path

Searched refs:test_addr (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_common.c246 void __iomem *test_addr; in sdram_detect_col() local
252 test_addr = (void __iomem *)(CONFIG_SYS_SDRAM_BASE + in sdram_detect_col()
254 writel(PATTERN, test_addr); in sdram_detect_col()
255 if ((readl(test_addr) == PATTERN) && in sdram_detect_col()
272 void __iomem *test_addr; in sdram_detect_bank() local
276 test_addr = (void __iomem *)(CONFIG_SYS_SDRAM_BASE + in sdram_detect_bank()
279 writel(PATTERN, test_addr); in sdram_detect_bank()
280 if ((readl(test_addr) == PATTERN) && in sdram_detect_bank()
295 void __iomem *test_addr; in sdram_detect_bg() local
299 test_addr = (void __iomem *)(CONFIG_SYS_SDRAM_BASE + in sdram_detect_bg()
[all …]
H A Dsdram_rv1108_pctl_phy.c454 phys_addr_t test_addr; in sdram_detect() local
469 test_addr = (phys_addr_t)(CONFIG_SYS_SDRAM_BASE + in sdram_detect()
471 writel(PATTERN, test_addr); in sdram_detect()
472 if ((readl(test_addr) == PATTERN) && in sdram_detect()
484 test_addr = (phys_addr_t)(CONFIG_SYS_SDRAM_BASE + in sdram_detect()
487 writel(PATTERN, test_addr); in sdram_detect()
488 if ((readl(test_addr) == PATTERN) && in sdram_detect()
504 test_addr = (phys_addr_t)(CONFIG_SYS_SDRAM_BASE + in sdram_detect()
508 writel(PATTERN, test_addr); in sdram_detect()
509 if ((readl(test_addr) == PATTERN) && in sdram_detect()
H A Dsdram_rv1126.c2768 void __iomem *test_addr; in dram_detect_cs1_row() local
2808 test_addr = (void __iomem *)(CONFIG_SYS_SDRAM_BASE + in dram_detect_cs1_row()
2814 writel(PATTERN, test_addr); in dram_detect_cs1_row()
2816 if (((readl(test_addr) & byte_mask) == in dram_detect_cs1_row()
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpi6000.c636 u32 test_addr = 0x80000000; in hpi6000_adapter_boot_load_dsp() local
777 test_addr = 0x00000000; in hpi6000_adapter_boot_load_dsp()
780 hpi_write_word(pdo, test_addr + i, test_data); in hpi6000_adapter_boot_load_dsp()
781 data = hpi_read_word(pdo, test_addr + i); in hpi6000_adapter_boot_load_dsp()
785 test_addr + i, test_data, in hpi6000_adapter_boot_load_dsp()
894 test_addr = 0x80000000; in hpi6000_adapter_boot_load_dsp()
898 hpi_write_word(pdo, test_addr, test_data); in hpi6000_adapter_boot_load_dsp()
899 data = hpi_read_word(pdo, test_addr); in hpi6000_adapter_boot_load_dsp()
903 test_addr, test_data, data, in hpi6000_adapter_boot_load_dsp()
913 test_addr = 0x80000000; in hpi6000_adapter_boot_load_dsp()
[all …]
H A Dhpi6205.c1837 u32 test_addr = 0; in boot_loader_test_memory() local
1847 test_addr = start_address + i * 4; in boot_loader_test_memory()
1850 boot_loader_write_mem32(pao, dsp_index, test_addr, in boot_loader_test_memory()
1853 test_addr); in boot_loader_test_memory()
1857 "%08x %08x %08x %i\n", test_addr, in boot_loader_test_memory()
1869 test_addr = start_address + i * 4; in boot_loader_test_memory()
1871 boot_loader_write_mem32(pao, dsp_index, test_addr, test_data); in boot_loader_test_memory()
1872 boot_loader_write_mem32(pao, dsp_index, test_addr + 4, 0); in boot_loader_test_memory()
1873 data = boot_loader_read_mem32(pao, dsp_index, test_addr); in boot_loader_test_memory()
1877 "%08x %08x %08x %i\n", test_addr, test_data, in boot_loader_test_memory()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dsdram_ast2500.h123 u32 test_addr; member
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Ddmc_init_ddr3.c240 const unsigned int test_addr = CONFIG_SYS_SDRAM_BASE; variable
268 read_data = readl(test_addr + i * 4 + ch * 0x80); in dmc_valid_window_test_vector()
416 writel(test_pattern[i], test_addr + i * 4 + ch * 0x80); in software_find_read_offset()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_uku.h282 u64 test_addr[TEST_ADDR_COUNT]; /**< memory address */ member
/OK3568_Linux_fs/u-boot/arch/arm/mach-aspeed/ast2500/
H A Dsdram_ast2500.c126 writel((0xfff << SDRAM_TEST_LEN_SHIFT), &regs->test_addr); in ast2500_ddr_cbr_test()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpal.h1529 ia64_pal_test_proc (u64 test_addr, u64 test_size, u64 attributes, u64 *self_test_state) in ia64_pal_test_proc() argument
1532 PAL_CALL(iprv, PAL_TEST_PROC, test_addr, test_size, attributes); in ia64_pal_test_proc()