Lines Matching refs:iobase
97 uint8_t iobase; member
166 .iobase = 0xe3,
178 .iobase = 0xf0,
190 .iobase = 0xf4,
202 .iobase = 0xe0,
214 .iobase = 0xf4,
233 .iobase = 0xe0,
245 .iobase = 0xe4,
264 .iobase = 0xe0,
276 .iobase = 0xe4,
295 .iobase = 0xe0,
307 .iobase = 0xe4,
327 .iobase = 0xe0,
339 .iobase = 0xf0,
351 .iobase = 0xe0,
363 .iobase = 0xe4,
375 .iobase = 0xf0, /* FIXME Page 344 say "F0~F2, E8",
388 .iobase = 0xf4,
400 .iobase = 0xf4,
412 .iobase = 0xe0,
424 .iobase = 0xe4,
436 .iobase = 0xe8,
456 .iobase = 0xe0,
468 .iobase = 0xe4,
480 .iobase = 0xf4,
492 .iobase = 0xe0,
504 .iobase = 0xe4,
516 .iobase = 0xe8,
535 .iobase = 0xe0,
547 .iobase = 0xf0,
559 .iobase = 0xe0,
571 .iobase = 0xe4,
583 .iobase = 0xf0,
595 .iobase = 0xf4,
607 .iobase = 0xf4,
619 .iobase = 0xe0,
631 .iobase = 0xe4,
650 .iobase = 0xe0,
662 .iobase = 0xe4,
674 .iobase = 0xe8,
686 .iobase = 0xec,
698 .iobase = 0xf0,
710 .iobase = 0xf4,
722 .iobase = 0xf8,
734 .iobase = 0xfc,
746 .iobase = 0xf0,
805 uint8_t iobase; in nct_get_ioreg() local
808 iobase = NCT_IO_IOR; in nct_get_ioreg()
810 iobase = sc->grpmap[grpnum]->iobase; in nct_get_ioreg()
811 return (iobase + reg); in nct_get_ioreg()
1148 uint16_t iobase; in nct_attach() local
1156 iobase = 0; in nct_attach()
1159 iobase = superio_get_iobase(dev_8); in nct_attach()
1160 if (iobase != 0 && iobase != 0xffff) { in nct_attach()
1163 NCT_VERBOSE_PRINTF(dev, "iobase %#x\n", iobase); in nct_attach()
1167 iobase, 7); /* FIXME NCT6796D-E have 8 registers according to table 18.3. */ in nct_attach()
1173 "iobase=%#x\n", iobase); in nct_attach()
1177 "failed to set io port resource at %#x\n", iobase); in nct_attach()