Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dlan91c96.h173 #define LAN91C96_BANK_SELECT 14 /* Bank Select Register */ macro
584 #define SMC_SELECT_BANK(edev, x) { SMC_outw(edev, x, LAN91C96_BANK_SELECT); }
H A Dlan91c96.c147 old_bank = SMC_inw(dev, LAN91C96_BANK_SELECT) & 0xF; in dump_memory_info()
167 word old_bank = SMC_inw(dev, LAN91C96_BANK_SELECT); in poll4int()