Searched refs:iobase (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Dahc_isa.c92 uint32_t iobase; local
96 iobase = (slot * AHC_EISA_SLOT_SIZE) + AHC_EISA_SLOT_OFFSET;
98 iobase, iobase, AHC_EISA_IOSIZE,
103 "alloc failed\n", slot, iobase);
119 0, iobase, AHC_EISA_IOSIZE);
134 uint32_t iobase; local
156 iobase = rman_get_start(regs);
183 iobase, irq_num);
201 iobase, irq_nu
[all...]
/freebsd-13-stable/usr.sbin/bhyve/
H A Dacpi.h59 void dsdt_fixed_ioport(uint16_t iobase, uint16_t length);
H A Dpci_lpc.c77 int iobase; member in struct:lpc_uart_softc
178 offset = port - sc->iobase;
222 if (uart_legacy_alloc(unit, &sc->iobase, &sc->irq) != 0) {
240 iop.port = sc->iobase;
372 dsdt_fixed_ioport(sc->iobase, UART_IO_BAR_SIZE);
H A Dacpi.c695 dsdt_fixed_ioport(uint16_t iobase, uint16_t length) argument
699 dsdt_line(" 0x%04X, // Range Minimum", iobase);
700 dsdt_line(" 0x%04X, // Range Maximum", iobase);
H A Dpci_emul.c93 uint16_t iobase, iolimit; /* I/O window */ member in struct:businfo
1128 bi->iobase = pci_emul_iobase;
1338 dsdt_line(" 0x%04X, // Range Minimum", bi->iobase);
1343 bi->iolimit - bi->iobase);
/freebsd-13-stable/sys/dev/superio/
H A Dsuperio.h75 SUPERIO_ACCESSOR(iobase, IOBASE, uint16_t)
H A Dsuperio.c77 uint16_t iobase; member in struct:superio_devinfo
644 dinfo->iobase = sio_ldn_readw(sc, ldn, 0x60);
731 *result = dinfo->iobase;
/freebsd-13-stable/sys/dev/nctgpio/
H A Dnctgpio.c448 uint16_t iobase; local
466 iobase = 0;
469 iobase = superio_get_iobase(dev_8);
470 if (iobase != 0 && iobase != 0xffff) {
474 iobase, 7);
480 "iobase=0x%04x\n", iobase);
484 "failed to set io port resource at 0x%x\n", iobase);
/freebsd-13-stable/usr.sbin/dumpcis/
H A Dcardinfo.h146 int iobase; /* base of I/O ports */ member in struct:dev_desc
/freebsd-13-stable/sys/dev/pci/
H A Dpci_pci.c811 return (sc->iobase > 0 && sc->iobase < sc->iolimit);
827 sc->iobase = PCI_PPBIOBASE(
830 sc->iobase = PCI_PPBIOBASE(0, iolow);
882 iohi = sc->iobase >> 16;
885 pci_write_config(dev, PCIR_IOBASEL_1, sc->iobase >> 8, 1);
1668 sc->iobase, sc->iolimit);
2385 ok = (start >= sc->iobase && end <= sc->iolimit);
2396 if (start < sc->iobase)
2397 start = sc->iobase;
[all...]
H A Dpcib_private.h131 uint32_t iobase; /* base address of port window */ member in struct:pcib_softc
H A Dpcivar.h235 uint32_t iobase; /* base address of port window */ member in struct:__anon13982
/freebsd-13-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh176 u_long iobase;
223 ${UPPER}_OUTB(scp->iobase, 0xff);
/freebsd-13-stable/sys/dev/tpm/
H A Dtpm.c973 tpm_legacy_probe(bus_space_tag_t iot, bus_addr_t iobase) argument
980 if (!tpm_enabled || iobase == -1)
983 if (bus_space_map(iot, iobase, 2, 0, &ioh))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp983 auto iobase = io_module.get().Get("IOBase");
984 if (!iobase) {
985 llvm::consumeError(iobase.takeError());
988 int r = PyObject_IsInstance(py_obj, iobase.get().get());
/freebsd-13-stable/sys/dev/my/
H A Dif_my.c798 u_int32_t iobase; local
821 iobase = pci_read_config(dev, MY_PCI_LOIO, 4);
822 if (iobase & 0x300)

Completed in 210 milliseconds