Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h22 #define SMC_CAN_USE_32BIT 0 macro
38 #if SMC_CAN_USE_32BIT
/linux-2.6.39/drivers/net/
Dsmc91x.h58 #define SMC_CAN_USE_32BIT 1 macro
90 #define SMC_CAN_USE_32BIT 0 macro
112 #define SMC_CAN_USE_32BIT 0 macro
129 #define SMC_CAN_USE_32BIT 0 macro
145 #define SMC_CAN_USE_32BIT 1 macro
176 #define SMC_CAN_USE_32BIT 0 macro
195 #define SMC_CAN_USE_32BIT 0 macro
213 #define SMC_CAN_USE_32BIT 1 macro
238 #define SMC_CAN_USE_32BIT 0 macro
252 #define SMC_CAN_USE_32BIT 0 macro
[all …]
Dsmc91x.c2249 lp->cfg.flags |= (SMC_CAN_USE_32BIT) ? SMC91X_USE_32BIT : 0; in smc_drv_probe()