Lines Matching refs:BMAC_RXCFG
153 sbus_writel(0, bregs + BMAC_RXCFG); in bigmac_rx_reset()
154 while (sbus_readl(bregs + BMAC_RXCFG) && --tries) in bigmac_rx_reset()
160 sbus_readl(bregs + BMAC_RXCFG)); in bigmac_rx_reset()
659 bregs + BMAC_RXCFG); in bigmac_init_hw()
706 sbus_writel(sbus_readl(bregs + BMAC_RXCFG) | BIGMAC_RXCFG_ENABLE, in bigmac_init_hw()
707 bregs + BMAC_RXCFG); in bigmac_init_hw()
1003 tmp = sbus_readl(bregs + BMAC_RXCFG); in bigmac_set_multicast()
1005 sbus_writel(tmp, bregs + BMAC_RXCFG); in bigmac_set_multicast()
1006 while ((sbus_readl(bregs + BMAC_RXCFG) & BIGMAC_RXCFG_ENABLE) != 0) in bigmac_set_multicast()
1015 tmp = sbus_readl(bregs + BMAC_RXCFG); in bigmac_set_multicast()
1017 sbus_writel(tmp, bregs + BMAC_RXCFG); in bigmac_set_multicast()
1033 tmp = sbus_readl(bregs + BMAC_RXCFG); in bigmac_set_multicast()
1035 sbus_writel(tmp, bregs + BMAC_RXCFG); in bigmac_set_multicast()