Lines Matching defs:iobase
447 unsigned long iobase;
499 outl(data, cm->iobase + cmd);
504 return inl(cm->iobase + cmd);
510 outw(data, cm->iobase + cmd);
515 return inw(cm->iobase + cmd);
521 outb(data, cm->iobase + cmd);
526 return inb(cm->iobase + cmd);
533 val = oval = inl(cm->iobase + cmd);
537 outl(val, cm->iobase + cmd);
544 val = oval = inl(cm->iobase + cmd);
548 outl(val, cm->iobase + cmd);
556 val = oval = inb(cm->iobase + cmd);
560 outb(val, cm->iobase + cmd);
567 val = oval = inb(cm->iobase + cmd);
571 outb(val, cm->iobase + cmd);
1958 outb(idx, s->iobase + CM_REG_SB16_ADDR);
1959 outb(data, s->iobase + CM_REG_SB16_DATA);
1966 outb(idx, s->iobase + CM_REG_SB16_ADDR);
1967 v = inb(s->iobase + CM_REG_SB16_DATA);
2202 oreg = inb(cm->iobase + reg.left_reg);
2226 oreg = inb(cm->iobase + reg.left_reg);
2239 outb(nreg, cm->iobase + reg.left_reg);
2334 val = inb(cm->iobase + args->reg);
2367 val = inb(cm->iobase + args->reg);
2379 outb((unsigned char)val, cm->iobase + args->reg);
2761 v = inb(cm->iobase + i);
2927 iosynth = cm->iobase + CM_REG_FM_PCI;
3002 cm->iobase = pci_resource_start(pci, 0);
3111 card->shortname, modelstr, cm->iobase, cm->irq);
3117 iomidi = cm->iobase + CM_REG_MPU_PCI;