Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/nctgpio/
HDnctgpio.c97 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,
[all …]
/freebsd-14-stable/sys/dev/aic7xxx/
HDahc_isa.c90 uint32_t iobase; in ahc_isa_identify() local
94 iobase = (slot * AHC_EISA_SLOT_SIZE) + AHC_EISA_SLOT_OFFSET; in ahc_isa_identify()
96 iobase, iobase, AHC_EISA_IOSIZE, in ahc_isa_identify()
101 "alloc failed\n", slot, iobase); in ahc_isa_identify()
117 0, iobase, AHC_EISA_IOSIZE); in ahc_isa_identify()
132 uint32_t iobase; in ahc_isa_probe() local
154 iobase = rman_get_start(regs); in ahc_isa_probe()
181 iobase, irq_num); in ahc_isa_probe()
199 iobase, irq_num); in ahc_isa_probe()
/freebsd-14-stable/sys/dev/ncthwm/
HDncthwm.c193 uint16_t iobase; in ncthwm_attach() local
204 iobase = superio_get_iobase(dev) + sc->nctdevp->base_offset; in ncthwm_attach()
206 if (bus_set_resource(dev, SYS_RES_IOPORT, sc->iorid, iobase, 2) != 0) { in ncthwm_attach()
207 device_printf(dev, "failed to set I/O port resource at 0x%x\n", iobase); in ncthwm_attach()
213 device_printf(dev, "can't map I/O space at 0x%x\n", iobase); in ncthwm_attach()
216 NCTHWM_VERBOSE_PRINTF(dev, "iobase 0x%x iores %p\n", iobase, sc->iores); in ncthwm_attach()
/freebsd-14-stable/usr.sbin/bhyve/amd64/
HDpci_lpc.c74 int iobase; member
225 offset = port - sc->iobase; in lpc_uart_io_handler()
274 if (uart_legacy_alloc(unit, &sc->iobase, &sc->irq) != 0) { in lpc_init()
296 iop.port = sc->iobase; in lpc_init()
430 dsdt_fixed_ioport(sc->iobase, UART_NS16550_IO_BAR_SIZE); in pci_lpc_uart_dsdt()
/freebsd-14-stable/usr.sbin/bhyve/
HDacpi.h60 void dsdt_fixed_ioport(uint16_t iobase, uint16_t length);
HDacpi.c170 dsdt_fixed_ioport(uint16_t iobase, uint16_t length) in dsdt_fixed_ioport() argument
174 dsdt_line(" 0x%04X, // Range Minimum", iobase); in dsdt_fixed_ioport()
175 dsdt_line(" 0x%04X, // Range Maximum", iobase); in dsdt_fixed_ioport()
HDpci_emul.c96 uint16_t iobase, iolimit; /* I/O window */ member
1531 bi->iobase = pci_emul_iobase; in init_pci()
1785 dsdt_line(" 0x%04X, // Range Minimum", bi->iobase); in pci_bus_write_dsdt()
1790 bi->iolimit - bi->iobase); in pci_bus_write_dsdt()
/freebsd-14-stable/sys/dev/superio/
HDsuperio.h76 SUPERIO_ACCESSOR(iobase, IOBASE, uint16_t)
HDsuperio.c74 uint16_t iobase; member
699 dinfo->iobase = sio_ldn_readw(sc, ldn, 0x60); in superio_add_known_child()
798 *result = dinfo->iobase; in superio_read_ivar()
/freebsd-14-stable/usr.sbin/dumpcis/
HDcardinfo.h145 int iobase; /* base of I/O ports */ member
/freebsd-14-stable/sys/dev/pci/
HDpci_pci.c837 return (sc->iobase > 0 && sc->iobase < sc->iolimit); in pcib_is_io_open()
853 sc->iobase = PCI_PPBIOBASE( in pcib_get_io_decode()
856 sc->iobase = PCI_PPBIOBASE(0, iolow); in pcib_get_io_decode()
908 iohi = sc->iobase >> 16; in pcib_set_io_decode()
911 pci_write_config(dev, PCIR_IOBASEL_1, sc->iobase >> 8, 1); in pcib_set_io_decode()
1729 sc->iobase, sc->iolimit); in pcib_attach_common()
2614 ok = (start >= sc->iobase && end <= sc->iolimit); in pcib_alloc_resource()
2625 if (start < sc->iobase) in pcib_alloc_resource()
2626 start = sc->iobase; in pcib_alloc_resource()
2639 if (start < sc->iolimit && end > sc->iobase) in pcib_alloc_resource()
[all …]
HDpcib_private.h128 uint32_t iobase; /* base address of port window */ member
HDpcivar.h236 uint32_t iobase; /* base address of port window */ member
/freebsd-14-stable/sys/dev/tpm/
HDtpm.c971 tpm_legacy_probe(bus_space_tag_t iot, bus_addr_t iobase) in tpm_legacy_probe() argument
978 if (!tpm_enabled || iobase == -1) in tpm_legacy_probe()
981 if (bus_space_map(iot, iobase, 2, 0, &ioh)) in tpm_legacy_probe()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonDataObjects.cpp943 auto iobase = io_module.get().Get("IOBase"); in Check() local
944 if (!iobase) { in Check()
945 llvm::consumeError(iobase.takeError()); in Check()
948 int r = PyObject_IsInstance(py_obj, iobase.get().get()); in Check()
/freebsd-14-stable/share/examples/drivers/
HDmake_pseudo_driver.sh171 u_long iobase;
/freebsd-14-stable/sys/dev/my/
HDif_my.c794 u_int32_t iobase; in my_attach() local
817 iobase = pci_read_config(dev, MY_PCI_LOIO, 4); in my_attach()
818 if (iobase & 0x300) in my_attach()