Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc91x.h73 #define SMC_CAN_USE_32BIT 1 macro
132 #define SMC_CAN_USE_32BIT 0 macro
151 #define SMC_CAN_USE_32BIT 1 macro
172 #define SMC_CAN_USE_32BIT 0 macro
199 #define SMC_CAN_USE_32BIT 0 macro
215 #define SMC_CAN_USE_32BIT 1 macro
427 #if ! SMC_CAN_USE_32BIT
Dsmc91x.c2330 lp->cfg.flags |= (SMC_CAN_USE_32BIT) ? SMC91X_USE_32BIT : 0; in smc_drv_probe()