Home
last modified time | relevance | path

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

/u-boot/drivers/phy/marvell/
A Dcomphy_core.c86 int last_idx = 0; in comphy_probe() local
173 last_idx = 1; in comphy_probe()
175 if (chip_cfg->cp_index == last_idx) { in comphy_probe()
/u-boot/include/
A Dsearch.h80 int hmatch_r(const char *match, int last_idx, struct env_entry **retval,
/u-boot/lib/
A Dhashtable.c210 int hmatch_r(const char *match, int last_idx, struct env_entry **retval, in hmatch_r() argument
216 for (idx = last_idx + 1; idx < htab->size; ++idx) { in hmatch_r()

Completed in 5 milliseconds