Searched defs:bursts (Results 1 – 5 of 5) sorted by relevance
/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/ |
D | bdk-dram-test-patfil.c | 61 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 …]
|
D | bdk-dram-test-databus.c | 62 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()
|
D | bdk-dram-test-fastscan.c | 60 int __bdk_dram_test_fast_scan(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_fast_scan()
|
D | bdk-dram-test-addrbus.c | 57 int __bdk_dram_test_mem_address_bus(uint64_t area, uint64_t max_address, int bursts) in __bdk_dram_test_mem_address_bus()
|
D | bdk-dram-test.c | 64 int bursts; /* Bursts parameter to pass to the test */ member 156 const int bursts = test_info->bursts; in dram_test_thread() local
|