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

1 2 3 4

  /src/sys/arch/arm/clps711x/
clpssocvar.h 30 bus_space_tag_t aa_iot; member in struct:clpssoc_attach_args
  /src/sys/arch/epoc32/windermere/
windermerevar.h 30 bus_space_tag_t aa_iot; member in struct:windermere_attach_args
wmrtc.c 88 if (windermere_bus_space_subregion(aa->aa_iot, *aa->aa_ioh,
93 sc->sc_iot = aa->aa_iot;
  /src/sys/arch/arm/imx/
imx23var.h 53 bus_space_tag_t aa_iot; member in struct:apb_attach_args
67 bus_space_tag_t aa_iot; member in struct:ahb_attach_args
imx51_wdog.c 60 wdog_attach_common(parent, self, aa->aa_iot, aa->aa_addr,
imx51_pwm.c 66 sc->sc_iot = aa->aa_iot;
70 if (bus_space_map(aa->aa_iot, aa->aa_addr, aa->aa_size, 0, &sc->sc_ioh))
imx51_i2c.c 69 aa->aa_iot, aa->aa_addr, aa->aa_size,
imx51_uart.c 69 aa->aa_iot, aa->aa_addr, aa->aa_size, aa->aa_irq, 0);
imx51var.h 54 bus_space_tag_t aa_iot; member in struct:axi_attach_args
imxusbvar.h 59 bus_space_tag_t aa_iot; member in struct:imxusbc_attach_args
imx23_plcom.c 98 sc->sc_pi.pi_iot = aaa->aa_iot;
101 if (bus_space_map(aaa->aa_iot, aaa->aa_addr, PL011COM_UART_SIZE, 0,
imx51_clock.c 92 sc->sc_iot = aa->aa_iot;
107 if (bus_space_map(aa->aa_iot, aa->aa_addr, aa->aa_size, 0, &sc->sc_ioh))
imx51_gpio.c 110 error = bus_space_map(aa->aa_iot, aa->aa_addr, aa->aa_size,
125 gpio->gpio_memt = aa->aa_iot;
imx51_iomux.c 92 iomux->iomux_memt = axia->aa_iot;
93 error = bus_space_map(axia->aa_iot, axia->aa_addr, axia->aa_size,
imx51_spi.c 96 sc->sc_iot = aa->aa_iot;
  /src/sys/dev/acpi/
ug_acpi.c 90 if (bus_space_map(aa->aa_iot, io->ar_base, io->ar_length,
101 sc->sc_iot = aa->aa_iot;
attimer_acpi.c 127 sc->sc_iot = aa->aa_iot;
pcppi_acpi.c 101 sc->sc_iot = aa->aa_iot;
pckbc_acpi.c 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,
194 t->t_iot = aa->aa_iot;
apple_smc_acpi.c 120 if (bus_space_map(aa->aa_iot, io->ar_base, io->ar_length, 0,
126 smc->smc_bst = aa->aa_iot;
  /src/sys/dev/pci/
joy_eap.c 22 bus_space_tag_t aa_iot; member in struct:joy_eap_aa
60 aa.aa_iot = gpa->gpa_iot;
109 sc->sc_iot = eaa->aa_iot;
  /src/sys/arch/epoc32/dev/
epockbd_clpssoc.c 59 bus_space_tag_t iot = aa->aa_iot;
epockbd_windermere.c 64 bus_space_tag_t iot = aa->aa_iot;
  /src/sys/arch/arm/nxp/
imx6var.h 36 bus_space_tag_t aa_iot; member in struct:axi_attach_args
  /src/sys/arch/acorn32/podulebus/
amps.c 103 bus_space_tag_t aa_iot; /* bus space tag */ member in struct:amps_attach_args
179 aa.aa_iot = sc->sc_iot;
240 iot = aa->aa_iot;
290 iot = aa->aa_iot;

Completed in 24 milliseconds

1 2 3 4