/freebsd/sys/dev/nctgpio/ |
H A D | nctgpio.c | 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, [all …]
|
/freebsd/sys/dev/aic7xxx/ |
H A D | ahc_isa.c | 89 uint32_t iobase; in ahc_isa_identify() 93 iobase = (slot * AHC_EISA_SLOT_SIZE) + AHC_EISA_SLOT_OFFSET; in ahc_isa_identify() 95 iobase, iobase, AHC_EISA_IOSIZE, in ahc_isa_identify() 100 "alloc failed\n", slot, iobase); in ahc_isa_identify() 116 0, iobase, AHC_EISA_IOSIZE); in ahc_isa_identify() 131 uint32_t iobase; in ahc_isa_probe() 153 iobase = rman_get_start(regs); in ahc_isa_probe() 180 iobase, irq_num); in ahc_isa_probe() 198 iobase, irq_nu in ahc_isa_probe() 90 uint32_t iobase; ahc_isa_identify() local 132 uint32_t iobase; ahc_isa_probe() local [all...] |
/freebsd/sys/dev/ncthwm/ |
H A D | ncthwm.c | 192 uint16_t iobase; in ncthwm_attach() local 203 iobase = superio_get_iobase(dev) + sc->nctdevp->base_offset; in ncthwm_attach() 205 if (bus_set_resource(dev, SYS_RES_IOPORT, sc->iorid, iobase, 2) != 0) { in ncthwm_attach() 206 device_printf(dev, "failed to set I/O port resource at 0x%x\n", iobase); in ncthwm_attach() 212 device_printf(dev, "can't map I/O space at 0x%x\n", iobase); in ncthwm_attach() 215 NCTHWM_VERBOSE_PRINTF(dev, "iobase 0x%x iores %p\n", iobase, sc->iores); in ncthwm_attach()
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pci_lpc.c | 73 int iobase; member 217 offset = port - sc->iobase; in lpc_uart_io_handler() 258 if (uart_legacy_alloc(unit, &sc->iobase, &sc->irq) != 0) { in lpc_init() 280 iop.port = sc->iobase; in lpc_init() 414 dsdt_fixed_ioport(sc->iobase, UART_NS16550_IO_BAR_SIZE); in pci_lpc_uart_dsdt()
|
/freebsd/usr.sbin/bhyve/ |
H A D | acpi.h | 60 void dsdt_fixed_ioport(uint16_t iobase, uint16_t length);
|
H A D | acpi.c | 169 dsdt_fixed_ioport(uint16_t iobase, uint16_t length) in dsdt_fixed_ioport() argument 173 dsdt_line(" 0x%04X, // Range Minimum", iobase); in dsdt_fixed_ioport() 174 dsdt_line(" 0x%04X, // Range Maximum", iobase); in dsdt_fixed_ioport()
|
H A D | pci_emul.c | 93 uint16_t iobase, iolimit; /* I/O window */ member 1555 bi->iobase = pci_emul_iobase; in init_pci() 1823 dsdt_line(" 0x%04X, // Range Minimum", bi->iobase); in pci_bus_write_dsdt() 1828 bi->iolimit - bi->iobase); in pci_bus_write_dsdt()
|
/freebsd/sys/dev/superio/ |
H A D | superio.h | 76 SUPERIO_ACCESSOR(iobase, IOBASE, uint16_t)
|
H A D | superio.c | 73 uint16_t iobase; member 698 dinfo->iobase = sio_ldn_readw(sc, ldn, 0x60); in superio_add_known_child() 796 *result = dinfo->iobase; in superio_read_ivar()
|
/freebsd/usr.sbin/dumpcis/ |
H A D | cardinfo.h | 145 int iobase; /* base of I/O ports */ member
|
/freebsd/sys/dev/tpm/ |
H A D | tpm.c | 970 tpm_legacy_probe(bus_space_tag_t iot, bus_addr_t iobase) in tpm_legacy_probe() argument 977 if (!tpm_enabled || iobase == -1) in tpm_legacy_probe() 980 if (bus_space_map(iot, iobase, 2, 0, &ioh)) in tpm_legacy_probe()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 943 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/share/examples/drivers/ |
H A D | make_pseudo_driver.sh | 171 u_long iobase;
|
/freebsd/sys/dev/my/ |
H A D | if_my.c | 793 u_int32_t iobase; in my_attach() local 816 iobase = pci_read_config(dev, MY_PCI_LOIO, 4); in my_attach() 817 if (iobase & 0x300) in my_attach()
|
/freebsd/sys/dev/pci/ |
H A D | pcivar.h | 236 uint32_t iobase; /* base address of port window */ member
|