Lines Matching refs:BMAC_RXCFG
146 sbus_writel(0, bregs + BMAC_RXCFG); in bigmac_rx_reset()
147 while (sbus_readl(bregs + BMAC_RXCFG) && --tries) in bigmac_rx_reset()
153 sbus_readl(bregs + BMAC_RXCFG)); in bigmac_rx_reset()
653 bregs + BMAC_RXCFG); in bigmac_init()
700 sbus_writel(sbus_readl(bregs + BMAC_RXCFG) | BIGMAC_RXCFG_ENABLE, in bigmac_init()
701 bregs + BMAC_RXCFG); in bigmac_init()
995 tmp = sbus_readl(bregs + BMAC_RXCFG); in bigmac_set_multicast()
997 sbus_writel(tmp, bregs + BMAC_RXCFG); in bigmac_set_multicast()
998 while ((sbus_readl(bregs + BMAC_RXCFG) & BIGMAC_RXCFG_ENABLE) != 0) in bigmac_set_multicast()
1007 tmp = sbus_readl(bregs + BMAC_RXCFG); in bigmac_set_multicast()
1009 sbus_writel(tmp, bregs + BMAC_RXCFG); in bigmac_set_multicast()
1034 tmp = sbus_readl(bregs + BMAC_RXCFG); in bigmac_set_multicast()
1036 sbus_writel(tmp, bregs + BMAC_RXCFG); in bigmac_set_multicast()