Searched refs:test_addr (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/sound/pci/asihpi/ |
H A D | hpi6000.c | 636 u32 test_addr = 0x80000000; in hpi6000_adapter_boot_load_dsp() local 777 test_addr = 0x00000000; 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() 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() 919 test_addr = 0x80000000; in hpi6000_adapter_boot_load_dsp() 922 data = hpi_read_word(pdo, test_addr + i); in hpi6000_adapter_boot_load_dsp() [all …]
|
H A D | hpi6205.c | 1837 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() 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() 1882 boot_loader_write_mem32(pao, dsp_index, test_addr, 0x0); in boot_loader_test_memory() 1887 test_addr = start_address + i * 4; in boot_loader_test_memory() [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/ |
H A D | sdram_ast2500.h | 124 u32 test_addr; /* offset 0x74 */ member
|
H A D | sdram_ast2600.h | 156 u32 test_addr; /* offset 0x74 */ member
|
/openbmc/u-boot/arch/arm/mach-exynos/ |
H A D | dmc_init_ddr3.c | 239 const unsigned int test_addr = CONFIG_SYS_SDRAM_BASE; variable 267 read_data = readl(test_addr + i * 4 + ch * 0x80); in dmc_valid_window_test_vector() 415 writel(test_pattern[i], test_addr + i * 4 + ch * 0x80); in software_find_read_offset()
|
/openbmc/u-boot/drivers/ram/aspeed/ |
H A D | sdram_ast2500.c | 141 writel((0xfff << SDRAM_TEST_LEN_SHIFT), ®s->test_addr); in ast2500_ddr_cbr_test() 304 writel(0, ®s->test_addr); in ast2500_sdrammc_ecc_enable()
|
H A D | sdram_ast2600.c | 409 clrsetbits_le32(®s->test_addr, GENMASK(30, 4), 0x7ffff0); in ast2600_sdrammc_cbr_test() 792 writel(0x80000001, ®s->test_addr); in ast2600_sdrammc_common_init() 888 writel(0x80000001, ®s->test_addr); in ast2600_sdrammc_ecc_enable()
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | ddr3_training_leveling.c | 1693 uintptr_t test_addr = TEST_ADDR; in mv_ddr_rl_dqs_burst() local 1778 readq(test_addr); in mv_ddr_rl_dqs_burst() 1780 readl(test_addr); in mv_ddr_rl_dqs_burst()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pal.h | 1530 ia64_pal_test_proc (u64 test_addr, u64 test_size, u64 attributes, u64 *self_test_state) in ia64_pal_test_proc() argument 1533 PAL_CALL(iprv, PAL_TEST_PROC, test_addr, test_size, attributes); in ia64_pal_test_proc()
|