Home
last modified time | relevance | path

Searched defs:iobase (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/sys/dev/aic7xxx/
H A Dahc_isa.c89 uint32_t iobase; in ahc_isa_identify() local
131 uint32_t iobase; in ahc_isa_probe() local
/freebsd-src/sys/dev/ncthwm/
H A Dncthwm.c192 uint16_t iobase; in ncthwm_attach() local
/freebsd-src/sys/dev/nctgpio/
H A Dnctgpio.c97 uint8_t iobase; member
805 uint8_t iobase; in nct_get_ioreg() local
1148 uint16_t iobase; in nct_attach() local
/freebsd-src/sys/dev/pci/
H A Dpcib_private.h128 uint32_t iobase; /* base address of port window */ global() member
H A Dpcivar.h238 uint32_t iobase; /* base address of port window */ member
/freebsd-src/usr.sbin/bhyve/
H A Dacpi.c169 dsdt_fixed_ioport(uint16_t iobase, uint16_t length) in dsdt_fixed_ioport()
H A Dpci_emul.c92 uint16_t iobase, iolimit; /* I/O window */ global() member
/freebsd-src/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c73 int iobase; member
/freebsd-src/usr.sbin/dumpcis/
H A Dcardinfo.h145 int iobase; /* base of I/O ports */ member
/freebsd-src/sys/dev/my/
H A Dif_my.c793 u_int32_t iobase; in my_attach() local
/freebsd-src/sys/dev/tpm/
H A Dtpm.c970 tpm_legacy_probe(bus_space_tag_t iot, bus_addr_t iobase) in tpm_legacy_probe()
/freebsd-src/sys/dev/superio/
H A Dsuperio.c73 uint16_t iobase; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp943 auto iobase = io_module.get().Get("IOBase"); in Check() local