Lines Matching refs:test_addr
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()
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()
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()
1888 boot_loader_write_mem32(pao, dsp_index, test_addr, 0x0); in boot_loader_test_memory()