Lines Matching refs:base
328 * offset - register offset from base I/O address
337 * EISA port block base addresses are based on the slot number in which the
339 * in slot 4, the port block base address is 0x4000. If the controller is
340 * installed in slot 2, the port block base address is 0x2000, and so on.
344 * PCI port block base addresses are assigned by the PCI BIOS or system
353 * bp->base is a valid base I/O address for this adapter.
366 writel(data, bp->base.mem + offset);
372 outl(data, bp->base.port + offset);
389 *data = readl(bp->base.mem + offset);
394 *data = inl(bp->base.port + offset);
619 /* Set up I/O base address. */
621 bp->base.mem = ioremap(bar_start[0], bar_len[0]);
622 if (!bp->base.mem) {
628 bp->base.port = bar_start[0];
664 iounmap(bp->base.mem);
712 * bp->base has already been set with the proper
713 * base I/O address for this device.
873 * bp->base has already been set with the proper
874 * base I/O address for this device.
1304 * Set base address of Consumer Block
1321 * Set the base address of Descriptor Block and bring adapter
3725 iounmap(bp->base.mem);