Searched refs:pmu (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/arm/rockchip/
H A Drk30xx_mp.c108 bus_space_handle_t pmu; local
117 if (bus_space_map(fdtbus_bs_tag, PMU_PHYSBASE, PMU_SIZE, 0, &pmu) != 0)
128 val = bus_space_read_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON);
131 bus_space_write_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON, val);
134 val = bus_space_read_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON);
136 bus_space_write_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON, val);
161 val = bus_space_read_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON);
164 bus_space_write_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON, val);
171 bus_space_unmap(fdtbus_bs_tag, pmu, PMU_SIZE);
/freebsd-11-stable/share/man/man4/man4.powerpc/
H A DMakefile12 pmu.4 \
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_mp.c88 bus_addr_t sysram, pmu; local
93 err = bus_space_map(fdtbus_bs_tag, EXYNOS_PMU_BASE, 0x20000, 0, &pmu);
95 panic("Couldn't map pmu\n");
108 bus_space_write_4(fdtbus_bs_tag, pmu, CORE_CONFIG(i),
112 status = bus_space_read_4(fdtbus_bs_tag, pmu,
130 bus_space_unmap(fdtbus_bs_tag, pmu, 0x20000);
H A Dexynos5_pmu.c78 {"samsung,exynos5420-pmu", EXYNOS5420},
79 {"samsung,exynos5250-pmu", EXYNOS5250},
172 "pmu",
179 DRIVER_MODULE(pmu, simplebus, pmu_driver, pmu_devclass, 0, 0);
/freebsd-11-stable/sys/xen/interface/
H A Dpmu.h28 #include "arch-x86/pmu.h"
98 * by both the hypervisor and the guest (see arch-$arch/pmu.h).
120 struct xen_pmu_arch pmu; member in struct:xen_pmu_data
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipcvar.h95 bool pmu; /**< PMU is present. */ member in struct:chipc_caps
H A Dchipc_subr.c256 CC_TFS(pmu), CC_TFS(eci));
H A Dchipc.c281 if (!sc->caps.aob || (sc->caps.aob && !sc->caps.pmu)) {
284 device_printf(sc->dev, "failed to add pmu\n");
290 if (sc->caps.pmu) {
439 caps->pmu = CHIPC_GET_FLAG(cap_reg, CHIPC_CAP_PMU);
/freebsd-11-stable/sys/powerpc/powermac/
H A Dpmu.c147 "pmu",
154 DRIVER_MODULE(pmu, macio, pmu_driver, pmu_devclass, 0, 0);
155 DRIVER_MODULE(adb, pmu, adb_driver, adb_devclass, 0, 0);
179 MODULE_DEPEND(pmu, usb, 1, 1, 1);
273 static device_t pmu = NULL; variable
293 if (strcmp(type, "via-pmu") != 0)
330 if (pmu)
331 return (setup_pmu_intr(pmu,dev));
356 mtx_init(&sc->sc_mutex,"pmu",NULL,MTX_DEF | MTX_RECURSE);
368 pmu
[all...]
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.c291 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
337 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
397 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
497 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
677 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
928 struct HBB_MessageUnit *phbbmu=(struct HBB_MessageUnit *)acb->pmu;
1110 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
1145 struct HBD_MessageUnit0 *phbdmu = (struct HBD_MessageUnit0 *)acb->pmu;
1209 struct HBA_MessageUnit *phbamu = (struct HBA_MessageUnit *)acb->pmu;
1215 struct HBB_MessageUnit *phbbmu = (struct HBB_MessageUnit *)acb->pmu;
[all...]
H A Darcmsr.h1360 struct MessageUnit_UNION *pmu; /* message unit ATU inbound base address0 */ member in struct:AdapterControlBlock
/freebsd-11-stable/sys/arm/arm/
H A Dpmu.c75 {"arm,cortex-a17-pmu", 1},
76 {"arm,cortex-a15-pmu", 1},
77 {"arm,cortex-a12-pmu", 1},
78 {"arm,cortex-a9-pmu", 1},
79 {"arm,cortex-a8-pmu", 1},
80 {"arm,cortex-a7-pmu", 1},
81 {"arm,cortex-a5-pmu", 1},
82 {"arm,arm11mpcore-pmu", 1},
83 {"arm,arm1176-pmu", 1},
84 {"arm,arm1136-pmu",
[all...]
/freebsd-11-stable/sys/dev/siba/
H A Dsiba_core.c1157 uint32_t bufsth = 0, pll, pmu; local
1170 pmu = SIBA_CC_READ32(scc, SIBA_CC_PMUCTL);
1171 if (SIBA_CC_PMUCTL_XF_VAL(pmu) == e->xf)
1225 pmu = SIBA_CC_READ32(scc, SIBA_CC_PMUCTL);
1226 pmu &= ~(SIBA_CC_PMUCTL_ILP | SIBA_CC_PMUCTL_XF);
1227 pmu |= ((((uint32_t)e->freq + 127) / 128 - 1) << 16) &
1229 pmu |= ((uint32_t)e->xf << 2) & SIBA_CC_PMUCTL_XF;
1230 SIBA_CC_WRITE32(scc, SIBA_CC_PMUCTL, pmu);
1239 uint32_t pmu, tmp, pll; local
1253 pmu
[all...]
/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dcxgbetool.c354 T4_MODREGS(pmu),
391 T5_MODREGS(pmu),
428 T6_MODREGS(pmu),

Completed in 339 milliseconds