Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h20 #define SMC_CAN_USE_8BIT 0 macro
26 #if SMC_CAN_USE_8BIT
/linux-2.6.39/drivers/net/
Dsmc91x.h56 #define SMC_CAN_USE_8BIT 1 macro
88 #define SMC_CAN_USE_8BIT 1 macro
110 #define SMC_CAN_USE_8BIT 1 macro
127 #define SMC_CAN_USE_8BIT 0 macro
143 #define SMC_CAN_USE_8BIT 1 macro
174 #define SMC_CAN_USE_8BIT 0 macro
193 #define SMC_CAN_USE_8BIT 0 macro
211 #define SMC_CAN_USE_8BIT 1 macro
236 #define SMC_CAN_USE_8BIT 0 macro
250 #define SMC_CAN_USE_8BIT 0 macro
[all …]
Dsmc91x.c2247 lp->cfg.flags |= (SMC_CAN_USE_8BIT) ? SMC91X_USE_8BIT : 0; in smc_drv_probe()