Home
last modified time | relevance | path

Searched refs:vpp (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dmax1600.c68 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()
85 vpp / 10, vpp % 10); in max1600_configure()
89 } else if (vpp != vcc && vpp != 0) { in max1600_configure()
H A Dmax1600.h30 int max1600_configure(struct max1600 *, unsigned int vcc, unsigned int vpp);
H A Dpcmcia_cis.c184 p_dev->vpp = cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000; in pcmcia_do_loop_config()
186 p_dev->vpp = in pcmcia_do_loop_config()
H A Dsoc_common.h77 struct soc_pcmcia_regulator vpp; member
H A Dpcmcia_resource.c325 p_dev->vpp = new_vpp; in pcmcia_fixup_vpp()
504 s->socket.Vpp = p_dev->vpp; in pcmcia_enable_device()
538 p_dev->vpp, flags, p_dev->config_base, p_dev->config_regs, in pcmcia_enable_device()
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dsimtec-nor.c29 static void simtec_nor_vpp(struct platform_device *pdev, int vpp) in simtec_nor_vpp() argument
35 printk(KERN_DEBUG "%s(%d)\n", __func__, vpp); in simtec_nor_vpp()
37 if (vpp) in simtec_nor_vpp()
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dpcmciamtd.c38 int vpp; member
55 static int vpp; variable
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()
550 link->vpp = dev->vpp; in pcmciamtd_config()
552 link->vpp = 0; in pcmciamtd_config()
H A Dpismo.c45 void (*vpp)(void *, int); member
55 pismo->vpp(pismo->vpp_data, on); in pismo_set_vpp()
137 if (pismo->vpp) in pismo_add_nor()
230 pismo->vpp = pdata->set_vpp; in pismo_probe()
H A Dl440gx.c33 static void l440gx_set_vpp(struct map_info *map, int vpp) in l440gx_set_vpp() argument
38 if (vpp) { in l440gx_set_vpp()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dtwl6030.dtsi44 vpp: regulator-vpp { label
45 compatible = "ti,twl6030-vpp";
H A Datlas7-evb.dts80 vpp@13110000 {
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/reset/
H A Dsirf,rstc.txt36 vpp@90020000 {
37 compatible = "sirf,prima2-vpp";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dcsr,atlas7-car.txt49 vpp@13110000 {
50 compatible = "sirf,prima2-vpp";
H A Dprima2-clock.txt50 vpp 35
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Djornada720.c341 static void jornada720_set_vpp(int vpp) in jornada720_set_vpp() argument
343 if (vpp) in jornada720_set_vpp()
H A Dh3xxx.c45 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()
H A Dcollie.c323 static void collie_set_vpp(int vpp) in collie_set_vpp() argument
325 gpio_set_value(COLLIE_GPIO_VPEN, vpp); in collie_set_vpp()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-cs.c241 link->vpp / 10, link->vpp % 10); in ide_config()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfsl_devices.h142 int(*voltage_set)(int slot, int vcc, int vpp);
/OK3568_Linux_fs/kernel/include/pcmcia/
H A Dds.h108 unsigned int vpp; member
/OK3568_Linux_fs/kernel/drivers/clk/sirf/
H A Dclk-prima2.c63 usp2, vip, gfx, mm, lcd, vpp, mmc01, mmc23, mmc45, usbpll, enumerator
H A Dclk-atlas6.c64 usp2, vip, gfx, gfx2d, lcd, vpp, mmc01, mmc23, mmc45, usbpll, enumerator
/OK3568_Linux_fs/kernel/drivers/memstick/core/
H A Dms_block.h92 unsigned char vpp; member
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dhx4700.c751 static void hx4700_set_vpp(struct platform_device *pdev, int vpp) in hx4700_set_vpp() argument
753 gpio_set_value(GPIO91_HX4700_FLASH_VPEN, vpp); in hx4700_set_vpp()
H A Dmagician.c848 static void magician_set_vpp(struct platform_device *pdev, int vpp) in magician_set_vpp() argument
850 gpio_set_value(EGPIO_MAGICIAN_FLASH_VPP, vpp); in magician_set_vpp()

12