Lines Matching defs:base
468 void __iomem *base;
724 writel(data, pp->base + offset);
730 return readl(pp->base + offset);
1044 static int mvneta_mbus_io_win_set(struct mvneta_port *pp, u32 base, u32 wsize,
1072 mvreg_write(pp, MVNETA_WIN_BASE(i), (base & 0xffff0000) |
1603 /* offset from unicast tbl base */
2933 /* Register offset from SMC table base */
2968 tbl_offset = (crc8 / 4) * 4; /* Register offset from OMC table base */
3958 /* 802.3z negotiation - only 1000base-X */
4648 void __iomem *base = pp->base;
4659 val = readl_relaxed(base + s->offset);
4664 low = readl_relaxed(base + s->offset);
4665 high = readl_relaxed(base + s->offset + 4);
5017 (cs->base & 0xffff0000) |
5141 pp->base = devm_platform_ioremap_resource(pdev, 0);
5142 if (IS_ERR(pp->base)) {
5143 err = PTR_ERR(pp->base);