Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Dof_access.c664 const __be32 *list, *list_end; in __of_parse_phandle_with_args() local
675 list_end = list + size / sizeof(*list); in __of_parse_phandle_with_args()
678 while (list < list_end) { in __of_parse_phandle_with_args()
721 if (list + count > list_end) { in __of_parse_phandle_with_args()
/u-boot/lib/
A Dfdtdec.c743 const __be32 *list, *list_end; in fdtdec_parse_phandle_with_args() local
753 list_end = list + size / sizeof(*list); in fdtdec_parse_phandle_with_args()
756 while (list < list_end) { in fdtdec_parse_phandle_with_args()
806 if (list + count > list_end) { in fdtdec_parse_phandle_with_args()

Completed in 10 milliseconds