Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc91x.h72 #define SMC_CAN_USE_16BIT 1 macro
131 #define SMC_CAN_USE_16BIT 1 macro
150 #define SMC_CAN_USE_16BIT 1 macro
171 #define SMC_CAN_USE_16BIT 1 macro
198 #define SMC_CAN_USE_16BIT 0 macro
214 #define SMC_CAN_USE_16BIT 1 macro
439 #if ! SMC_CAN_USE_16BIT
Dsmc91x.c2329 lp->cfg.flags |= (SMC_CAN_USE_16BIT) ? SMC91X_USE_16BIT : 0; in smc_drv_probe()