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()
1002 tmp = sbus_readl(bregs + BMAC_RXCFG); in bigmac_set_multicast()
1004 sbus_writel(tmp, bregs + BMAC_RXCFG); in bigmac_set_multicast()
1005 while ((sbus_readl(bregs + BMAC_RXCFG) & BIGMAC_RXCFG_ENABLE) != 0) in bigmac_set_multicast()
1014 tmp = sbus_readl(bregs + BMAC_RXCFG); in bigmac_set_multicast()
1016 sbus_writel(tmp, bregs + BMAC_RXCFG); in bigmac_set_multicast()
1032 tmp = sbus_readl(bregs + BMAC_RXCFG); in bigmac_set_multicast()
1034 sbus_writel(tmp, bregs + BMAC_RXCFG); in bigmac_set_multicast()