/arch/arm/mach-omap2/ |
D | vp.c | 14 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 …]
|
D | voltagedomains54xx_data.c | 44 .vp = &omap4_vp_mpu, 55 .vp = &omap4_vp_iva, 66 .vp = &omap4_vp_core,
|
D | voltagedomains44xx_data.c | 58 .vp = &omap4_vp_mpu, 69 .vp = &omap4_vp_iva, 80 .vp = &omap4_vp_core,
|
D | voltagedomains3xxx_data.c | 59 .vp = &omap3_vp_mpu, 70 .vp = &omap3_vp_core,
|
D | prm44xx.c | 145 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()
|
D | prm3xxx.c | 102 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()
|
D | voltage.h | 71 struct omap_vp_instance *vp; member
|
D | voltage.c | 263 if (voltdm->vp) { in omap_voltage_late_init()
|
D | Makefile | 127 voltagedomain-common := voltage.o vc.o vp.o
|
/arch/sh/kernel/cpu/shmobile/ |
D | pm.c | 85 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/ |
D | spram.c | 175 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()
|
D | mips-cm.c | 262 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/ |
D | ptrace.c | 49 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/ |
D | ldc.c | 418 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/ |
D | mips-cm.h | 480 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/ |
D | kvm_book3s.h | 35 bool vp : 1; member 118 extern void kvmppc_mmu_pte_vflush(struct kvm_vcpu *vcpu, u64 vp, u64 vp_mask);
|
/arch/ia64/kernel/ |
D | unaligned.c | 34 # 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/ |
D | tlb_uv.c | 1777 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/ |
D | xmon.c | 2583 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/ |
D | book3s_32_mmu.c | 159 if (!bat->vp) in kvmppc_mmu_book3s_32_xlate_bat()
|
D | book3s_emulate.c | 330 bat->vp = (val & 1) ? 1 : 0; in kvmppc_set_bat()
|
/arch/arm/boot/dts/ |
D | exynos4210.dtsi | 224 clock-names = "mixer", "hdmi", "sclk_hdmi", "vp", "mout_mixer",
|
D | exynos4x12.dtsi | 344 clock-names = "mixer", "hdmi", "sclk_hdmi", "vp";
|