HomeSort by: relevance | last modified time | path
    Searched refs:mpcaa (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/arm/acpi/
gtmr_acpi.c 71 struct mpcore_attach_args mpcaa; local
88 memset(&mpcaa, 0, sizeof(mpcaa));
89 mpcaa.mpcaa_name = "armgtmr";
90 mpcaa.mpcaa_irq = -1;
91 config_found(self, &mpcaa, NULL, CFARGS_NONE);
gic_acpi.c 118 struct mpcore_attach_args mpcaa = { local
126 armgic = config_found(self, &mpcaa, NULL, CFARGS_NONE);
  /src/sys/arch/arm/cortex/
armperiph.c 205 struct mpcore_attach_args mpcaa = { local
212 if (strcmp(mpcaa.mpcaa_name, "arma9tmr") == 0) {
213 mpcaa.mpcaa_irq = IRQ_A9TMR_PPI_GTIMER;
215 if (strcmp(mpcaa.mpcaa_name, "armgtmr") == 0) {
216 mpcaa.mpcaa_irq = IRQ_GTMR_PPI_VTIMER;
219 config_found(self, &mpcaa, NULL, CFARGS_NONE);
a9ptmr.c 88 struct mpcore_attach_args * const mpcaa = aux; local
97 if (strcmp(mpcaa->mpcaa_name, cf->cf_name) != 0)
117 struct mpcore_attach_args * const mpcaa = aux; local
124 sc->sc_memt = mpcaa->mpcaa_memt;
126 bus_space_subregion(sc->sc_memt, mpcaa->mpcaa_memh,
127 mpcaa->mpcaa_off1, TMR_PRIVATE_SIZE, &sc->sc_memh);
142 sc->sc_memt = mpcaa->mpcaa_memt;
143 sc->sc_memh = mpcaa->mpcaa_memh;
a9tmr.c 89 struct mpcore_attach_args * const mpcaa = aux; local
101 if (strcmp(mpcaa->mpcaa_name, cf->cf_name) != 0)
118 struct mpcore_attach_args * const mpcaa = aux; local
144 sc->sc_memt = mpcaa->mpcaa_memt;
145 sc->sc_memh = mpcaa->mpcaa_memh;
151 mpcaa->mpcaa_off1, TMR_GLOBAL_SIZE, &sc->sc_global_memh);
156 if (mpcaa->mpcaa_irq != -1) {
157 sc->sc_global_ih = intr_establish(mpcaa->mpcaa_irq, IPL_CLOCK,
162 mpcaa->mpcaa_irq);
a9wdt.c 92 struct mpcore_attach_args * const mpcaa = aux; local
101 if (strcmp(mpcaa->mpcaa_name, cf->cf_name) != 0)
187 struct mpcore_attach_args * const mpcaa = aux; local
192 sc->sc_memt = mpcaa->mpcaa_memt;
194 bus_space_subregion(sc->sc_memt, mpcaa->mpcaa_memh,
195 mpcaa->mpcaa_off1, TMR_WDOG_SIZE, &sc->sc_wdog_memh);
gtmr.c 89 struct mpcore_attach_args * const mpcaa = aux; local
98 if (strcmp(mpcaa->mpcaa_name, cf->cf_name) != 0)
107 struct mpcore_attach_args * const mpcaa = aux; local
153 if (mpcaa->mpcaa_irq != -1) {
154 sc->sc_global_ih = intr_establish(mpcaa->mpcaa_irq, IPL_CLOCK,
159 mpcaa->mpcaa_irq);
pl310.c 98 struct mpcore_attach_args * const mpcaa = aux; local
107 if (strcmp(mpcaa->mpcaa_name, cf->cf_name) != 0)
138 struct mpcore_attach_args * const mpcaa = aux; local
146 off = mpcaa->mpcaa_off1;
150 sc->sc_memt = mpcaa->mpcaa_memt;
162 bus_space_subregion(sc->sc_memt, mpcaa->mpcaa_memh,
gic.c 598 struct mpcore_attach_args * const mpcaa = aux; local
600 if (strcmp(cf->cf_name, mpcaa->mpcaa_name) != 0)
610 struct mpcore_attach_args * const mpcaa = aux; local
615 sc->sc_memt = mpcaa->mpcaa_memt; /* provided for us */
616 bus_space_subregion(sc->sc_memt, mpcaa->mpcaa_memh, mpcaa->mpcaa_off1,
618 bus_space_subregion(sc->sc_memt, mpcaa->mpcaa_memh, mpcaa->mpcaa_off2,
  /src/sys/arch/arm/fdt/
l2cc_fdt.c 83 struct mpcore_attach_args mpcaa = { local
91 config_found(self, &mpcaa, NULL, CFARGS_NONE);
a9wdt_fdt.c 114 struct mpcore_attach_args mpcaa = { local
121 config_found(self, &mpcaa, NULL, CFARGS_NONE);
gtmr_fdt.c 81 struct mpcore_attach_args mpcaa = { local
119 config_found(self, &mpcaa, NULL, CFARGS_NONE);
a9ptmr_fdt.c 135 struct mpcore_attach_args mpcaa = { local
142 config_found(self, &mpcaa, NULL, CFARGS_NONE);
a9tmr_fdt.c 135 struct mpcore_attach_args mpcaa = { local
142 config_found(self, &mpcaa, NULL, CFARGS_NONE);
gic_fdt.c 178 struct mpcore_attach_args mpcaa = { local
186 sc->sc_gicdev = config_found(self, &mpcaa, NULL, CFARGS_NONE);
  /src/sys/arch/arm/samsung/
exynos_soc.c 603 mpcaa->mpcaa_memh = EXYNOS_CORE_VBASE;
604 mpcaa->mpcaa_off1 = EXYNOS5_GIC_IOP_DISTRIBUTOR_OFFSET;
605 mpcaa->mpcaa_off2 = EXYNOS5_GIC_IOP_CONTROLLER_OFFSET;
609 struct mpcore_attach_args * const mpcaa = aux; local
611 mpcaa->mpcaa_memh = EXYNOS_CORE_VBASE;
612 mpcaa->mpcaa_off1 = EXYNOS5_GIC_IOP_DISTRIBUTOR_OFFSET;
613 mpcaa->mpcaa_off2 = EXYNOS5_GIC_IOP_CONTROLLER_OFFSET;
620 struct mpcore_attach_args * const mpcaa = aux; local
622 mpcaa->mpcaa_memh = EXYNOS_CORE_VBASE;
623 mpcaa->mpcaa_off1 = EXYNOS4_GIC_DISTRIBUTOR_OFFSET
    [all...]
mct.c 279 struct mpcore_attach_args mpcaa = { local
283 config_found(self, &mpcaa, NULL, CFARGS_NONE);

Completed in 37 milliseconds