Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dlan91c96.h585 #define SMC_SELECT_BANK(edev, x) { SMC_outw(edev, x, LAN91C96_BANK_SELECT); } macro
H A Dsmc91111.h756 #define SMC_SELECT_BANK(a,x) { SMC_outw((a), (x), BANK_SELECT ); } macro