Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_srab.c51 #define B53_SRAB_CTRLS 0x40 macro
98 ctrls = readl(regs + B53_SRAB_CTRLS); in b53_srab_request_grant()
100 writel(ctrls, regs + B53_SRAB_CTRLS); in b53_srab_request_grant()
103 ctrls = readl(regs + B53_SRAB_CTRLS); in b53_srab_request_grant()
120 ctrls = readl(regs + B53_SRAB_CTRLS); in b53_srab_release_grant()
122 writel(ctrls, regs + B53_SRAB_CTRLS); in b53_srab_release_grant()
526 reg = readl(priv->regs + B53_SRAB_CTRLS); in b53_srab_intr_set()
531 writel(reg, priv->regs + B53_SRAB_CTRLS); in b53_srab_intr_set()