Searched defs:SMC_SELECT_BANK (Results 1 – 5 of 5) sorted by relevance
204 #define SMC_SELECT_BANK(x) { outw( x, ioaddr + BANK_SELECT ); } macro
146 #define SMC_SELECT_BANK(x) { outw(x, ioaddr + BANK_SELECT); } macro
918 #define SMC_SELECT_BANK(lp, x) \ macro
584 #define SMC_SELECT_BANK(edev, x) { SMC_outw(edev, x, LAN91C96_BANK_SELECT); } macro
755 #define SMC_SELECT_BANK(a,x) { SMC_outw((a), (x), BANK_SELECT ); } macro