Home
last modified time | relevance | path

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

/components/legacy/fdt/src/
A Ddtb_access.c47 if (DTB_IS_ERR(val)) in dtb_node_read_u32()
75 if (DTB_IS_ERR(val)) in dtb_node_read_u32_array()
113 if (DTB_IS_ERR(val)) in dtb_node_read_u32_index()
133 if (DTB_IS_ERR(val)) in dtb_node_read_u64()
/components/legacy/fdt/inc/
A Ddtb_node.h26 #define DTB_IS_ERR(ptr) ((unsigned long)(ptr) > (unsigned long)(-1000)) macro

Completed in 22 milliseconds