Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h20 #define SMC_CAN_USE_8BIT 0 macro
26 #if SMC_CAN_USE_8BIT
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.h50 #define SMC_CAN_USE_8BIT 1 macro
83 #define SMC_CAN_USE_8BIT 0 macro
102 #define SMC_CAN_USE_8BIT 0 macro
128 #define SMC_CAN_USE_8BIT 1 macro
149 #define SMC_CAN_USE_8BIT 0 macro
181 #define SMC_CAN_USE_8BIT 1 macro
436 #if ! SMC_CAN_USE_8BIT
Dsmc91x.c2317 lp->cfg.flags |= (SMC_CAN_USE_8BIT) ? SMC91X_USE_8BIT : 0; in smc_drv_probe()