Home
last modified time | relevance | path

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

/drivers/net/
Dsmc91x.h54 #define SMC_CAN_USE_8BIT 1 macro
90 #define SMC_CAN_USE_8BIT 0 macro
115 #define SMC_CAN_USE_8BIT 0 macro
151 #define SMC_CAN_USE_8BIT 1 macro
173 #define SMC_CAN_USE_8BIT 1 macro
189 #define SMC_CAN_USE_8BIT 0 macro
205 #define SMC_CAN_USE_8BIT 1 macro
237 #define SMC_CAN_USE_8BIT 0 macro
251 #define SMC_CAN_USE_8BIT 0 macro
270 #define SMC_CAN_USE_8BIT 0 macro
[all …]
Dsmc91x.c2128 lp->cfg.flags |= (SMC_CAN_USE_8BIT) ? SMC91X_USE_8BIT : 0; in smc_drv_probe()