Home
last modified time | relevance | path

Searched refs:vcores (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dclocks-common.c540 void scale_vcores(struct vcores_data const *vcores) in scale_vcores() argument
543 struct volts *pv = (struct volts *)vcores; in scale_vcores()
553 px = (struct volts *)vcores; in scale_vcores()
583 debug("cor: %d\n", vcores->core.value[opp]); in scale_vcores()
584 do_scale_vcore(vcores->core.addr, vcores->core.value[opp], in scale_vcores()
585 vcores->core.pmic); in scale_vcores()
597 debug("mpu: %d\n", vcores->mpu.value[opp]); in scale_vcores()
598 do_scale_vcore(vcores->mpu.addr, vcores->mpu.value[opp], in scale_vcores()
599 vcores->mpu.pmic); in scale_vcores()
601 abb_setup(vcores->mpu.efuse.reg[opp], in scale_vcores()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Dhwinit.c461 struct vcores_data const *vcores = *omap_vcores; in vmmc_pbias_config() local
470 if (vcores->core.pmic->i2c_slave_addr == 0x60) { in vmmc_pbias_config()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dkvm_host.h346 struct kvmppc_vcore *vcores[KVM_MAX_VCORES]; member
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv.c2399 vcore = kvm->arch.vcores[core]; in kvmppc_core_vcpu_create_hv()
2412 kvm->arch.vcores[core] = vcore; in kvmppc_core_vcpu_create_hv()
4673 struct kvmppc_vcore *vc = kvm->arch.vcores[i]; in kvmppc_update_lpcr()
5070 kfree(kvm->arch.vcores[i]); in kvmppc_free_vcores()