| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mc/ |
| nouveau_nvkm_subdev_mc_gk20a.c | 43 gk20a_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 45 return nvkm_mc_new_(&gk20a_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_nv11.c | 52 nv11_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 54 return nvkm_mc_new_(&nv11_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_gp10b.c | 51 gp10b_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 53 return gp100_mc_new_(&gp10b_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_nv17.c | 61 nv17_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 63 return nvkm_mc_new_(&nv17_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_g84.c | 70 g84_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 72 return nvkm_mc_new_(&g84_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_g98.c | 70 g98_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 72 return nvkm_mc_new_(&g98_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_gk104.c | 68 gk104_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 70 return nvkm_mc_new_(&gk104_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_nv44.c | 56 nv44_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 58 return nvkm_mc_new_(&nv44_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_nv50.c | 63 nv50_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 65 return nvkm_mc_new_(&nv50_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_tu102.c | 57 tu102_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 59 return gp100_mc_new_(&tu102_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_gp100.c | 122 int index, struct nvkm_mc **pmc) 129 *pmc = &mc->base; 138 gp100_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 140 return gp100_mc_new_(&gp100_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_gt215.c | 79 gt215_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 81 return nvkm_mc_new_(>215_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_nv04.c | 88 nv04_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 90 return nvkm_mc_new_(&nv04_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_gf100.c | 120 gf100_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) 122 return nvkm_mc_new_(&gf100_mc, device, index, pmc);
|
| nouveau_nvkm_subdev_mc_base.c | 225 int index, struct nvkm_mc **pmc) 228 if (!(mc = *pmc = kzalloc(sizeof(*mc), GFP_KERNEL))) 230 nvkm_mc_ctor(func, device, index, *pmc);
|
| /src/external/bsd/openldap/dist/servers/slapd/back-monitor/ |
| cache.c | 90 monitor_cache_t tmp_mc, *mc, *pmc = NULL; local 116 pmc = ldap_avl_find( mi->mi_cache, &tmp_mc, monitor_cache_cmp ); 117 if ( pmc == NULL ) { 120 parent = pmc->mc_e; 147 if ( pmc != NULL ) { 256 monitor_cache_t *pmc; local 259 pmc = ( monitor_cache_t * )ldap_avl_find( mi->mi_cache, 261 if ( pmc != NULL ) { 263 *pmp = (monitor_entry_t *)pmc->mc_e->e_private; 266 monitor_cache_lock( pmc->mc_e ) [all...] |
| /src/sys/dev/ieee1394/ |
| iec13213.h | 176 pmc:1, /* power manager capable */ member in struct:bus_info 194 pmc:1, /* power manager capable */ member in struct:bus_info
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| os.h | 55 #include <soc/tegra/pmc.h>
|
| /src/sys/dev/pci/ |
| radeonfb_bios.c | 341 uint32_t pmc; local 343 pmc = radeonfb_getpll(sc, RADEON_CLK_PWRMGT_CNTL); 345 if (pmc & RADEON_CLK_PWRMGT_CNTL24) { 350 pmc & ~RADEON_CLK_PWRMGT_CNTL24);
|
| gffb.c | 928 uint32_t pmc; local 929 pmc = (GFFB_READ_4(GFFB_PMC + 0x10F0) & 0x7FFF0000) >> 16; 930 pmc = (pmc - GFFB_BL_MIN) * 256 / (GFFB_BL_MAX - GFFB_BL_MIN); 931 return pmc; 937 uint32_t pmc = GFFB_READ_4(GFFB_PMC + 0x10F0) & 0x0000ffff; local 945 pmc |= bl << 16; 948 pmc |= 0x80000000; 950 GFFB_WRITE_4(GFFB_PMC + 0x10F0, pmc); 952 DPRINTF("%s: %d %08x %08x\n", __func__, level, pmc, pcrt) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwcdrv.h | 282 int (*hdrv_pcbe_get_eventnum)(const char * eventname, uint_t pmc,
|
| opteron_pcbe.c | 407 opt_pcbe_get_eventnum (const char *eventname, uint_t pmc, eventsel_t *eventsel, 411 *pmc_sel = pmc; /* for AMD, pmc doesn't need to be adjusted */
|
| hwcdrv.c | 130 myperfctr_get_x86_eventnum (const char *eventname, uint_t pmc, 135 !pcbe_driver->hdrv_pcbe_get_eventnum (eventname, pmc, eventsel, 146 *pmc_sel = pmc; 153 *pmc_sel = pmc; 246 TprintfT (DBG_LT1, "hwcfuncs: event=0x%llx pmc=0x%x '%s' nattrs = %u\n", 331 unsigned int reg_num; // PMC assignment, potentially for detecting conflicts 1015 " pmc not determined!\n", sig_ts);
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwcdrv.h | 282 int (*hdrv_pcbe_get_eventnum)(const char * eventname, uint_t pmc,
|
| opteron_pcbe.c | 407 opt_pcbe_get_eventnum (const char *eventname, uint_t pmc, eventsel_t *eventsel, 411 *pmc_sel = pmc; /* for AMD, pmc doesn't need to be adjusted */
|