Home
last modified time | relevance | path

Searched refs:PNOR_SIZE (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/phosphor-mboxd/vpnor/test/
H A Dcreate_pnor_partition_table.cpp18 static const auto PNOR_SIZE = 64 * 1024 * 1024; variable
19 static const auto MEM_SIZE = PNOR_SIZE;
35 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
48 (PNOR_SIZE) / expectedTable.data.block_size; in main()
H A Ddump_flash.cpp32 static constexpr auto PNOR_SIZE = (4 * BLOCK_SIZE); variable
68 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
78 while (pos < (PNOR_SIZE / BLOCK_SIZE)) in main()
H A Dcreate_read_window_oob.cpp26 static constexpr auto PNOR_SIZE = (BLOCK_SIZE * 4); variable
48 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dcreate_write_window_unmapped.cpp21 static constexpr auto PNOR_SIZE = 3 * BLOCK_SIZE; variable
46 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dcreate_read_window_straddle_partitions.cpp30 static constexpr auto PNOR_SIZE = MEM_SIZE * 2; variable
53 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dcreate_read_window_size.cpp21 static const auto PNOR_SIZE = 4 * BLOCK_SIZE; variable
55 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dread_patch.cpp24 static constexpr auto PNOR_SIZE = MEM_SIZE * 2; variable
48 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dcreate_read_window_toc.cpp18 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
54 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dtoc_overlap.cpp18 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
H A Dtoc_missing_file.cpp18 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
H A Dtoc_lookup_failed.cpp19 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
H A Dtoc_lookup_found.cpp18 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
/openbmc/hiomapd/vpnor/test/
H A Dcreate_pnor_partition_table.cpp20 static const auto PNOR_SIZE = 64 * 1024 * 1024; variable
21 static const auto MEM_SIZE = PNOR_SIZE;
37 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
50 (PNOR_SIZE) / expectedTable.data.block_size; in main()
H A Ddump_flash.cpp33 static constexpr auto PNOR_SIZE = (4 * BLOCK_SIZE); variable
69 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
78 while (pos < (PNOR_SIZE / BLOCK_SIZE)) in main()
H A Dcreate_read_window_oob.cpp27 static constexpr auto PNOR_SIZE = (BLOCK_SIZE * 4); variable
49 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dcreate_write_window_unmapped.cpp22 static constexpr auto PNOR_SIZE = 3 * BLOCK_SIZE; variable
47 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dcreate_read_window_straddle_partitions.cpp30 static constexpr auto PNOR_SIZE = MEM_SIZE * 2; variable
53 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dcreate_read_window_size.cpp23 static const auto PNOR_SIZE = 4 * BLOCK_SIZE; variable
57 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dread_patch.cpp25 static constexpr auto PNOR_SIZE = MEM_SIZE * 2; variable
49 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dcreate_read_window_toc.cpp20 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
56 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dforce_readonly_toc.cpp22 static constexpr auto PNOR_SIZE = BLOCK_SIZE; variable
53 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dwrite_toc.cpp20 static constexpr auto PNOR_SIZE = 2 * BLOCK_SIZE; variable
68 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
H A Dtoc_overlap.cpp19 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
H A Dtoc_lookup_failed.cpp20 static constexpr auto PNOR_SIZE = 64 * 1024 * 1024; variable
/openbmc/hiomapd/test/
H A Dwindows_equally_evictable.c28 #define PNOR_SIZE ((N_WINDOWS + 1) * WINDOW_SIZE) macro
58 system_set_mtd_sizes(PNOR_SIZE, ERASE_SIZE); in main()
66 while (pos < ((PNOR_SIZE - BLOCK_SIZE) / BLOCK_SIZE)) in main()

12