Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h20 #define SMC_CAN_USE_8BIT 0 macro
26 #if SMC_CAN_USE_8BIT
/linux-3.4.99/drivers/net/ethernet/smsc/
Dsmc91x.h57 #define SMC_CAN_USE_8BIT 1 macro
89 #define SMC_CAN_USE_8BIT 1 macro
111 #define SMC_CAN_USE_8BIT 1 macro
128 #define SMC_CAN_USE_8BIT 0 macro
144 #define SMC_CAN_USE_8BIT 1 macro
177 #define SMC_CAN_USE_8BIT 0 macro
196 #define SMC_CAN_USE_8BIT 0 macro
222 #define SMC_CAN_USE_8BIT 0 macro
236 #define SMC_CAN_USE_8BIT 0 macro
268 #define SMC_CAN_USE_8BIT 1 macro
[all …]
Dsmc91x.c2241 lp->cfg.flags |= (SMC_CAN_USE_8BIT) ? SMC91X_USE_8BIT : 0; in smc_drv_probe()