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

/freebsd-current/sys/dev/nctgpio/
H A Dnctgpio.c97 uint8_t iobase; member in struct:nct_gpio_group
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
805 uint8_t iobase; local
1148 uint16_t iobase; local
[all...]
/freebsd-current/sys/dev/aic7xxx/
H A Dahc_isa.c89 uint32_t iobase; local
93 iobase = (slot * AHC_EISA_SLOT_SIZE) + AHC_EISA_SLOT_OFFSET;
95 iobase, iobase, AHC_EISA_IOSIZE,
100 "alloc failed\n", slot, iobase);
116 0, iobase, AHC_EISA_IOSIZE);
131 uint32_t iobase; local
153 iobase = rman_get_start(regs);
180 iobase, irq_num);
198 iobase, irq_nu
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dacpi.h60 void dsdt_fixed_ioport(uint16_t iobase, uint16_t length);
H A Dacpi.c169 dsdt_fixed_ioport(uint16_t iobase, uint16_t length) argument
173 dsdt_line(" 0x%04X, // Range Minimum", iobase);
174 dsdt_line(" 0x%04X, // Range Maximum", iobase);
H A Dpci_emul.c92 uint16_t iobase, iolimit; /* I/O window */ member in struct:businfo
1534 bi->iobase = pci_emul_iobase;
1802 dsdt_line(" 0x%04X, // Range Minimum", bi->iobase);
1807 bi->iolimit - bi->iobase);
/freebsd-current/sys/dev/ncthwm/
H A Dncthwm.c192 uint16_t iobase; local
203 iobase = superio_get_iobase(dev) + sc->nctdevp->base_offset;
205 if (bus_set_resource(dev, SYS_RES_IOPORT, sc->iorid, iobase, 2) != 0) {
206 device_printf(dev, "failed to set I/O port resource at 0x%x\n", iobase);
212 device_printf(dev, "can't map I/O space at 0x%x\n", iobase);
215 NCTHWM_VERBOSE_PRINTF(dev, "iobase 0x%x iores %p\n", iobase, sc->iores);
/freebsd-current/sys/dev/superio/
H A Dsuperio.h76 SUPERIO_ACCESSOR(iobase, IOBASE, uint16_t)
H A Dsuperio.c73 uint16_t iobase; member in struct:superio_devinfo
701 dinfo->iobase = sio_ldn_readw(sc, ldn, 0x60);
788 *result = dinfo->iobase;
/freebsd-current/usr.sbin/dumpcis/
H A Dcardinfo.h145 int iobase; /* base of I/O ports */ member in struct:dev_desc
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c73 int iobase; member in struct:lpc_uart_softc
224 offset = port - sc->iobase;
273 if (uart_legacy_alloc(unit, &sc->iobase, &sc->irq) != 0) {
295 iop.port = sc->iobase;
429 dsdt_fixed_ioport(sc->iobase, UART_NS16550_IO_BAR_SIZE);
/freebsd-current/sys/dev/pci/
H A Dpci_pci.c837 return (sc->iobase > 0 && sc->iobase < sc->iolimit);
853 sc->iobase = PCI_PPBIOBASE(
856 sc->iobase = PCI_PPBIOBASE(0, iolow);
908 iohi = sc->iobase >> 16;
911 pci_write_config(dev, PCIR_IOBASEL_1, sc->iobase >> 8, 1);
1718 sc->iobase, sc->iolimit);
2597 ok = (start >= sc->iobase && end <= sc->iolimit);
2608 if (start < sc->iobase)
2609 start = sc->iobase;
[all...]
H A Dpcib_private.h128 uint32_t iobase; /* base address of port window */ member in struct:pcib_softc
H A Dpcivar.h238 uint32_t iobase; /* base address of port window */ member in struct:__anon4149
/freebsd-current/share/examples/drivers/
H A Dmake_pseudo_driver.sh171 u_long iobase;
218 ${UPPER}_OUTB(scp->iobase, 0xff);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp943 auto iobase = io_module.get().Get("IOBase"); local
944 if (!iobase) {
945 llvm::consumeError(iobase.takeError());
948 int r = PyObject_IsInstance(py_obj, iobase.get().get());
/freebsd-current/sys/dev/tpm/
H A Dtpm.c970 tpm_legacy_probe(bus_space_tag_t iot, bus_addr_t iobase) argument
977 if (!tpm_enabled || iobase == -1)
980 if (bus_space_map(iot, iobase, 2, 0, &ioh))
/freebsd-current/sys/dev/my/
H A Dif_my.c793 u_int32_t iobase; local
816 iobase = pci_read_config(dev, MY_PCI_LOIO, 4);
817 if (iobase & 0x300)

Completed in 283 milliseconds