Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/phy/marvell/
H A Dcomphy_core.c112 int last_idx = 0; in comphy_probe() local
190 last_idx = 1; in comphy_probe()
192 if (chip_cfg->cp_index == last_idx) { in comphy_probe()
/rk3399_rockchip-uboot/lib/
H A Dhashtable.c201 int hmatch_r(const char *match, int last_idx, ENTRY ** retval, in hmatch_r() argument
207 for (idx = last_idx + 1; idx < htab->size; ++idx) { in hmatch_r()