Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/smsc/
Dsmc911x.c195 SMC_SET_HW_CFG(lp, HW_CFG_SRST_); in smc911x_reset()
228 SMC_SET_HW_CFG(lp, (lp->tx_fifo_kb & 0xF) << 16); in smc911x_reset()
276 SMC_SET_HW_CFG(lp, cfg); in smc911x_enable()
683 SMC_SET_HW_CFG(lp, cfg); in smc911x_phy_detect()
687 SMC_SET_HW_CFG(lp, cfg); in smc911x_phy_detect()
692 SMC_SET_HW_CFG(lp, cfg); in smc911x_phy_detect()
696 SMC_SET_HW_CFG(lp, cfg); in smc911x_phy_detect()
Dsmc911x.h755 #define SMC_SET_HW_CFG(lp, x) SMC_outl( x, lp, HW_CFG ) macro