Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dlan91c96.h503 #define LAN91C96_REV_CHIPID (0xFU << 4) macro
H A Dlan91c96.c760 chip_id = (SMC_inw(dev, 0xA) & LAN91C96_REV_CHIPID) >> 4; in lan91c96_detect_chip()