Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h21 #define SMC_CAN_USE_16BIT 1 macro
31 #if SMC_CAN_USE_16BIT
/linux-3.4.99/drivers/net/ethernet/smsc/
Dsmc91x.h58 #define SMC_CAN_USE_16BIT 1 macro
90 #define SMC_CAN_USE_16BIT 1 macro
112 #define SMC_CAN_USE_16BIT 0 macro
129 #define SMC_CAN_USE_16BIT 1 macro
145 #define SMC_CAN_USE_16BIT 1 macro
178 #define SMC_CAN_USE_16BIT 1 macro
197 #define SMC_CAN_USE_16BIT 1 macro
223 #define SMC_CAN_USE_16BIT 1 macro
237 #define SMC_CAN_USE_16BIT 1 macro
269 #define SMC_CAN_USE_16BIT 1 macro
[all …]
Dsmc91x.c2242 lp->cfg.flags |= (SMC_CAN_USE_16BIT) ? SMC91X_USE_16BIT : 0; in smc_drv_probe()