Home
last modified time | relevance | path

Searched refs:SMC_CAN_USE_16BIT (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h21 #define SMC_CAN_USE_16BIT 1 macro
31 #if SMC_CAN_USE_16BIT
/linux-2.6.39/drivers/net/
Dsmc91x.h57 #define SMC_CAN_USE_16BIT 1 macro
89 #define SMC_CAN_USE_16BIT 1 macro
111 #define SMC_CAN_USE_16BIT 0 macro
128 #define SMC_CAN_USE_16BIT 1 macro
144 #define SMC_CAN_USE_16BIT 1 macro
175 #define SMC_CAN_USE_16BIT 1 macro
194 #define SMC_CAN_USE_16BIT 1 macro
212 #define SMC_CAN_USE_16BIT 1 macro
237 #define SMC_CAN_USE_16BIT 1 macro
251 #define SMC_CAN_USE_16BIT 1 macro
[all …]
Dsmc91x.c2248 lp->cfg.flags |= (SMC_CAN_USE_16BIT) ? SMC91X_USE_16BIT : 0; in smc_drv_probe()