Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsmc91x.h17 #define SMC91X_USE_32BIT (1 << 2) macro
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c2311 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()
H A Dsmc91x.h272 #define SMC_32BIT(p) ((p)->cfg.flags & SMC91X_USE_32BIT)