Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dlan91c96.c741 static struct id_type supported_chips[] = { variable
762 for (r = 0; r < ARRAY_SIZE(supported_chips); r++) in lan91c96_detect_chip()
763 if (chip_id == supported_chips[r].id) in lan91c96_detect_chip()
793 sprintf(dev->name, "%s-%hu", supported_chips[r].name, dev_num); in lan91c96_initialize()