Home
last modified time | relevance | path

Searched refs:test_addr (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/asihpi/
H A Dhpi6000.c636 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 …]
H A Dhpi6205.c1837 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 …]