Searched refs:SMC_SET_HW_CFG (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
D | smc911x.c | 192 SMC_SET_HW_CFG(lp, HW_CFG_SRST_); in smc911x_reset() 225 SMC_SET_HW_CFG(lp, (lp->tx_fifo_kb & 0xF) << 16); in smc911x_reset() 273 SMC_SET_HW_CFG(lp, cfg); in smc911x_enable() 680 SMC_SET_HW_CFG(lp, cfg); in smc911x_phy_detect() 684 SMC_SET_HW_CFG(lp, cfg); in smc911x_phy_detect() 689 SMC_SET_HW_CFG(lp, cfg); in smc911x_phy_detect() 693 SMC_SET_HW_CFG(lp, cfg); in smc911x_phy_detect()
|
D | smc911x.h | 755 #define SMC_SET_HW_CFG(lp, x) SMC_outl( x, lp, HW_CFG ) macro
|