Searched refs:test_addr (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
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() 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 …]
|
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() 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 …]
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | pal.h | 1529 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()
|