/openbmc/linux/drivers/pcmcia/ |
H A D | max1600.c | 68 int max1600_configure(struct max1600 *m, unsigned int vcc, unsigned int vpp) in max1600_configure() argument 74 if (vpp == 0) { in max1600_configure() 77 } else if (vpp == 120) { in max1600_configure() 80 } else if (vpp == vcc) { in max1600_configure() 84 dev_err(m->dev, "unrecognised Vpp %u.%uV\n", in max1600_configure() 85 vpp / 10, vpp % 10); in max1600_configure() 89 } else if (vpp != vcc && vpp != 0) { in max1600_configure() 90 dev_err(m->dev, "no VPP control\n"); in max1600_configure()
|
H A D | sa1111_jornada720.c | 67 printk(KERN_INFO "%s(): config socket %d vcc %d vpp %d\n", __func__, in jornada720_pcmcia_configure_socket() 68 skt->nr, state->Vcc, state->Vpp); in jornada720_pcmcia_configure_socket() 108 if (state->Vpp != state->Vcc && state->Vpp != 0) { in jornada720_pcmcia_configure_socket() 109 printk(KERN_ERR "%s(): slot cannot support VPP %u\n", in jornada720_pcmcia_configure_socket() 110 __func__, state->Vpp); in jornada720_pcmcia_configure_socket()
|
H A D | pcmcia_resource.c | 295 * pcmcia_fixup_vpp() - set Vpp to a new voltage level 297 * @new_vpp: new Vpp voltage 299 * pcmcia_fixup_vpp() allows a PCMCIA device driver to set Vpp to 310 dev_dbg(&p_dev->dev, "fixup Vpp to %d\n", new_vpp); in pcmcia_fixup_vpp() 319 s->socket.Vpp = new_vpp; in pcmcia_fixup_vpp() 321 dev_warn(&p_dev->dev, "Unable to set VPP\n"); in pcmcia_fixup_vpp() 325 p_dev->vpp = new_vpp; in pcmcia_fixup_vpp() 341 * driver, the Vpp voltage is set to 0, IRQs will no longer be generated, 359 s->socket.Vpp = 0; in pcmcia_release_configuration() 474 * the Vpp voltage, enables the speaker line, I/O ports and store proper [all …]
|
H A D | db1xxx_ss.c | 237 * bits[2:3] set vpp for card 269 switch (state->Vpp) { in db1x_pcmcia_configure() 280 printk(KERN_INFO "pcmcia%d unsupported Vpp %d\n", in db1x_pcmcia_configure() 281 sock->nr, state->Vpp); in db1x_pcmcia_configure() 284 /* sanity check: Vpp must be 0, 12, or Vcc */ in db1x_pcmcia_configure() 285 if (((state->Vcc == 33) && (state->Vpp == 50)) || in db1x_pcmcia_configure() 286 ((state->Vcc == 50) && (state->Vpp == 33))) { in db1x_pcmcia_configure() 287 printk(KERN_INFO "pcmcia%d bad Vcc/Vpp combo (%d %d)\n", in db1x_pcmcia_configure() 288 sock->nr, state->Vcc, state->Vpp); in db1x_pcmcia_configure()
|
H A D | pxa2xx_sharpsl.c | 121 if ((state->Vpp!=state->Vcc) && (state->Vpp!=0)) { in sharpsl_pcmcia_configure_socket() 122 printk(KERN_ERR "CF slot cannot support Vpp %u\n", state->Vpp); in sharpsl_pcmcia_configure_socket()
|
H A D | pd6729.c | 354 switch (state->Vpp) { in pd6729_set_socket() 356 dev_dbg(&sock->dev, "not setting Vpp on socket %i\n", in pd6729_set_socket() 361 dev_dbg(&sock->dev, "setting Vpp to Vcc for socket %i\n", in pd6729_set_socket() 366 dev_dbg(&sock->dev, "setting Vpp to 12.0\n"); in pd6729_set_socket() 371 "invalid VPP power value: %i\n", state->Vpp); in pd6729_set_socket()
|
H A D | i82092.c | 497 switch (state->Vpp) { in i82092aa_set_socket() 500 "not setting Vpp on socket %i\n", sock); in i82092aa_set_socket() 504 "setting Vpp to 5.0 for socket %i\n", sock); in i82092aa_set_socket() 508 dev_info(&sock_info->dev->dev, "setting Vpp to 12.0\n"); in i82092aa_set_socket() 513 "%s called with invalid VPP power value: %i", in i82092aa_set_socket()
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | physmap-versatile.c | 100 /* Clear VPP and write protection bits */ in ap_flash_init() 105 dev_err(&pdev->dev, "error clearing Integrator VPP/WP\n"); in ap_flash_init() 131 pr_err("error enabling AP VPP\n"); in ap_flash_set_vpp() 137 pr_err("error disabling AP VPP\n"); in ap_flash_set_vpp() 160 pr_err("error setting CP VPP\n"); in cp_flash_set_vpp() 167 pr_err("error setting CP VPP\n"); in cp_flash_set_vpp() 184 pr_err("error setting Versatile VPP\n"); in versatile_flash_set_vpp()
|
H A D | pcmciamtd.c | 38 int vpp; member 54 /* Force Vpp */ 55 static int vpp; variable 57 /* Set Vpp */ 73 MODULE_PARM_DESC(setvpp, "Set Vpp (0=Never, 1=On writes, 2=Always on, default=0)"); 74 module_param(vpp, int, 0); 75 MODULE_PARM_DESC(vpp, "Vpp value in 1/10ths eg 33=3.3V 120=12V (Dangerous)"); 304 pr_debug("dev = %p on = %d vpp = %d\n\n", dev, on, dev->vpp); in pcmciamtd_set_vpp() 308 pcmcia_fixup_vpp(link, dev->vpp); in pcmciamtd_set_vpp() 548 dev->vpp = (vpp) ? vpp : link->socket->socket.Vpp; in pcmciamtd_config() [all …]
|
H A D | l440gx.c | 30 /* Is this really the vpp port? */ 33 static void l440gx_set_vpp(struct map_info *map, int vpp) in l440gx_set_vpp() argument 38 if (vpp) { in l440gx_set_vpp() 55 * appripriate code for vpp enable/disable
|
H A D | pismo.c | 45 void (*vpp)(void *, int); member 55 pismo->vpp(pismo->vpp_data, on); in pismo_set_vpp() 137 if (pismo->vpp) in pismo_add_nor() 227 pismo->vpp = pdata->set_vpp; in pismo_probe()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | lgs8gxx.h | 61 /*0: 0.8Vpp, 1: 1.0Vpp, 2: 1.6Vpp, 3: 2.0Vpp*/
|
H A D | stv090x.h | 76 enum stv090x_adc_range adc1_range; /* default: 2Vpp */ 77 enum stv090x_adc_range adc2_range; /* default: 2Vpp */
|
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_vpp.h | 15 /* Mux VIU/VPP to ENCL */ 17 /* Mux VIU/VPP to ENCI */ 19 /* Mux VIU/VPP to ENCP */
|
/openbmc/linux/Documentation/devicetree/bindings/iommu/ |
H A D | mediatek,iommu.yaml | 82 - mediatek,mt8188-iommu-vpp # generation two 86 - mediatek,mt8195-iommu-vpp # generation two 163 - mediatek,mt8188-iommu-vpp 166 - mediatek,mt8195-iommu-vpp 178 - mediatek,mt8188-iommu-vpp 181 - mediatek,mt8195-iommu-vpp
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | twl6030.dtsi | 44 vpp: regulator-vpp { label 45 compatible = "ti,twl6030-vpp";
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | ethernet-phy.yaml | 80 phy-10base-t1l-2.4vpp: 82 tristate, request/disable 2.4 Vpp operating mode. The values are: 83 0: Disable 2.4 Vpp operating mode. 84 1: Request 2.4 Vpp operating mode from link partner.
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | mediatek,smi-common.yaml | 41 - mediatek,mt8188-smi-common-vpp 44 - mediatek,mt8195-smi-common-vpp 136 - mediatek,mt8195-smi-common-vpp
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | fw_qos.h | 44 /* Default supported priorities for VPP allocation */ 87 * mlx4_ALLOCATE_VPP_get - Query port VPP available resources and allocation. 104 * VPP allocation is allowed only after the port type has been set,
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_vpu.h | 82 /* Mux VIU/VPP to ENCI */ 84 /* Mux VIU/VPP to ENCP */
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | twl-regulator.txt | 10 - "ti,twl6030-vpp" for VPP LDO
|
/openbmc/linux/arch/arm/mach-sa1100/ |
H A D | h3xxx.c | 45 static void h3xxx_set_vpp(int vpp) in h3xxx_set_vpp() argument 47 gpio_set_value(H3XXX_EGPIO_VPP_ON, vpp); in h3xxx_set_vpp() 52 int err = gpio_request(H3XXX_EGPIO_VPP_ON, "Flash Vpp"); in h3xxx_flash_init()
|
/openbmc/linux/drivers/net/phy/ |
H A D | adin1100.c | 127 /* Disable 2.4 Vpp transmit level. */ in adin_config_aneg() 206 priv->tx_level_prop_present = device_property_present(dev, "phy-10base-t1l-2.4vpp"); in adin_get_features() 208 ret = device_property_read_u8(dev, "phy-10base-t1l-2.4vpp", &val); in adin_get_features()
|
/openbmc/linux/include/linux/mtd/ |
H A D | pfow.h | 73 #define DSR_VPPS (1<<3) /* RC; 0-Vpp OK, * 1-Vpp low */
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | amlogic,meson-vpu.yaml | 37 VPP: Video Post Processing 54 tree and provides the scanout clock to the VPP and VIU.
|