Home
last modified time | relevance | path

Searched full:mvs (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dqcom,rpm-regulator.yaml24 mvs
52 "^((s|l|lvs)[0-9]*|s[1-2][a-b]|ncp|mvs|usb-switch|hdmi-switch)$":
/openbmc/u-boot/env/
H A Dext4.c12 * Maximilian Schwerin <mvs@tigris.de>
H A Dfat.c6 * Maximilian Schwerin <mvs@tigris.de>
/openbmc/u-boot/include/
H A Dstatus_led.h42 /***** MVS v1 **********************************************************/
/openbmc/linux/drivers/cpufreq/
H A Dpowernow-k8.c626 u32 mvs; in find_psb_table() local
660 mvs = ((psb->flags2) >> 4) & 3; in find_psb_table()
661 data->vidmvs = 1 << mvs; in find_psb_table()
666 pr_debug("maximum voltage step: %d - 0x%x\n", mvs, data->vidmvs); in find_psb_table()
H A Dpowernow-k8.h17 u32 vidmvs; /* usable value calculated from mvs */
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-apq8060-dragonboard.dts525 /* LVS0 thru 3 and mvs are just switches */
532 mvs { };
H A Dqcom-msm8660.dtsi521 pm8901_mvs: mvs {};
/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c311 /* Address to store the references' MVs */ in codec_h264_resume()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h362 /* MVS linker does not support external names larger than 8 bytes */
/openbmc/linux/drivers/regulator/
H A Dqcom_rpm-regulator.c865 { "mvs", QCOM_RPM_PM8901_MVS, &pm8901_switch, "mvs_in" },
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1036 case V4L2_CID_MPEG_VIDEO_HEVC_MAX_NUM_MERGE_MV_MINUS1: return "HEVC Max Num of Candidate MVs"; in v4l2_ctrl_get_name()
/openbmc/qemu/disas/
H A Dsh4.c1506 /* FIXME mvs: movx insns print as ".word 0x%03x", insn & 0xfff
/openbmc/linux/net/core/
H A Ddev.c2328 * they originated from - MvS (miquels@drinkel.ow.org) in dev_queue_xmit_nit()