Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/core/
H A Dof_access.c577 const __be32 *list, *list_end; in __of_parse_phandle_with_args() local
588 list_end = list + size / sizeof(*list); in __of_parse_phandle_with_args()
591 while (list < list_end) { in __of_parse_phandle_with_args()
634 if (list + count > list_end) { in __of_parse_phandle_with_args()
/openbmc/u-boot/lib/
H A Dfdtdec.c744 const __be32 *list, *list_end; in fdtdec_parse_phandle_with_args() local
754 list_end = list + size / sizeof(*list); in fdtdec_parse_phandle_with_args()
757 while (list < list_end) { in fdtdec_parse_phandle_with_args()
807 if (list + count > list_end) { in fdtdec_parse_phandle_with_args()