Home
last modified time | relevance | path

Searched refs:BMAC_RXCFG (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/drivers/net/ethernet/sun/
Dsunbmac.c154 sbus_writel(0, bregs + BMAC_RXCFG); in bigmac_rx_reset()
155 while (sbus_readl(bregs + BMAC_RXCFG) && --tries) in bigmac_rx_reset()
161 sbus_readl(bregs + BMAC_RXCFG)); in bigmac_rx_reset()
663 bregs + BMAC_RXCFG); in bigmac_init_hw()
710 sbus_writel(sbus_readl(bregs + BMAC_RXCFG) | BIGMAC_RXCFG_ENABLE, in bigmac_init_hw()
711 bregs + BMAC_RXCFG); in bigmac_init_hw()
1008 tmp = sbus_readl(bregs + BMAC_RXCFG); in bigmac_set_multicast()
1010 sbus_writel(tmp, bregs + BMAC_RXCFG); in bigmac_set_multicast()
1011 while ((sbus_readl(bregs + BMAC_RXCFG) & BIGMAC_RXCFG_ENABLE) != 0) in bigmac_set_multicast()
1020 tmp = sbus_readl(bregs + BMAC_RXCFG); in bigmac_set_multicast()
[all …]
Dsunbmac.h112 #define BMAC_RXCFG 0x30cUL /* Receiver config register */ macro
Dsunhme.h181 #define BMAC_RXCFG 0x30cUL /* Receiver config register */ macro
Dsunhme.c1647 hme_read32(hp, bregs + BMAC_RXCFG))); in happy_meal_init()
1651 hme_write32(hp, bregs + BMAC_RXCFG, rxcfg); in happy_meal_init()
1688 hme_read32(hp, bregs + BMAC_RXCFG))); in happy_meal_init()
1696 hme_write32(hp, bregs + BMAC_RXCFG, in happy_meal_init()
1697 hme_read32(hp, bregs + BMAC_RXCFG) | BIGMAC_RXCFG_ENABLE); in happy_meal_init()
2367 hme_write32(hp, bregs + BMAC_RXCFG, in happy_meal_set_multicast()
2368 hme_read32(hp, bregs + BMAC_RXCFG) | BIGMAC_RXCFG_PMISC); in happy_meal_set_multicast()