HomeSort by: relevance | last modified time | path
    Searched refs:ar_length (Results 1 - 25 of 53) 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,
152 control_io->ar_length, 0, &sc->sc_controlioh) != 0) {
apple_smc_acpi.c 114 if (io->ar_length < APPLE_SMC_REGSIZE) {
116 io->ar_length);
120 if (bus_space_map(aa->aa_iot, io->ar_base, io->ar_length, 0,
127 smc->smc_size = io->ar_length;
qemufwcfg_acpi.c 91 size = io->ar_length;
95 size = mem->ar_length;
fdc_acpi.c 133 if (bus_space_map(sc->sc_iot, io->ar_base, io->ar_length,
139 switch (io->ar_length) {
153 "unknown size: %d of io mapping\n", 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,
tpm_acpi.c 123 if (mem->ar_length < TPM_SPACE_SIZE) {
125 (uint64_t)mem->ar_length, TPM_SPACE_SIZE);
129 size = mem->ar_length;
ahcisata_acpi.c 100 sc->sc_ahcis = mem->ar_length;
101 if (bus_space_map(aa->aa_memt, mem->ar_base, mem->ar_length, 0, &sc->sc_ahcih) != 0) {
attimer_acpi.c 128 sc->sc_size = io->ar_length;
pcppi_acpi.c 102 sc->sc_size = io->ar_length;
ug_acpi.c 90 if (bus_space_map(aa->aa_iot, io->ar_base, io->ar_length,
acpivar.h 240 uint32_t ar_length; member in struct:acpi_io
248 uint32_t ar_length; member in struct:acpi_iorange
256 bus_size_t ar_length; member in struct:acpi_mem
265 bus_size_t ar_length; member in struct:acpi_memrange
com_acpi.c 136 size = io->ar_length;
142 size = mem->ar_length;
ohci_acpi.c 122 sc->sc_size = mem->ar_length;
124 error = bus_space_map(sc->iot, mem->ar_base, mem->ar_length, 0, &sc->ioh);
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,
virtio_acpi.c 123 error = bus_space_map(msc->sc_iot, mem->ar_base, mem->ar_length, 0, &msc->sc_ioh);
128 msc->sc_iosize = mem->ar_length;
dwiic_acpi.c 110 error = bus_space_map(sc->sc_iot, mem->ar_base, mem->ar_length, 0, &sc->sc_ioh);
121 bus_space_unmap(sc->sc_iot, sc->sc_ioh, mem->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,
acpi_resource.c 505 if (ar->ar_length > 1)
507 ar->ar_length - 1);
522 if (ar->ar_length > 1)
525 ar->ar_length - 1);
794 ar->ar_length += length;
796 } else if (ar->ar_base + ar->ar_length == base) {
801 ar->ar_length += length;
825 ar->ar_length = length;
848 ar->ar_length = length;
871 ar->ar_length = length
    [all...]
  /src/sys/arch/arm/sociox/
sni_gpio.c 178 if (mem == NULL || mem->ar_length == 0) {
182 if (bus_space_map(aa->aa_memt, mem->ar_base, mem->ar_length, 0,
191 sc->sc_ios = mem->ar_length;
sni_emmc.c 180 if (mem == NULL || irq == NULL || mem->ar_length == 0) {
184 if (bus_space_map(aa->aa_memt, mem->ar_base, mem->ar_length, 0,
201 sc->sc_ios = mem->ar_length;
sni_i2c.c 239 if (mem == NULL || irq == NULL || mem->ar_length == 0) {
243 if (bus_space_map(aa->aa_memt, mem->ar_base, mem->ar_length, 0,
258 sc->sc_ios = mem->ar_length;
  /src/sys/arch/arm/broadcom/
bcm2838_emmc2_acpi.c 105 if (mem->ar_length == 0) {
109 sc->sc_memsize = mem->ar_length;

Completed in 25 milliseconds

1 2 3