Lines Matching refs:test_addr
1853 u32 test_addr = 0; in boot_loader_test_memory() local
1863 test_addr = start_address + i * 4; in boot_loader_test_memory()
1866 boot_loader_write_mem32(pao, dsp_index, test_addr, in boot_loader_test_memory()
1869 test_addr); in boot_loader_test_memory()
1873 "%08x %08x %08x %i\n", test_addr, in boot_loader_test_memory()
1885 test_addr = start_address + i * 4; in boot_loader_test_memory()
1887 boot_loader_write_mem32(pao, dsp_index, test_addr, test_data); in boot_loader_test_memory()
1888 boot_loader_write_mem32(pao, dsp_index, test_addr + 4, 0); in boot_loader_test_memory()
1889 data = boot_loader_read_mem32(pao, dsp_index, test_addr); in boot_loader_test_memory()
1893 "%08x %08x %08x %i\n", test_addr, test_data, in boot_loader_test_memory()
1898 boot_loader_write_mem32(pao, dsp_index, test_addr, 0x0); in boot_loader_test_memory()
1903 test_addr = start_address + i * 4; in boot_loader_test_memory()
1904 boot_loader_write_mem32(pao, dsp_index, test_addr, 0x0); in boot_loader_test_memory()