Home
last modified time | relevance | path

Searched refs:store (Results 1 – 2 of 2) sorted by relevance

/test/dm/
A Daxi.c40 struct udevice *store; in dm_test_axi_store() local
47 ut_assertok(uclass_get_device(UCLASS_AXI_EMUL, 0, &store)); in dm_test_axi_store()
48 ut_assert(device_active(store)); in dm_test_axi_store()
50 axi_get_store(store, &data); in dm_test_axi_store()
54 axi_read(store, 0, &val, AXI_SIZE_32); in dm_test_axi_store()
58 axi_read(store, 3, &val, AXI_SIZE_32); in dm_test_axi_store()
66 axi_write(store, 0, &val, AXI_SIZE_32); in dm_test_axi_store()
70 axi_write(store, 3, &val, AXI_SIZE_32); in dm_test_axi_store()
/test/lib/
A Dlmb.c125 struct lmb store; in test_multi_alloc() local
236 lmb_pop(&store); in test_multi_alloc()
295 struct lmb store; in test_bigblock() local
335 lmb_pop(&store); in test_bigblock()
362 struct lmb store; in test_noreserved() local
415 lmb_pop(&store); in test_noreserved()
456 struct lmb store; in lib_test_lmb_at_0() local
488 lmb_pop(&store); in lib_test_lmb_at_0()
576 lmb_pop(&store); in lib_test_lmb_overlapping_reserve()
789 lmb_pop(&store); in test_alloc_addr()
[all …]

Completed in 9 milliseconds