Searched refs:SMC91X_USE_32BIT (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsmc91x.h9 * SMC91X_USE_16BIT and SMC91X_USE_32BIT.
12 * SMC91X_USE_16BIT to be supported - just setting SMC91X_USE_32BIT is
17 #define SMC91X_USE_32BIT (1 << 2) macro
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.c2312 lp->cfg.flags |= SMC91X_USE_32BIT;
2327 lp->cfg.flags |= (SMC_CAN_USE_32BIT) ? SMC91X_USE_32BIT : 0;
H A Dsmc91x.h253 #define SMC_32BIT(p) ((p)->cfg.flags & SMC91X_USE_32BIT)

Completed in 130 milliseconds