Home
last modified time | relevance | path

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

/openbmc/u-boot/examples/standalone/
H A Dsmc911x_eeprom.c245 if (smc911x_detect_chip(dev)) in smc911x_init()
/openbmc/u-boot/drivers/net/
H A Dsmc911x.c259 if (smc911x_detect_chip(dev)) { in smc911x_initialize()
H A Dsmc911x.h426 static int smc911x_detect_chip(struct eth_device *dev) in smc911x_detect_chip() function