Home
last modified time | relevance | path

Searched refs:layout (Results 1 – 4 of 4) sorted by relevance

/tests/drivers/mspi/flash/src/
A Dmain.c82 const struct flash_pages_layout *layout = NULL; in test_multi_sector_rw() local
94 api->page_layout(flash_dev, &layout, &layout_size); in test_multi_sector_rw()
96 if (layout && layout_size) { in test_multi_sector_rw()
99 TC_PRINT("%2d: 0x%-8X 0x%-8x\n", i, layout[i].pages_count, in test_multi_sector_rw()
100 layout[i].pages_size); in test_multi_sector_rw()
101 min_page_size = MIN(min_page_size, layout[i].pages_size); in test_multi_sector_rw()
/tests/subsys/fs/multi-fs/src/
A Dtest_ram_backend.c66 const struct flash_pages_layout **layout, in test_flash_ram_pages_layout() argument
76 *layout = dev_layout; in test_flash_ram_pages_layout()
/tests/subsys/fs/common/
A Dtest_fs_dirops.c111 struct testfs_bcmd *layout) in check_layout() argument
114 struct testfs_bcmd *end_layout = testfs_bcmd_end(layout); in check_layout()
122 int rc = testfs_bcmd_verify_layout(&path, layout, end_layout); in check_layout()
129 struct testfs_bcmd *cp = layout; in check_layout()
/tests/subsys/storage/stream/stream_flash/src/
A Dmain.c29 static const struct flash_pages_layout *layout; variable
87 FLASH_BASE + (i * layout->pages_size), in erase_flash()
88 layout->pages_size); in erase_flash()
610 api->page_layout(fdev, &layout, &layout_size); in lib_stream_flash_before()
612 page_size = layout->pages_size; in lib_stream_flash_before()

Completed in 609 milliseconds