Home
last modified time | relevance | path

Searched defs:bursts (Results 1 – 5 of 5) sorted by relevance

/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/
Dbdk-dram-test-patfil.c61 int __bdk_dram_test_mem_self_addr(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_self_addr()
196 int __bdk_dram_test_mem_leftwalk0(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_leftwalk0()
217 int __bdk_dram_test_mem_leftwalk1(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_leftwalk1()
238 int __bdk_dram_test_mem_rightwalk0(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_rightwalk0()
259 int __bdk_dram_test_mem_rightwalk1(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_rightwalk1()
373 int __bdk_dram_test_mem_solid(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_solid()
391 int __bdk_dram_test_mem_checkerboard(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_checkerboard()
409 int __bdk_dram_test_mem_random(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_random()
461 int __bdk_dram_test_mem_xor(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_xor()
557 int __bdk_dram_test_mem_rows(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_rows()
[all …]
Dbdk-dram-test-databus.c62 static int read_data_bus_burst(uint64_t address, int bursts) in read_data_bus_burst()
100 static int write_data_bus_burst(uint64_t address, int bursts) in write_data_bus_burst()
206 int __bdk_dram_test_mem_data_bus(uint64_t start_address, uint64_t end_address, int bursts) in __bdk_dram_test_mem_data_bus()
Dbdk-dram-test-fastscan.c60 int __bdk_dram_test_fast_scan(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_fast_scan()
Dbdk-dram-test-addrbus.c57 int __bdk_dram_test_mem_address_bus(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_address_bus()
Dbdk-dram-test.c64 int bursts; /* Bursts parameter to pass to the test */ member
156 const int bursts = test_info->bursts; in dram_test_thread() local