Lines Matching refs:test_addr
1848 u32 test_addr = 0; in boot_loader_test_memory() local
1858 test_addr = start_address + i * 4; in boot_loader_test_memory()
1861 boot_loader_write_mem32(pao, dsp_index, test_addr, in boot_loader_test_memory()
1864 test_addr); in boot_loader_test_memory()
1868 "%08x %08x %08x %i\n", test_addr, in boot_loader_test_memory()
1880 test_addr = start_address + i * 4; in boot_loader_test_memory()
1882 boot_loader_write_mem32(pao, dsp_index, test_addr, test_data); in boot_loader_test_memory()
1883 boot_loader_write_mem32(pao, dsp_index, test_addr + 4, 0); in boot_loader_test_memory()
1884 data = boot_loader_read_mem32(pao, dsp_index, test_addr); in boot_loader_test_memory()
1888 "%08x %08x %08x %i\n", test_addr, test_data, in boot_loader_test_memory()
1893 boot_loader_write_mem32(pao, dsp_index, test_addr, 0x0); in boot_loader_test_memory()
1898 test_addr = start_address + i * 4; in boot_loader_test_memory()
1899 boot_loader_write_mem32(pao, dsp_index, test_addr, 0x0); in boot_loader_test_memory()