Searched refs:LAN91C96_REV_CHIPID (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/net/ | ||
D | lan91c96.h | 503 #define LAN91C96_REV_CHIPID (0xFU << 4) macro |
D | lan91c96.c | 760 chip_id = (SMC_inw(dev, 0xA) & LAN91C96_REV_CHIPID) >> 4; in lan91c96_detect_chip() |