Lines Matching defs:base
180 * @offs: register address offset from the IP block base address
197 * @offs: register address offset from the IP block base address
201 * IP block base and return it. This function is intended for early
217 * @offs: register address offset from the IP block base address
221 * IP block base, given a pointer @ssp to a struct sifive_serial_port record.
233 * @offs: register address offset from the IP block base address
236 * IP block base, given a pointer @ssp to a struct sifive_serial_port record.
913 void __iomem *base;
920 base = devm_platform_get_and_ioremap_resource(pdev, 0, &mem);
921 if (IS_ERR(base))
922 return PTR_ERR(base);
955 ssp->port.membase = base;