HomeSort by: relevance | last modified time | path
    Searched refs:ar_base (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/sys/dev/acpi/
ym_acpi.c 129 if (bus_space_map(sc->sc_iot, sb_io->ar_base, sb_io->ar_length,
134 if (bus_space_map(sc->sc_iot, codec_io->ar_base, codec_io->ar_length,
139 if (bus_space_map(sc->sc_iot, opl_io->ar_base, opl_io->ar_length,
145 if (bus_space_map(sc->sc_iot, mpu_io->ar_base, mpu_io->ar_length,
151 if (bus_space_map(sc->sc_iot, control_io->ar_base,
ipmi_acpi.c 140 ia->iaa_if_iobase = io ? io->ar_base : mem->ar_base;
149 reg2 = (bus_addr_t)io->ar_base;
153 reg2 = mem->ar_base;
qemufwcfg_acpi.c 90 base = io->ar_base;
94 base = mem->ar_base;
pckbc_acpi.c 170 if (io0->ar_base > io1->ar_base) {
176 if (pckbc_is_console(aa->aa_iot, io0->ar_base)) {
183 if (bus_space_map(aa->aa_iot, io0->ar_base,
185 bus_space_map(aa->aa_iot, io1->ar_base,
197 t->t_addr = io0->ar_base;
attimer_acpi.c 129 if (bus_space_map(sc->sc_iot, io->ar_base, sc->sc_size,
fdc_acpi.c 133 if (bus_space_map(sc->sc_iot, io->ar_base, io->ar_length,
163 if (bus_space_map(sc->sc_iot, io->ar_base + io->ar_length + 1,
171 io->ar_base + io->ar_length + 1);
173 if (bus_space_map(sc->sc_iot, ctlio->ar_base, ctlio->ar_length,
pcppi_acpi.c 103 if (bus_space_map(sc->sc_iot, io->ar_base, sc->sc_size,
ug_acpi.c 90 if (bus_space_map(aa->aa_iot, io->ar_base, io->ar_length,
com_acpi.c 135 base = io->ar_base;
141 base = mem->ar_base;
wss_acpi.c 139 if (bus_space_map(sc->sc_iot, dspio->ar_base, dspio->ar_length,
144 if (bus_space_map(sc->sc_iot, oplio->ar_base, oplio->ar_length,
joy_acpi.c 104 if (bus_space_map(sc->sc_iot, io->ar_base, io->ar_length,
lpt_acpi.c 106 if (bus_space_map(sc->sc_iot, io->ar_base, io->ar_length,
mpu_acpi.c 105 if (bus_space_map(sc->iot, io->ar_base, io->ar_length, 0, &sc->ioh)) {
amdccp_acpi.c 88 if (bus_space_map(aa->aa_memt, mem->ar_base, mem->ar_length, 0,
dwcwdt_acpi.c 84 if (bus_space_map(sc->sc_bst, mem->ar_base, mem->ar_length,
ahcisata_acpi.c 101 if (bus_space_map(aa->aa_memt, mem->ar_base, mem->ar_length, 0, &sc->sc_ahcih) != 0) {
spic_acpi.c 102 if (bus_space_map(sc->sc_spic.sc_iot, io->ar_base, io->ar_length,
genet_acpi.c 105 error = bus_space_map(sc->sc_bst, mem->ar_base, mem->ar_length,
acpi_resource.c 504 aprint_normal("%s0x%x", sep, ar->ar_base);
506 aprint_normal("-0x%x", ar->ar_base +
521 (uint64_t)ar->ar_base);
524 (uint64_t)ar->ar_base +
788 if (ar->ar_base == base + length ) {
793 ar->ar_base = base;
796 } else if (ar->ar_base + ar->ar_length == base) {
824 ar->ar_base = base;
870 ar->ar_base = base;
wb_acpi.c 126 if (bus_space_map(aa->aa_iot, io->ar_base, io->ar_length, 0, &ioh)) {
146 sc->sc_wb.wb_base = io->ar_base;
  /src/sys/arch/arm/acpi/
plcom_acpi.c 123 sc->sc_pi.pi_iobase = mem->ar_base;
124 if (bus_space_map(aa->aa_memt, mem->ar_base, mem->ar_length, 0, &sc->sc_pi.pi_ioh) != 0) {
acpi_pci_layerscape_gen4.c 274 error = bus_space_map(ap->ap_bst, mem->ar_base, mem->ar_length,
298 seg, pcie->rev, mem->ar_base, mem->ar_base + mem->ar_length - 1);
acpi_pci_graviton.c 123 error = bus_space_map(ap->ap_bst, mem->ar_base, mem->ar_length,
  /src/sys/arch/arm/broadcom/
bcm2835_mbox_acpi.c 101 if (bus_space_map(sc->sc_iot, mem->ar_base, mem->ar_length, 0, &sc->sc_ioh) != 0) {
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_netbsd_acpi.c 113 if (bus_space_map(sc->sc_iot, mem->ar_base, mem->ar_length, 0,

Completed in 17 milliseconds

1 2 3