Lines Matching defs:base
268 /* The values of the bucket refill base period and refill period are taken from
269 * the reference manual, and adds up to a base resolution of 10Kbps. This allows
279 /* The base resolution for rate limiting, in bps. Any max_rate value should be
505 void __iomem *base;
764 writel(data, pp->base + offset);
770 return readl(pp->base + offset);
1084 static int mvneta_mbus_io_win_set(struct mvneta_port *pp, u32 base, u32 wsize,
1112 mvreg_write(pp, MVNETA_WIN_BASE(i), (base & 0xffff0000) |
1643 /* offset from unicast tbl base */
3079 /* Register offset from SMC table base */
3114 tbl_offset = (crc8 / 4) * 4; /* Register offset from OMC table base */
4154 /* 802.3z negotiation - only 1000base-X */
4856 void __iomem *base = pp->base;
4867 val = readl_relaxed(base + s->offset);
4872 low = readl_relaxed(base + s->offset);
4873 high = readl_relaxed(base + s->offset + 4);
5175 /* Set the base refill rate */
5409 (cs->base & 0xffff0000) |
5502 pp->base = devm_platform_ioremap_resource(pdev, 0);
5503 if (IS_ERR(pp->base))
5504 return PTR_ERR(pp->base);