Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Dof_access.c665 int rc = 0, cur_index = 0; in __of_parse_phandle_with_args() local
697 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args()
735 if (cur_index == index) { in __of_parse_phandle_with_args()
759 cur_index++; in __of_parse_phandle_with_args()
768 rc = index < 0 ? cur_index : -ENOENT; in __of_parse_phandle_with_args()
/u-boot/cmd/
A Dfdt.c432 int cur_index = -1; in do_fdt() local
441 cur_index++; in do_fdt()
443 cur_index == req_index) { in do_fdt()
459 env_set_ulong(var, cur_index + 1); in do_fdt()
/u-boot/lib/
A Dfdtdec.c744 int rc = 0, size, cur_index = 0; in fdtdec_parse_phandle_with_args() local
775 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args()
820 if (cur_index == index) { in fdtdec_parse_phandle_with_args()
847 cur_index++; in fdtdec_parse_phandle_with_args()
856 rc = index < 0 ? cur_index : -ENOENT; in fdtdec_parse_phandle_with_args()

Completed in 13 milliseconds