Searched refs:RXCHK_CONTROL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 136 reg = rxchk_readl(priv, RXCHK_CONTROL); in bcm_sysport_set_rx_csum() 159 rxchk_writel(priv, reg, RXCHK_CONTROL); in bcm_sysport_set_rx_csum() 1073 reg = rxchk_readl(priv, RXCHK_CONTROL); in bcm_sysport_resume_from_wol() 1076 rxchk_writel(priv, reg, RXCHK_CONTROL); in bcm_sysport_resume_from_wol() 2611 reg = rxchk_readl(priv, RXCHK_CONTROL); in bcm_sysport_suspend_to_wol() 2619 rxchk_writel(priv, reg, RXCHK_CONTROL); in bcm_sysport_suspend_to_wol() 2674 reg = rxchk_readl(priv, RXCHK_CONTROL); in bcm_sysport_suspend() 2676 rxchk_writel(priv, reg, RXCHK_CONTROL); in bcm_sysport_suspend() 2759 reg = rxchk_readl(priv, RXCHK_CONTROL); in bcm_sysport_resume() 2761 rxchk_writel(priv, reg, RXCHK_CONTROL); in bcm_sysport_resume()
|
D | bcmsysport.h | 139 #define RXCHK_CONTROL 0x00 macro
|