Searched refs:vpp1 (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dsedlbauer_cs.c282 if (cfg->vpp1.present & (1<<CISTPL_POWER_VNOM))
284 cfg->vpp1.param[CISTPL_POWER_VNOM]/10000;
285 else if (dflt.vpp1.present & (1<<CISTPL_POWER_VNOM))
287 dflt.vpp1.param[CISTPL_POWER_VNOM]/10000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo_cs.c260 if (cfg->vpp1.present & (1<<CISTPL_POWER_VNOM))
262 cfg->vpp1.param[CISTPL_POWER_VNOM]/10000;
263 else if (dflt.vpp1.present & (1<<CISTPL_POWER_VNOM))
265 dflt.vpp1.param[CISTPL_POWER_VNOM]/10000;
H A Datmel_cs.c279 if (cfg->vpp1.present & (1<<CISTPL_POWER_VNOM))
281 cfg->vpp1.param[CISTPL_POWER_VNOM]/10000;
282 else if (dflt.vpp1.present & (1<<CISTPL_POWER_VNOM))
284 dflt.vpp1.param[CISTPL_POWER_VNOM]/10000;
H A Dorinoco_cs.c231 if (cfg->vpp1.present & (1 << CISTPL_POWER_VNOM))
233 cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
234 else if (dflt.vpp1.present & (1 << CISTPL_POWER_VNOM))
236 dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
H A Dspectrum_cs.c702 if (cfg->vpp1.present & (1 << CISTPL_POWER_VNOM))
704 cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
705 else if (dflt.vpp1.present & (1 << CISTPL_POWER_VNOM))
707 dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dsl811_cs.c209 if (cfg->vpp1.present & (1<<CISTPL_POWER_VNOM))
211 cfg->vpp1.param[CISTPL_POWER_VNOM]/10000;
212 else if (dflt.vpp1.present & (1<<CISTPL_POWER_VNOM))
214 dflt.vpp1.param[CISTPL_POWER_VNOM]/10000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dide-cs.c221 if (cfg->vpp1.present & (1 << CISTPL_POWER_VNOM))
223 cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
224 else if (stk->dflt.vpp1.present & (1 << CISTPL_POWER_VNOM))
226 stk->dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_pcmcia.c225 if (cfg->vpp1.present & (1 << CISTPL_POWER_VNOM))
226 pdev->conf.Vpp = cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
227 else if (stk->dflt.vpp1.present & (1 << CISTPL_POWER_VNOM))
228 pdev->conf.Vpp = stk->dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/pcmcia/
H A Dcistpl.h460 cistpl_power_t vcc, vpp1, vpp2; member in struct:cistpl_cftable_entry_t
481 cistpl_power_t vcc, vpp1, vpp2; member in struct:cistpl_cftable_entry_cb_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_cs.c622 if (cfg->vpp1.present & (1 << CISTPL_POWER_VNOM))
624 cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
625 else if (dflt.vpp1.present & (1 << CISTPL_POWER_VNOM))
627 dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dbt3c_cs.c730 if (cf->vpp1.present & (1 << CISTPL_POWER_VNOM))
731 link->conf.Vpp = cf->vpp1.param[CISTPL_POWER_VNOM] / 10000;
H A Dbtuart_cs.c660 if (cf->vpp1.present & (1 << CISTPL_POWER_VNOM))
661 link->conf.Vpp = cf->vpp1.param[CISTPL_POWER_VNOM] / 10000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcistpl.c1054 p = parse_power(p, q, &entry->vpp1);
1057 entry->vpp1.present = 0;
1182 p = parse_power(p, q, &entry->vpp1);
1185 entry->vpp1.present = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c1706 if (cfg->vpp1.present & (1 << CISTPL_POWER_VNOM)) {
1708 cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
1709 } else if (dflt.vpp1.present & (1 << CISTPL_POWER_VNOM)) {
1711 dflt.vpp1.param[CISTPL_POWER_VNOM] / 10000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_cs.c511 if (cf->vpp1.present & (1 << CISTPL_POWER_VNOM))
513 cf->vpp1.param[CISTPL_POWER_VNOM] / 10000;

Completed in 201 milliseconds