Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsmc911x.h388 static const struct chip_id chip_ids[] = { variable
440 for (i = 0; chip_ids[i].id != 0; i++) { in smc911x_detect_chip()
441 if (chip_ids[i].id == val) break; in smc911x_detect_chip()
443 if (!chip_ids[i].id) { in smc911x_detect_chip()
448 dev->priv = (void *)&chip_ids[i]; in smc911x_detect_chip()
H A Dks8851_mll.c23 static const struct chip_id chip_ids[] = { variable
437 for (i = 0; chip_ids[i].id != 0; i++) { in ks8851_mll_detect_chip()
438 if (chip_ids[i].id == val) in ks8851_mll_detect_chip()
441 if (!chip_ids[i].id) { in ks8851_mll_detect_chip()
446 dev->priv = (void *)&chip_ids[i]; in ks8851_mll_detect_chip()
H A Dsmc91111.h618 static const char * chip_ids[ 15 ] = {