Home
last modified time | relevance | path

Searched refs:mvp (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Dmachvec.c46 struct sh_machine_vector *mvp; in early_parse_mv() local
66 mvp = get_mv_byname(mv_name); in early_parse_mv()
67 if (unlikely(!mvp)) { in early_parse_mv()
69 for_each_mv(mvp) in early_parse_mv()
70 pr_cont("'%s', ", mvp->mv_name); in early_parse_mv()
75 sh_mv = *mvp; in early_parse_mv()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uhubctl/
H A Duhubctl_2.6.0.bb2 HOMEPAGE = "https://github.com/mvp/uhubctl"
3 BUGTRACKER = "https://github.com/mvp/uhubctl/issues"
10 SRC_URI = "git://github.com/mvp/${BPN};branch=master;protocol=https"
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c231 return env->mvp->CP0_MVPControl; in helper_mfc0_mvpcontrol()
236 return env->mvp->CP0_MVPConf0; in helper_mfc0_mvpconf0()
241 return env->mvp->CP0_MVPConf1; in helper_mfc0_mvpconf1()
523 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mtc0_mvpcontrol()
526 newval = (env->mvp->CP0_MVPControl & ~mask) | (arg1 & mask); in helper_mtc0_mvpcontrol()
530 env->mvp->CP0_MVPControl = newval; in helper_mtc0_mvpcontrol()
621 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) in helper_mtc0_vpeconf1()
694 if (env->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mtc0_tcbind()
708 if (other->mvp->CP0_MVPControl & (1 << CP0MVPCo_VPC)) { in helper_mttc0_tcbind()
1574 target_ulong prev = env->mvp->CP0_MVPControl; in helper_dvpe()
[all …]
/openbmc/qemu/hw/mips/
H A Dmalta.c977 env->mvp->CP0_MVPConf0 = deposit32(env->mvp->CP0_MVPConf0, in malta_mips_config()
980 env->mvp->CP0_MVPConf0 = deposit32(env->mvp->CP0_MVPConf0, in malta_mips_config()
/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc1035 env->mvp = g_malloc0(sizeof(CPUMIPSMVPContext));
1045 env->mvp->CP0_MVPConf0 = (1U << CP0MVPC0_M) | (1 << CP0MVPC0_TLBS) |
1054 env->mvp->CP0_MVPConf0 |= (env->tlb->nb_tlb << CP0MVPC0_PTLBE);
1059 env->mvp->CP0_MVPConf1 = (1U << CP0MVPC1_CIM) | (1 << CP0MVPC1_CIF) |
H A Dinternal.h252 if (!(env->mvp->CP0_MVPControl & (1 << CP0MVPCo_EVP))) { in mips_vpe_active()
H A Dcpu.h1177 CPUMIPSMVPContext *mvp; member
H A Dcpu.c344 env->mvp->CP0_MVPControl |= (1 << CP0MVPCo_EVP); in mips_cpu_reset_hold()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c236 VMSTATE_STRUCT_POINTER(env.mvp, MIPSCPU, vmstate_mvp,
/openbmc/linux/Documentation/hwmon/
H A Dlm90.rst338 http://www.maxim-ic.com/datasheet/index.mvp/id/4199
350 http://www.maxim-ic.com/datasheet/index.mvp/id/4199
/openbmc/linux/Documentation/driver-api/usb/
H A Dwriting_musb_glue_layer.rst715 https://www.maximintegrated.com/app-notes/index.mvp/id/1822
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c8074 (env->mvp->CP0_MVPConf0 & (0xff << CP0MVPC0_PTC))) { in gen_mftr()
8300 (env->mvp->CP0_MVPConf0 & (0xff << CP0MVPC0_PTC))) { in gen_mttr()