Lines Matching refs:base
327 * offset - register offset from base I/O address
336 * EISA port block base addresses are based on the slot number in which the
338 * in slot 4, the port block base address is 0x4000. If the controller is
339 * installed in slot 2, the port block base address is 0x2000, and so on.
343 * PCI port block base addresses are assigned by the PCI BIOS or system
352 * bp->base is a valid base I/O address for this adapter.
365 writel(data, bp->base.mem + offset);
371 outl(data, bp->base.port + offset);
390 *data = readl(bp->base.mem + offset);
395 *data = inl(bp->base.port + offset);
628 /* Set up I/O base address. */
630 bp->base.mem = ioremap(bar_start[0], bar_len[0]);
631 if (!bp->base.mem) {
637 bp->base.port = bar_start[0];
673 iounmap(bp->base.mem);
721 * bp->base has already been set with the proper
722 * base I/O address for this device.
883 * bp->base has already been set with the proper
884 * base I/O address for this device.
1315 * Set base address of Consumer Block
1332 * Set the base address of Descriptor Block and bring adapter
3738 iounmap(bp->base.mem);