Searched refs:vpp (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/pcmcia/
H A Dmax1600.c68 int max1600_configure(struct max1600 *m, unsigned int vcc, unsigned int vpp) argument
74 if (vpp == 0) {
77 } else if (vpp == 120) {
80 } else if (vpp == vcc) {
85 vpp / 10, vpp % 10);
89 } else if (vpp != vcc && vpp != 0) {
H A Dmax1600.h30 int max1600_configure(struct max1600 *, unsigned int vcc, unsigned int vpp);
H A Dpcmcia_cis.c185 p_dev->vpp = cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
187 p_dev->vpp =
H A Dpcmcia_resource.c325 p_dev->vpp = new_vpp;
501 s->socket.Vpp = p_dev->vpp;
535 p_dev->vpp, flags, p_dev->config_base, p_dev->config_regs,
H A Dds.c297 p_dev->vpp/10, p_dev->vpp%10, p_dev->config_index, p_dev->irq);
/linux-master/drivers/mtd/maps/
H A Dl440gx.c30 /* Is this really the vpp port? */
33 static void l440gx_set_vpp(struct map_info *map, int vpp) argument
38 if (vpp) {
55 * appripriate code for vpp enable/disable
H A Dpismo.c45 void (*vpp)(void *, int); member in struct:pismo_data
55 pismo->vpp(pismo->vpp_data, on);
137 if (pismo->vpp)
227 pismo->vpp = pdata->set_vpp;
H A Dpcmciamtd.c38 int vpp; member in struct:pcmciamtd_dev
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);
308 pcmcia_fixup_vpp(link, dev->vpp);
548 dev->vpp = (vpp) ? vpp
[all...]
/linux-master/include/linux/
H A Dfsl_devices.h142 int(*voltage_set)(int slot, int vcc, int vpp);
/linux-master/include/pcmcia/
H A Dsoc_common.h69 struct soc_pcmcia_regulator vpp; member in struct:soc_pcmcia_socket
H A Dds.h108 unsigned int vpp; member in struct:pcmcia_device
/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c45 static void h3xxx_set_vpp(int vpp) argument
47 gpio_set_value(H3XXX_EGPIO_VPP_ON, vpp);
H A Djornada720.c341 static void jornada720_set_vpp(int vpp) argument
343 if (vpp)
H A Dcollie.c305 static void collie_set_vpp(int vpp) argument
307 gpio_set_value(COLLIE_GPIO_VPEN, vpp);
/linux-master/drivers/memstick/core/
H A Dms_block.h92 unsigned char vpp; member in struct:ms_boot_attr_info
H A Dmspro_block.c84 unsigned char vpp; member in struct:mspro_sys_info
316 rc += sysfs_emit_at(buffer, rc, "vpp: %x\n", x_sys->vpp);
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pf.c623 u16 qmap_stride, qpp, vpp, vf_q_idx, vf_q_idx0, qmap_idx; local
642 vpp = fm10k_vectors_per_pool(hw);
676 if (!(i & (vpp - 1)))
677 fm10k_write_reg(hw, FM10K_ITR2(i), i - vpp);

Completed in 178 milliseconds