Home
last modified time | relevance | path

Searched defs:SMC_SELECT_BANK (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/net/
Dlan91c96.h584 #define SMC_SELECT_BANK(edev, x) { SMC_outw(edev, x, LAN91C96_BANK_SELECT); } macro
Dsmc91111.h755 #define SMC_SELECT_BANK(a,x) { SMC_outw((a), (x), BANK_SELECT ); } macro