Home
last modified time | relevance | path

Searched defs:bregs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunbmac.c129 static void bigmac_tx_reset(void __iomem *bregs) in bigmac_tx_reset()
149 static void bigmac_rx_reset(void __iomem *bregs) in bigmac_rx_reset()
171 static void bigmac_get_counters(struct bigmac *bp, void __iomem *bregs) in bigmac_get_counters()
624 void __iomem *bregs = bp->bregs; in bigmac_init_hw() local
996 void __iomem *bregs = bp->bregs; in bigmac_set_multicast() local
H A Dsunhme.c901 static void happy_meal_tx_reset(struct happy_meal *hp, void __iomem *bregs) in happy_meal_tx_reset()
921 static void happy_meal_rx_reset(struct happy_meal *hp, void __iomem *bregs) in happy_meal_rx_reset()
963 static void happy_meal_get_counters(struct happy_meal *hp, void __iomem *bregs) in happy_meal_get_counters()
1262 void __iomem *bregs = hp->bigmacregs; in happy_meal_init() local
1535 void __iomem *bregs = hp->bigmacregs; in happy_meal_set_initial_advertisement() local
2088 void __iomem *bregs = hp->bigmacregs; in happy_meal_set_multicast() local
H A Dsunbmac.h292 void __iomem *bregs; /* BigMAC Registers */ member