Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h22 #define SMC_CAN_USE_32BIT 0 macro
38 #if SMC_CAN_USE_32BIT
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc91x.h51 #define SMC_CAN_USE_32BIT 1 macro
84 #define SMC_CAN_USE_32BIT 0 macro
103 #define SMC_CAN_USE_32BIT 0 macro
129 #define SMC_CAN_USE_32BIT 1 macro
150 #define SMC_CAN_USE_32BIT 0 macro
182 #define SMC_CAN_USE_32BIT 1 macro
363 #if ! SMC_CAN_USE_32BIT
Dsmc91x.c2311 lp->cfg.flags |= (SMC_CAN_USE_32BIT) ? SMC91X_USE_32BIT : 0; in smc_drv_probe()