Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c620 int rc = 0, cur_index = 0; in __of_parse_phandle_with_args() local
652 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args()
690 if (cur_index == index) { in __of_parse_phandle_with_args()
714 cur_index++; in __of_parse_phandle_with_args()
723 rc = index < 0 ? cur_index : -ENOENT; in __of_parse_phandle_with_args()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c719 int rc = 0, size, cur_index = 0; in fdtdec_parse_phandle_with_args() local
750 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args()
795 if (cur_index == index) { in fdtdec_parse_phandle_with_args()
822 cur_index++; in fdtdec_parse_phandle_with_args()
831 rc = index < 0 ? cur_index : -ENOENT; in fdtdec_parse_phandle_with_args()