Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
495 reg = readl(priv->regs + B53_SRAB_CTRLS); in b53_srab_intr_set()
500 writel(reg, priv->regs + B53_SRAB_CTRLS); in b53_srab_intr_set()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds