Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc91x.h60 #define SMC_CAN_USE_8BIT 1 macro
119 #define SMC_CAN_USE_8BIT 0 macro
138 #define SMC_CAN_USE_8BIT 1 macro
159 #define SMC_CAN_USE_8BIT 0 macro
186 #define SMC_CAN_USE_8BIT 1 macro
202 #define SMC_CAN_USE_8BIT 1 macro
442 #if ! SMC_CAN_USE_8BIT
Dsmc91x.c2322 lp->cfg.flags |= (SMC_CAN_USE_8BIT) ? SMC91X_USE_8BIT : 0; in smc_drv_probe()