Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Dof_access.c622 int rc = 0, cur_index = 0; in __of_parse_phandle_with_args() local
654 if (cells_name || cur_index == index) { in __of_parse_phandle_with_args()
692 if (cur_index == index) { in __of_parse_phandle_with_args()
716 cur_index++; in __of_parse_phandle_with_args()
725 rc = index < 0 ? cur_index : -ENOENT; in __of_parse_phandle_with_args()
/u-boot/lib/
A Dfdtdec.c728 int rc = 0, size, cur_index = 0; in fdtdec_parse_phandle_with_args() local
759 if (cells_name || cur_index == index) { in fdtdec_parse_phandle_with_args()
804 if (cur_index == index) { in fdtdec_parse_phandle_with_args()
831 cur_index++; in fdtdec_parse_phandle_with_args()
840 rc = index < 0 ? cur_index : -ENOENT; in fdtdec_parse_phandle_with_args()

Completed in 10 milliseconds