Home
last modified time | relevance | path

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

/u-boot/lib/
A Dfdtdec_test.c30 #define CHECKVAL(op, expected) ({ \ macro
41 #define CHECKOK(op) CHECKVAL(op, 0)
119 CHECKVAL(make_fdt(blob, FDT_SIZE, aliases, nodes), 0); in run_test()
120 CHECKVAL(fdtdec_find_aliases_for_id(blob, "i2c", in run_test()
284 CHECKVAL(make_fdt_carveout(fdt, FDT_SIZE, 1, 1), 0); in check_carveout()
286 CHECKVAL(make_fdt_carveout(fdt, FDT_SIZE, 1, 2), 0); in check_carveout()
289 CHECKVAL(make_fdt_carveout(fdt, FDT_SIZE, 1, 1), -FDT_ERR_BADVALUE); in check_carveout()
290 CHECKVAL(make_fdt_carveout(fdt, FDT_SIZE, 1, 2), -FDT_ERR_BADVALUE); in check_carveout()
292 CHECKVAL(make_fdt_carveout(fdt, FDT_SIZE, 2, 1), 0); in check_carveout()
294 CHECKVAL(make_fdt_carveout(fdt, FDT_SIZE, 2, 2), 0); in check_carveout()

Completed in 2 milliseconds