Home
last modified time | relevance | path

Searched refs:pcm (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-10-stable/sys/contrib/octeon-sdk/
Dcvmx-coremask.h118 static inline int cvmx_coremask_is_set_core(struct cvmx_coremask *pcm, in cvmx_coremask_is_set_core() argument
126 return (int)((pcm->coremask_bitmap[i] & (1ull << n)) != 0); in cvmx_coremask_is_set_core()
136 static inline int cvmx_coremask_set_core(struct cvmx_coremask *pcm, in cvmx_coremask_set_core() argument
143 pcm->coremask_bitmap[i] |= (1ull << n); in cvmx_coremask_set_core()
155 static inline int cvmx_coremask_clear_core(struct cvmx_coremask *pcm, in cvmx_coremask_clear_core() argument
162 pcm->coremask_bitmap[i] &= ~(1ull << n); in cvmx_coremask_clear_core()
173 static inline int cvmx_coremask_clear_all(struct cvmx_coremask *pcm) in cvmx_coremask_clear_all() argument
178 pcm->coremask_bitmap[i] = 0; in cvmx_coremask_clear_all()
189 static inline int cvmx_coremask_first_core_bmp(struct cvmx_coremask *pcm) in cvmx_coremask_first_core_bmp() argument
196 if (pcm->coremask_bitmap[i]) in cvmx_coremask_first_core_bmp()
[all …]
Dcvmx-power-throttle.c256 int cvmx_power_throttle_bmp(uint8_t percentage, struct cvmx_coremask *pcm) in cvmx_power_throttle_bmp() argument
265 CVMX_COREMASK_FOR_EACH_CORE_BEGIN(pcm, ppid) in cvmx_power_throttle_bmp()
Dcvmx-ciu-defs.h2319 uint64_t pcm : 1; /**< PCM/TDM interrupt enable */ member
2351 uint64_t pcm : 1;
2364 uint64_t pcm : 1; /**< PCM/TDM interrupt */ member
2398 uint64_t pcm : 1;
2407 uint64_t pcm : 1; /**< PCM/TDM interrupt */ member
2441 uint64_t pcm : 1;
2591 uint64_t pcm : 1; /**< PCM/TDM interrupt enable */ member
2623 uint64_t pcm : 1;
2691 uint64_t pcm : 1; /**< PCM/TDM interrupt enable */ member
2725 uint64_t pcm : 1;
[all …]
Dcvmx-power-throttle.h95 struct cvmx_coremask *pcm);
/freebsd-10-stable/sys/dev/sound/pci/
Demu10kx-pcm.c64 struct emu_pcm_info *pcm; member
82 struct emu_pcm_info *pcm; member
168 static uint32_t emu_pcm_intr(void *pcm, uint32_t stat);
722 ch->pcm = sc; in emupchan_init()
742 struct emu_pcm_info *sc = ch->pcm; in emupchan_free()
773 struct emu_pcm_info *sc = ch->pcm; in emupchan_setblocksize()
775 if (blocksize > ch->pcm->bufsz) in emupchan_setblocksize()
776 blocksize = ch->pcm->bufsz; in emupchan_setblocksize()
788 struct emu_pcm_info *sc = ch->pcm; in emupchan_trigger()
815 struct emu_pcm_info *sc = ch->pcm; in emupchan_getptr()
[all …]
Dcsa.c67 device_t pcm; /* pcm device */ member
309 scp->pcm = device_add_child(dev, "pcm", -1); in csa_attach()
310 device_set_ivars(scp->pcm, func); in csa_attach()
359 if (scp->pcm != NULL) { in csa_detach()
360 func = device_get_ivars(scp->pcm); in csa_detach()
361 err = device_delete_child(dev, scp->pcm); in csa_detach()
366 scp->pcm = NULL; in csa_detach()
Demu10kx.c312 device_t pcm[RT_COUNT]; member
2299 if (sc->pcm[i] != NULL) in emu10kx_prepare()
2300 if (device_is_attached(sc->pcm[i])) { in emu10kx_prepare()
2301 sbuf_printf(s, "%s on %s\n", device_get_desc(sc->pcm[i]), device_get_nameunit(sc->pcm[i])); in emu10kx_prepare()
3243 sc->pcm[i] = NULL; in emu_pci_attach()
3261 sc->pcm[RT_FRONT] = device_add_child(dev, "pcm", -1); in emu_pci_attach()
3262 device_set_ivars(sc->pcm[RT_FRONT], func); in emu_pci_attach()
3281 sc->pcm[RT_REAR] = device_add_child(dev, "pcm", -1); in emu_pci_attach()
3282 device_set_ivars(sc->pcm[RT_REAR], func); in emu_pci_attach()
3300 sc->pcm[RT_CENTER] = device_add_child(dev, "pcm", -1); in emu_pci_attach()
[all …]
/freebsd-10-stable/usr.sbin/pmcstat/
Dpmcstat_log.c862 struct pmcstat_pcmap *pcm, *pcmnew; in pmcstat_image_link() local
884 TAILQ_FOREACH(pcm, &pp->pp_map, ppm_next) in pmcstat_image_link()
885 if (pcm->ppm_lowpc >= pcmnew->ppm_highpc) in pmcstat_image_link()
888 if (pcm == NULL) in pmcstat_image_link()
891 TAILQ_INSERT_BEFORE(pcm, pcmnew, ppm_next); in pmcstat_image_link()
903 struct pmcstat_pcmap *pcm, *pcmtmp, *pcmnew; in pmcstat_image_unmap() local
918 TAILQ_FOREACH_SAFE(pcm, &pp->pp_map, ppm_next, pcmtmp) { in pmcstat_image_unmap()
919 assert(pcm->ppm_lowpc < pcm->ppm_highpc); in pmcstat_image_unmap()
920 if (pcm->ppm_highpc <= start) in pmcstat_image_unmap()
922 if (pcm->ppm_lowpc >= end) in pmcstat_image_unmap()
[all …]
/freebsd-10-stable/sys/dev/sound/pcm/
Dsound.c186 CHN_FOREACH(c, d, channels.pcm) { in pcm_setvchans()
243 CHN_FOREACH(c, d, channels.pcm) { in pcm_setvchans()
320 CHN_FOREACH(c, d, channels.pcm) { in pcm_chnalloc()
443 if (!PCM_REGISTERED(d) || CHN_EMPTY(d, channels.pcm)) in sysctl_hw_snd_default_unit()
536 CHN_FOREACH(ch, d, channels.pcm) { in pcm_chn_create()
627 CHN_INSERT_SORT_ASCEND(d, ch, channels.pcm); in pcm_chn_add()
661 CHN_FOREACH(tmp, d, channels.pcm) { in pcm_chn_remove()
669 CHN_REMOVE(d, ch, channels.pcm); in pcm_chn_remove()
731 ch = CHN_FIRST(d, channels.pcm); in pcm_killchan()
1077 CHN_INIT(d, channels.pcm); in pcm_register()
[all …]
Dac97_if.m28 # $FreeBSD: stable/10/sys/dev/sound/pcm/ac97_if.m 139749 2005-01-06 01:43:34Z imp $
31 #include <dev/sound/pcm/sound.h>
Dmixer_if.m28 # $FreeBSD: stable/10/sys/dev/sound/pcm/mixer_if.m 139749 2005-01-06 01:43:34Z imp $
31 #include <dev/sound/pcm/sound.h>
Dsndstat.h43 if (CHN_EMPTY(d, channels.pcm)) { \
71 CHN_FOREACH(c, d, channels.pcm) { \
Dfeeder_if.m28 # $FreeBSD: stable/10/sys/dev/sound/pcm/feeder_if.m 139749 2005-01-06 01:43:34Z imp $
31 #include <dev/sound/pcm/sound.h>
Dchannel_if.m30 # $FreeBSD: stable/10/sys/dev/sound/pcm/channel_if.m 193640 2009-06-07 19:12:08Z ariff $
33 #include <dev/sound/pcm/sound.h>
/freebsd-10-stable/sys/pc98/conf/
DGENERIC.hints63 #hint.pcm.0.at="isa"
64 #hint.pcm.0.port="0xf40"
65 #hint.pcm.0.irq="12"
66 #hint.pcm.0.drq="1"
67 #hint.pcm.0.flags="0x10000"
/freebsd-10-stable/sys/dev/sound/macio/
Daoa.c61 struct pcm_channel *pcm; /* PCM channel */ member
233 dma->pcm = c; in aoa_chan_init()
333 chn_intr(dma->pcm); in aoa_interrupt()
/freebsd-10-stable/sys/gnu/dts/arm/
Dspear1340-evb.dts266 dai_name = "spdifin-pcm", "spdifout-pcm", "i2s0-pcm", "i2s1-pcm";
Dstih407-clock.dtsi227 clock-output-names = "clk-pcm-0",
228 "clk-pcm-1",
229 "clk-pcm-2",
Dstih418-clock.dtsi240 clock-output-names = "clk-pcm-0",
241 "clk-pcm-1",
242 "clk-pcm-2",
Dstih410-clock.dtsi237 clock-output-names = "clk-pcm-0",
238 "clk-pcm-1",
239 "clk-pcm-2",
Dspear13xx.dtsi165 pcm {
166 compatible = "st,pcm-audio";
/freebsd-10-stable/sys/modules/sound/driver/hdspe/
DMakefile7 SRCS+= hdspe.c hdspe-pcm.c hdspe.h
/freebsd-10-stable/sys/modules/sound/driver/emu10kx/
DMakefile11 SRCS+= emu10kx-pcm.c
/freebsd-10-stable/sys/conf/
Dkmod.mk375 dev/sound/pcm/ac97_if.m dev/sound/pcm/channel_if.m \
376 dev/sound/pcm/feeder_if.m dev/sound/pcm/mixer_if.m \
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
DTypes.def83 TYPE("pcm", ModuleFile, INVALID, "pcm", "u")

12