/src/sys/arch/arm/acpi/ |
gtmr_acpi.c | 71 struct mpcore_attach_args mpcaa; local in function:gtmr_acpi_attach 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 in function:gic_acpi_attach 126 armgic = config_found(self, &mpcaa, NULL, CFARGS_NONE);
|
/src/sys/arch/arm/fdt/ |
l2cc_fdt.c | 83 struct mpcore_attach_args mpcaa = { local in function:l2cc_fdt_attach 91 config_found(self, &mpcaa, NULL, CFARGS_NONE);
|
a9wdt_fdt.c | 114 struct mpcore_attach_args mpcaa = { local in function:a9wdt_fdt_attach 121 config_found(self, &mpcaa, NULL, CFARGS_NONE);
|
gtmr_fdt.c | 81 struct mpcore_attach_args mpcaa = { local in function:gtmr_fdt_attach 119 config_found(self, &mpcaa, NULL, CFARGS_NONE);
|
a9ptmr_fdt.c | 135 struct mpcore_attach_args mpcaa = { local in function:a9ptmr_fdt_attach 142 config_found(self, &mpcaa, NULL, CFARGS_NONE);
|
a9tmr_fdt.c | 135 struct mpcore_attach_args mpcaa = { local in function:a9tmr_fdt_attach 142 config_found(self, &mpcaa, NULL, CFARGS_NONE);
|
gic_fdt.c | 178 struct mpcore_attach_args mpcaa = { local in function:gic_fdt_attach 186 sc->sc_gicdev = config_found(self, &mpcaa, NULL, CFARGS_NONE);
|
/src/sys/arch/arm/cortex/ |
a9wdt.c | 92 struct mpcore_attach_args * const mpcaa = aux; local in function:a9wdt_match 101 if (strcmp(mpcaa->mpcaa_name, cf->cf_name) != 0) 187 struct mpcore_attach_args * const mpcaa = aux; local in function:a9wdt_attach 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);
|
a9tmr.c | 89 struct mpcore_attach_args * const mpcaa = aux; local in function:a9tmr_match 101 if (strcmp(mpcaa->mpcaa_name, cf->cf_name) != 0) 118 struct mpcore_attach_args * const mpcaa = aux; local in function:a9tmr_attach 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);
|
a9ptmr.c | 88 struct mpcore_attach_args * const mpcaa = aux; local in function:a9ptmr_match 97 if (strcmp(mpcaa->mpcaa_name, cf->cf_name) != 0) 117 struct mpcore_attach_args * const mpcaa = aux; local in function:a9ptmr_attach 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;
|
gtmr.c | 89 struct mpcore_attach_args * const mpcaa = aux; local in function:gtmr_match 98 if (strcmp(mpcaa->mpcaa_name, cf->cf_name) != 0) 107 struct mpcore_attach_args * const mpcaa = aux; local in function:gtmr_attach 153 if (mpcaa->mpcaa_irq != -1) { 154 sc->sc_global_ih = intr_establish(mpcaa->mpcaa_irq, IPL_CLOCK, 159 mpcaa->mpcaa_irq);
|
armperiph.c | 205 struct mpcore_attach_args mpcaa = { local in function:armperiph_attach 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);
|
pl310.c | 96 struct mpcore_attach_args * const mpcaa = aux; local in function:arml2cc_match 105 if (strcmp(mpcaa->mpcaa_name, cf->cf_name) != 0) 136 struct mpcore_attach_args * const mpcaa = aux; local in function:arml2cc_attach 144 off = mpcaa->mpcaa_off1; 148 sc->sc_memt = mpcaa->mpcaa_memt; 160 bus_space_subregion(sc->sc_memt, mpcaa->mpcaa_memh,
|
gic.c | 598 struct mpcore_attach_args * const mpcaa = aux; local in function:armgic_match 600 if (strcmp(cf->cf_name, mpcaa->mpcaa_name) != 0) 610 struct mpcore_attach_args * const mpcaa = aux; local in function:armgic_attach 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/samsung/ |
mct.c | 279 struct mpcore_attach_args mpcaa = { local in function:mct_attach 283 config_found(self, &mpcaa, NULL, CFARGS_NONE);
|
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 in function:exynos_device_register 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 in function:exynos_device_register 622 mpcaa->mpcaa_memh = EXYNOS_CORE_VBASE; 623 mpcaa->mpcaa_off1 = EXYNOS4_GIC_DISTRIBUTOR_OFFSET [all...] |