Searched refs:SMC91X_USE_32BIT (Results 1 – 3 of 3) sorted by relevance
17 #define SMC91X_USE_32BIT (1 << 2) macro
2311 lp->cfg.flags |= SMC91X_USE_32BIT; in smc_drv_probe()2326 lp->cfg.flags |= (SMC_CAN_USE_32BIT) ? SMC91X_USE_32BIT : 0; in smc_drv_probe()
272 #define SMC_32BIT(p) ((p)->cfg.flags & SMC91X_USE_32BIT)