Searched refs:vpp (Results 1 – 13 of 13) sorted by relevance
/arch/arm/mach-s3c24xx/ |
D | simtec-nor.c | 29 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()
|
/arch/arm/boot/dts/ |
D | twl6030.dtsi | 44 vpp: regulator-vpp { label 45 compatible = "ti,twl6030-vpp";
|
D | atlas7-evb.dts | 80 vpp@13110000 {
|
D | atlas6.dtsi | 127 vpp@90020000 { 128 compatible = "sirf,prima2-vpp";
|
D | prima2.dtsi | 133 vpp@90020000 { 134 compatible = "sirf,prima2-vpp";
|
D | atlas7.dtsi | 1918 vpp@13110000 { 1919 compatible = "sirf,atlas7-vpp";
|
D | tegra114-roth.dts | 894 regulator-name = "vpp-fuse";
|
D | tegra114-dalmore.dts | 1001 regulator-name = "vpp-fuse";
|
/arch/arm/mach-sa1100/ |
D | jornada720.c | 341 static void jornada720_set_vpp(int vpp) in jornada720_set_vpp() argument 343 if (vpp) in jornada720_set_vpp()
|
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()
|
D | collie.c | 315 static void collie_set_vpp(int vpp) in collie_set_vpp() argument 317 gpio_set_value(COLLIE_GPIO_VPEN, vpp); in collie_set_vpp()
|
/arch/arm/mach-pxa/ |
D | hx4700.c | 747 static void hx4700_set_vpp(struct platform_device *pdev, int vpp) in hx4700_set_vpp() argument 749 gpio_set_value(GPIO91_HX4700_FLASH_VPEN, vpp); in hx4700_set_vpp()
|
D | magician.c | 842 static void magician_set_vpp(struct platform_device *pdev, int vpp) in magician_set_vpp() argument 844 gpio_set_value(EGPIO_MAGICIAN_FLASH_VPP, vpp); in magician_set_vpp()
|