Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c619 const __be32 *list, *list_end; in __of_parse_phandle_with_args() local
630 list_end = list + size / sizeof(*list); in __of_parse_phandle_with_args()
633 while (list < list_end) { in __of_parse_phandle_with_args()
676 if (list + count > list_end) { in __of_parse_phandle_with_args()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c718 const __be32 *list, *list_end; in fdtdec_parse_phandle_with_args() local
728 list_end = list + size / sizeof(*list); in fdtdec_parse_phandle_with_args()
731 while (list < list_end) { in fdtdec_parse_phandle_with_args()
781 if (list + count > list_end) { in fdtdec_parse_phandle_with_args()