Lines Matching defs:iobase
451 unsigned long iobase;
503 outl(data, cm->iobase + cmd);
508 return inl(cm->iobase + cmd);
514 outw(data, cm->iobase + cmd);
519 return inw(cm->iobase + cmd);
525 outb(data, cm->iobase + cmd);
530 return inb(cm->iobase + cmd);
537 val = oval = inl(cm->iobase + cmd);
541 outl(val, cm->iobase + cmd);
548 val = oval = inl(cm->iobase + cmd);
552 outl(val, cm->iobase + cmd);
560 val = oval = inb(cm->iobase + cmd);
564 outb(val, cm->iobase + cmd);
571 val = oval = inb(cm->iobase + cmd);
575 outb(val, cm->iobase + cmd);
1950 outb(idx, s->iobase + CM_REG_SB16_ADDR);
1951 outb(data, s->iobase + CM_REG_SB16_DATA);
1958 outb(idx, s->iobase + CM_REG_SB16_ADDR);
1959 v = inb(s->iobase + CM_REG_SB16_DATA);
2194 oreg = inb(cm->iobase + reg.left_reg);
2218 oreg = inb(cm->iobase + reg.left_reg);
2231 outb(nreg, cm->iobase + reg.left_reg);
2326 val = inb(cm->iobase + args->reg);
2359 val = inb(cm->iobase + args->reg);
2371 outb((unsigned char)val, cm->iobase + args->reg);
2750 v = inb(cm->iobase + i);
2931 iosynth = cm->iobase + CM_REG_FM_PCI;
3017 cm->iobase = pci_resource_start(pci, 0);
3124 card->shortname, modelstr, cm->iobase, cm->irq);
3135 iomidi = cm->iobase + CM_REG_MPU_PCI;