Searched refs:netcfg (Results 1 – 1 of 1) sorted by relevance
2122 u32 netcfg; in macb_set_features() local2124 netcfg = gem_readl(bp, NCFGR); in macb_set_features()2127 netcfg |= GEM_BIT(RXCOEN); in macb_set_features()2129 netcfg &= ~GEM_BIT(RXCOEN); in macb_set_features()2130 gem_writel(bp, NCFGR, netcfg); in macb_set_features()