Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h20 #define SMC_CAN_USE_8BIT 0 macro
26 #if SMC_CAN_USE_8BIT
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc91x.h49 #define SMC_CAN_USE_8BIT 1 macro
82 #define SMC_CAN_USE_8BIT 0 macro
101 #define SMC_CAN_USE_8BIT 0 macro
127 #define SMC_CAN_USE_8BIT 1 macro
148 #define SMC_CAN_USE_8BIT 0 macro
180 #define SMC_CAN_USE_8BIT 1 macro
405 #if ! SMC_CAN_USE_8BIT
Dsmc91x.c2309 lp->cfg.flags |= (SMC_CAN_USE_8BIT) ? SMC91X_USE_8BIT : 0; in smc_drv_probe()