Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Deth_common.c82 static void *first_failed; in eth_try_another() local
97 first_failed = eth_get_dev(); in eth_try_another()
103 if (first_failed == eth_get_dev()) in eth_try_another()
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_pbs.c1156 int first_failed[MAX_PUP_NUM] = { 0 }; in ddr3_pbs_per_bit() local
1373 if (first_failed[pup] == 0) { in ddr3_pbs_per_bit()
1380 first_failed[pup] = 1; in ddr3_pbs_per_bit()