Searched refs:netcfg (Results 1 – 1 of 1) sorted by relevance
3173 u32 netcfg; in macb_set_features() local3175 netcfg = gem_readl(bp, NCFGR); in macb_set_features()3178 netcfg |= GEM_BIT(RXCOEN); in macb_set_features()3180 netcfg &= ~GEM_BIT(RXCOEN); in macb_set_features()3181 gem_writel(bp, NCFGR, netcfg); in macb_set_features()