/openbmc/hiomapd/test/ |
H A D | windows_equally_evictable.c | 26 #define WINDOW_SIZE BLOCK_SIZE macro 27 #define MEM_SIZE (N_WINDOWS * WINDOW_SIZE) 28 #define PNOR_SIZE ((N_WINDOWS + 1) * WINDOW_SIZE) 60 tctx->ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main() 70 rc = mbox_create_read_window(tctx, pos, (WINDOW_SIZE / BLOCK_SIZE)); in main() 81 rc = mbox_create_read_window(tctx, pos, (WINDOW_SIZE / BLOCK_SIZE)); in main()
|
H A D | request_high_version.c | 25 #define WINDOW_SIZE 1 macro 35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | get_mbox_info_v2_timeout.c | 30 #define WINDOW_SIZE 1 << 20 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | request_low_version.c | 25 #define WINDOW_SIZE 1 macro 37 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | get_mbox_info_v2.c | 25 #define WINDOW_SIZE 1 macro 35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | get_flash_info_v2.c | 30 #define WINDOW_SIZE 1 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | reset_state.c | 30 #define WINDOW_SIZE 1 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
/openbmc/phosphor-mboxd/vpnor/test/ |
H A D | dump_flash.cpp | 30 static constexpr auto WINDOW_SIZE = 2 * BLOCK_SIZE; variable 31 static constexpr auto MEM_SIZE = N_WINDOWS * WINDOW_SIZE; 70 tctx->ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main() 82 rc = mbox_create_read_window(tctx, pos, (WINDOW_SIZE / BLOCK_SIZE)); in main()
|
H A D | create_read_window_remap.cpp | 22 static const auto WINDOW_SIZE = 16 * BLOCK_SIZE; variable 24 static const auto MEM_SIZE = N_WINDOWS * WINDOW_SIZE; 49 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | create_write_window_unmapped.cpp | 19 static constexpr auto WINDOW_SIZE = BLOCK_SIZE; variable 20 static constexpr auto MEM_SIZE = WINDOW_SIZE; 48 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | create_read_window_size.cpp | 18 static const auto WINDOW_SIZE = 2 * BLOCK_SIZE; variable 19 static const auto MEM_SIZE = WINDOW_SIZE; 57 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | read_patch.cpp | 22 static constexpr auto WINDOW_SIZE = PART_SIZE * 8; variable 23 static constexpr auto MEM_SIZE = WINDOW_SIZE * N_WINDOWS; 49 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
/openbmc/hiomapd/vpnor/test/ |
H A D | dump_flash.cpp | 31 static constexpr auto WINDOW_SIZE = 2 * BLOCK_SIZE; variable 32 static constexpr auto MEM_SIZE = N_WINDOWS * WINDOW_SIZE; 71 tctx->ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main() 82 rc = mbox_create_read_window(tctx, pos, (WINDOW_SIZE / BLOCK_SIZE)); in main()
|
H A D | create_read_window_remap.cpp | 23 static const auto WINDOW_SIZE = 16 * BLOCK_SIZE; variable 25 static const auto MEM_SIZE = N_WINDOWS * WINDOW_SIZE; 50 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | create_write_window_unmapped.cpp | 20 static constexpr auto WINDOW_SIZE = BLOCK_SIZE; variable 21 static constexpr auto MEM_SIZE = WINDOW_SIZE; 49 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | create_aligned_window.cpp | 31 static const auto WINDOW_SIZE = 1024 * 1024; variable 32 static const auto MEM_SIZE = WINDOW_SIZE * 3; 62 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | create_read_window_size.cpp | 20 static const auto WINDOW_SIZE = 2 * BLOCK_SIZE; variable 21 static const auto MEM_SIZE = WINDOW_SIZE; 59 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | read_patch.cpp | 23 static constexpr auto WINDOW_SIZE = PART_SIZE * 8; variable 24 static constexpr auto MEM_SIZE = WINDOW_SIZE * N_WINDOWS; 50 ctx = mbox_create_frontend_context(N_WINDOWS, WINDOW_SIZE); in main()
|
/openbmc/phosphor-mboxd/test/ |
H A D | get_mbox_info_v2.c | 25 #define WINDOW_SIZE 1 macro 35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | request_high_version.c | 25 #define WINDOW_SIZE 1 macro 35 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | request_low_version.c | 25 #define WINDOW_SIZE 1 macro 37 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | get_mbox_info_v2_timeout.c | 30 #define WINDOW_SIZE 1 << 20 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | get_flash_info_v2.c | 30 #define WINDOW_SIZE 1 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
H A D | reset_state.c | 30 #define WINDOW_SIZE 1 macro 40 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); in main()
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | l440gx.c | 19 #define WINDOW_SIZE 0x00100000 macro 50 .size = WINDOW_SIZE, 81 l440gx_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE); in init_l440gx()
|