Home
last modified time | relevance | path

Searched refs:vp (Results 1 – 23 of 23) sorted by relevance

/arch/arm/mach-omap2/
Dvp.c14 struct omap_vp_instance *vp = voltdm->vp; in _vp_set_init_voltage() local
20 vpconfig = voltdm->read(vp->vpconfig); in _vp_set_init_voltage()
21 vpconfig &= ~(vp->common->vpconfig_initvoltage_mask | in _vp_set_init_voltage()
22 vp->common->vpconfig_forceupdate | in _vp_set_init_voltage()
23 vp->common->vpconfig_initvdd); in _vp_set_init_voltage()
24 vpconfig |= vsel << __ffs(vp->common->vpconfig_initvoltage_mask); in _vp_set_init_voltage()
25 voltdm->write(vpconfig, vp->vpconfig); in _vp_set_init_voltage()
28 voltdm->write((vpconfig | vp->common->vpconfig_initvdd), in _vp_set_init_voltage()
29 vp->vpconfig); in _vp_set_init_voltage()
32 voltdm->write(vpconfig, vp->vpconfig); in _vp_set_init_voltage()
[all …]
Dvoltagedomains54xx_data.c44 .vp = &omap4_vp_mpu,
55 .vp = &omap4_vp_iva,
66 .vp = &omap4_vp_core,
Dvoltagedomains44xx_data.c58 .vp = &omap4_vp_mpu,
69 .vp = &omap4_vp_iva,
80 .vp = &omap4_vp_core,
Dvoltagedomains3xxx_data.c59 .vp = &omap3_vp_mpu,
70 .vp = &omap3_vp_core,
Dprm44xx.c145 struct omap4_vp *vp = &omap4_vp[vp_id]; in omap4_prm_vp_check_txdone() local
150 vp->irqstatus_mpu); in omap4_prm_vp_check_txdone()
151 return irqstatus & vp->tranxdone_status; in omap4_prm_vp_check_txdone()
156 struct omap4_vp *vp = &omap4_vp[vp_id]; in omap4_prm_vp_clear_txdone() local
158 omap4_prminst_write_inst_reg(vp->tranxdone_status, in omap4_prm_vp_clear_txdone()
161 vp->irqstatus_mpu); in omap4_prm_vp_clear_txdone()
Dprm3xxx.c102 struct omap3_vp *vp = &omap3_vp[vp_id]; in omap3_prm_vp_check_txdone() local
107 return irqstatus & vp->tranxdone_status; in omap3_prm_vp_check_txdone()
112 struct omap3_vp *vp = &omap3_vp[vp_id]; in omap3_prm_vp_clear_txdone() local
114 omap2_prm_write_mod_reg(vp->tranxdone_status, in omap3_prm_vp_clear_txdone()
Dvoltage.h71 struct omap_vp_instance *vp; member
Dvoltage.c263 if (voltdm->vp) { in omap_voltage_late_init()
DMakefile127 voltagedomain-common := voltage.o vc.o vp.o
/arch/sh/kernel/cpu/shmobile/
Dpm.c85 void *vp; in sh_mobile_register_self_refresh() local
103 vp = sdp + 1; in sh_mobile_register_self_refresh()
107 memcpy(vp, &sh_mobile_sleep_enter_start, n); in sh_mobile_register_self_refresh()
108 vp += roundup(n, 4); in sh_mobile_register_self_refresh()
112 memcpy(vp, pre_start, n); in sh_mobile_register_self_refresh()
113 sdp->sf_pre = (unsigned long)vp; in sh_mobile_register_self_refresh()
114 vp += roundup(n, 4); in sh_mobile_register_self_refresh()
118 memcpy(vp, post_start, n); in sh_mobile_register_self_refresh()
119 sdp->sf_post = (unsigned long)vp; in sh_mobile_register_self_refresh()
120 vp += roundup(n, 4); in sh_mobile_register_self_refresh()
[all …]
/arch/mips/kernel/
Dspram.c175 unsigned int *vp = (unsigned int *)(CKSEG1 | pa); in probe_spram() local
178 vp[0] = TDAT; in probe_spram()
179 vp[1] = ~TDAT; in probe_spram()
183 v = vp[0]; in probe_spram()
186 vp, TDAT, v); in probe_spram()
187 v = vp[1]; in probe_spram()
190 vp+1, ~TDAT, v); in probe_spram()
Dmips-cm.c262 void mips_cm_lock_other(unsigned int core, unsigned int vp) in mips_cm_lock_other() argument
271 val |= vp << CM3_GCR_Cx_OTHER_VP_SHF; in mips_cm_lock_other()
285 WARN_ON(vp != 0); in mips_cm_lock_other()
/arch/um/kernel/
Dptrace.c49 void __user *vp = p; in arch_ptrace() local
98 ret = ptrace_get_thread_area(child, addr, vp); in arch_ptrace()
102 ret = ptrace_set_thread_area(child, addr, vp); in arch_ptrace()
/arch/sparc/kernel/
Dldc.c418 struct ldc_version *vp) in send_version_ack() argument
424 vp, sizeof(*vp), &new_tail); in send_version_ack()
427 vp->major, vp->minor); in send_version_ack()
579 static int process_ver_info(struct ldc_channel *lp, struct ldc_version *vp) in process_ver_info() argument
585 vp->major, vp->minor); in process_ver_info()
592 vap = find_by_major(vp->major); in process_ver_info()
595 } else if (vap->major != vp->major) { in process_ver_info()
598 struct ldc_version ver = *vp; in process_ver_info()
613 static int process_ver_ack(struct ldc_channel *lp, struct ldc_version *vp) in process_ver_ack() argument
616 vp->major, vp->minor); in process_ver_ack()
[all …]
/arch/mips/include/asm/
Dmips-cm.h480 unsigned int vp = cpu_vpe_id(&cpu_data[cpu]); in mips_cm_vp_id() local
482 return (core * mips_cm_max_vp_width()) + vp; in mips_cm_vp_id()
496 extern void mips_cm_lock_other(unsigned int core, unsigned int vp);
/arch/powerpc/include/asm/
Dkvm_book3s.h35 bool vp : 1; member
118 extern void kvmppc_mmu_pte_vflush(struct kvm_vcpu *vcpu, u64 vp, u64 vp_mask);
/arch/ia64/kernel/
Dunaligned.c34 # define DDUMP(str,vp,len) dump(str, vp, len) argument
37 dump (const char *str, void *vp, size_t len) in dump() argument
39 unsigned char *cp = vp; in dump()
49 # define DDUMP(str,vp,len) argument
/arch/x86/platform/uv/
Dtlb_uv.c1777 void *vp; in pq_init() local
1786 vp = kmalloc_node(plsize, GFP_KERNEL, node); in pq_init()
1787 pqp = (struct bau_pq_entry *)vp; in pq_init()
2082 void *vp; in init_per_cpu() local
2087 vp = kmalloc(nuvhubs * sizeof(struct uvhub_desc), GFP_KERNEL); in init_per_cpu()
2088 uvhub_descs = (struct uvhub_desc *)vp; in init_per_cpu()
/arch/powerpc/xmon/
Dxmon.c2583 scanhex(unsigned long *vp) in scanhex() argument
2609 *vp = ((unsigned long *)xmon_regs)[i]; in scanhex()
2627 *vp = 0; in scanhex()
2642 *vp = 0; in scanhex()
2646 *vp = kallsyms_lookup_name(tmpstr); in scanhex()
2650 if (!(*vp)) { in scanhex()
2669 *vp = v; in scanhex()
/arch/powerpc/kvm/
Dbook3s_32_mmu.c159 if (!bat->vp) in kvmppc_mmu_book3s_32_xlate_bat()
Dbook3s_emulate.c330 bat->vp = (val & 1) ? 1 : 0; in kvmppc_set_bat()
/arch/arm/boot/dts/
Dexynos4210.dtsi224 clock-names = "mixer", "hdmi", "sclk_hdmi", "vp", "mout_mixer",
Dexynos4x12.dtsi344 clock-names = "mixer", "hdmi", "sclk_hdmi", "vp";