Home
last modified time | relevance | path

Searched refs:count_bytes (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-sopine/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-rpi/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-chip/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-orangepi-plus-2e/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)
/dports/sysutils/u-boot-pine64/u-boot-2021.07/test/py/tests/
H A Dtest_mmc_wr.py62 count_bytes = count_sectors * 512
66 dst_addr = '0x%08x' % (ram_base + count_bytes)
71 cmd = 'random %s %x' % (src_addr, count_bytes)
73 good_response = '%d bytes filled with random data' % (count_bytes)
102 cmd = 'cmp.b %s %s %x' % (src_addr, dst_addr, count_bytes)
104 good_response = 'Total of %d byte(s) were the same' % (count_bytes)

12345678910>>...21