Searched refs:vp (Results 1 - 25 of 119) sorted by path

12345

/linux-master/arch/arm/mach-omap2/
H A Dvoltagedomains3xxx_data.c24 #include "vp.h"
56 .vp = &omap3_vp_mpu,
67 .vp = &omap3_vp_core,
H A Dvoltagedomains44xx_data.c30 #include "vp.h"
55 .vp = &omap4_vp_mpu,
66 .vp = &omap4_vp_iva,
77 .vp = &omap4_vp_core,
H A Dvp.c8 #include "vp.h"
15 struct omap_vp_instance *vp = voltdm->vp; local
21 vpconfig = voltdm->read(vp->vpconfig);
22 vpconfig &= ~(vp->common->vpconfig_initvoltage_mask |
23 vp->common->vpconfig_forceupdate |
24 vp->common->vpconfig_initvdd);
25 vpconfig |= vsel << __ffs(vp->common->vpconfig_initvoltage_mask);
26 voltdm->write(vpconfig, vp->vpconfig);
29 voltdm->write((vpconfig | vp
41 struct omap_vp_instance *vp = voltdm->vp; local
124 struct omap_vp_instance *vp = voltdm->vp; local
199 struct omap_vp_instance *vp; local
243 struct omap_vp_instance *vp; local
[all...]
H A DMakefile124 voltagedomain-common := voltage.o vc.o vp.o
H A Dprm3xxx.c21 #include "vp.h"
100 struct omap3_vp *vp = &omap3_vp[vp_id]; local
105 return irqstatus & vp->tranxdone_status;
110 struct omap3_vp *vp = &omap3_vp[vp_id]; local
112 omap2_prm_write_mod_reg(vp->tranxdone_status,
H A Dprm44xx.c24 #include "vp.h"
149 struct omap4_vp *vp = &omap4_vp[vp_id]; local
154 vp->irqstatus_mpu);
155 return irqstatus & vp->tranxdone_status;
160 struct omap4_vp *vp = &omap4_vp[vp_id]; local
162 omap4_prminst_write_inst_reg(vp->tranxdone_status,
165 vp->irqstatus_mpu);
H A Dvoltage.c40 #include "vp.h"
266 if (voltdm->vp) {
H A Dvoltage.h19 #include "vp.h"
52 * @vp: pointer to VP associated with this voltagedomain
68 struct omap_vp_instance *vp; member in struct:voltagedomain
H A Dvoltagedomains54xx_data.c19 #include "vp.h"
41 .vp = &omap4_vp_mpu,
52 .vp = &omap4_vp_iva,
63 .vp = &omap4_vp_core,
/linux-master/arch/sh/kernel/cpu/shmobile/
H A Dpm.c82 void *vp; local
100 vp = sdp + 1;
104 memcpy(vp, &sh_mobile_sleep_enter_start, n);
105 vp += roundup(n, 4);
109 memcpy(vp, pre_start, n);
110 sdp->sf_pre = (unsigned long)vp;
111 vp += roundup(n, 4);
115 memcpy(vp, post_start, n);
116 sdp->sf_post = (unsigned long)vp;
117 vp
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c349 m_vtob_p vp = NULL; local
356 vp = mp->vtob[hc];
357 while (vp && vp->vaddr != a)
358 vp = vp->next;
360 if (!vp)
362 b = vp->baddr + (m - a);
/linux-master/sound/isa/sb/
H A Demu8000_callback.c18 static int start_voice(struct snd_emux_voice *vp);
19 static void trigger_voice(struct snd_emux_voice *vp);
20 static void release_voice(struct snd_emux_voice *vp);
21 static void update_voice(struct snd_emux_voice *vp, int update);
23 static void terminate_voice(struct snd_emux_voice *vp);
32 static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
33 static void set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
34 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
35 static void set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
36 static void set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp);
83 release_voice(struct snd_emux_voice *vp) argument
99 terminate_voice(struct snd_emux_voice *vp) argument
111 update_voice(struct snd_emux_voice *vp, int update) argument
147 struct snd_emux_voice *vp; local
221 start_voice(struct snd_emux_voice *vp) argument
301 trigger_voice(struct snd_emux_voice *vp) argument
336 set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
345 set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
359 set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
370 set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
388 set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
395 set_fm2frq2(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
413 set_filterQ(struct snd_emu8000 *hw, struct snd_emux_voice *vp) argument
[all...]
/linux-master/sound/synth/emux/
H A Demux_voice.h52 void snd_emux_setup_effect(struct snd_emux_voice *vp);
/linux-master/arch/mips/include/asm/
H A Dmips-cm.h412 unsigned int vp = cpu_vpe_id(&cpu_data[cpu]); local
414 return (core * mips_cm_max_vp_width()) + vp;
423 * @vp: the VP within the other core to be accessed
427 * the CM revision) to target the specified @cluster, @core, @vp & register
438 unsigned int vp, unsigned int block);
451 unsigned int vp, unsigned int block) { }
450 mips_cm_lock_other(unsigned int cluster, unsigned int core, unsigned int vp, unsigned int block) argument
/linux-master/arch/mips/kernel/
H A Dmips-cm.c298 unsigned int vp, unsigned int block)
308 FIELD_PREP(CM3_GCR_Cx_OTHER_VP, vp);
297 mips_cm_lock_other(unsigned int cluster, unsigned int core, unsigned int vp, unsigned int block) argument
H A Dspram.c172 unsigned int *vp = (unsigned int *)(CKSEG1 | pa); local
175 vp[0] = TDAT;
176 vp[1] = ~TDAT;
180 v = vp[0];
182 printk(KERN_ERR "vp=%p wrote=%08x got=%08x\n",
183 vp, TDAT, v);
184 v = vp[1];
186 printk(KERN_ERR "vp=%p wrote=%08x got=%08x\n",
187 vp+1, ~TDAT, v);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h25 bool vp : 1; member in struct:kvmppc_bat
147 extern void kvmppc_mmu_pte_vflush(struct kvm_vcpu *vcpu, u64 vp, u64 vp_mask);
H A Dopal.h247 int64_t opal_xive_set_irq_config(uint32_t girq, uint64_t vp, uint8_t prio,
249 int64_t opal_xive_get_queue_info(uint64_t vp, uint32_t prio,
255 int64_t opal_xive_set_queue_info(uint64_t vp, uint32_t prio,
261 int64_t opal_xive_free_vp_block(uint64_t vp);
262 int64_t opal_xive_get_vp_info(uint64_t vp,
267 int64_t opal_xive_set_vp_info(uint64_t vp,
274 int64_t opal_xive_get_queue_state(uint64_t vp, uint32_t prio,
277 int64_t opal_xive_set_queue_state(uint64_t vp, uint32_t prio,
280 int64_t opal_xive_get_vp_state(uint64_t vp, __be64 *out_w01);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_32_mmu.c142 if (!bat->vp)
H A Dbook3s_emulate.c642 bat->vp = (val & 1) ? 1 : 0;
H A Dbook3s_xive.c1875 int kvmppc_xive_compute_vp_id(struct kvmppc_xive *xive, u32 cpu, u32 *vp) argument
1898 *vp = vp_id;
H A Dbook3s_xive.h303 int kvmppc_xive_compute_vp_id(struct kvmppc_xive *xive, u32 cpu, u32 *vp);
/linux-master/arch/powerpc/sysdev/xive/
H A Dnative.c117 __be64 vp; local
120 rc = opal_xive_get_irq_config(hw_irq, &vp, prio, &lirq);
122 *target = be64_to_cpu(vp);
128 #define vp_err(vp, fmt, ...) pr_err("VP[0x%x]: " fmt, vp, ##__VA_ARGS__)
394 u32 vp; local
406 vp = xive_pool_vps + cpu;
408 rc = opal_xive_set_vp_info(vp, OPAL_XIVE_VP_ENABLED, 0);
419 rc = opal_xive_get_vp_info(vp, NULL, &vp_cam_be, NULL, NULL);
434 u32 vp; local
[all...]
/linux-master/arch/powerpc/xmon/
H A Dxmon.c1973 read_spr(int n, unsigned long *vp) argument
1982 ret = xmon_mfspr(n, *vp);
1985 *vp = ret;
3497 scanhex(unsigned long *vp) argument
3526 *vp = ((unsigned long *)xmon_regs)[i];
3540 *vp = 0;
3555 *vp = 0;
3559 *vp = kallsyms_lookup_name(tmpstr);
3563 if (!(*vp)) {
3582 *vp
[all...]
/linux-master/arch/sparc/kernel/
H A Dldc.c411 struct ldc_version *vp)
417 vp, sizeof(*vp), &new_tail);
420 vp->major, vp->minor);
573 static int process_ver_info(struct ldc_channel *lp, struct ldc_version *vp) argument
579 vp->major, vp->minor);
586 vap = find_by_major(vp->major);
589 } else if (vap->major != vp
410 send_version_ack(struct ldc_channel *lp, struct ldc_version *vp) argument
607 process_ver_ack(struct ldc_channel *lp, struct ldc_version *vp) argument
625 process_ver_nack(struct ldc_channel *lp, struct ldc_version *vp) argument
650 struct ldc_version *vp; local
[all...]

Completed in 313 milliseconds

12345