Searched refs:pcr (Results 1 - 25 of 40) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dau1000_pb1x00.c66 u16 pcr; local
67 pcr = PCR_SLOT_0_RST | PCR_SLOT_1_RST;
74 pcr |= SET_VCC_VPP(VCC_HIZ,VPP_HIZ,0);
75 pcr |= SET_VCC_VPP(VCC_HIZ,VPP_HIZ,1);
76 au_writel(pcr, PB1000_PCR);
83 u16 pcr;
84 pcr = au_readw(PCMCIA_BOARD_REG) & ~0xf; /* turn off power */
85 pcr &= ~(PC_DEASSERT_RST | PC_DRV_EN);
86 au_writew(pcr, PCMCIA_BOARD_REG);
95 u16 pcr; local
205 u16 pcr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/86xx/
H A Dmpc86xx_smp.c37 unsigned long pcr; local
47 pcr = in_be32(mcm_vaddr + (MCM_PORT_CONFIG_OFFSET >> 2));
48 pcr |= 1 << (nr + 24);
49 out_be32(mcm_vaddr + (MCM_PORT_CONFIG_OFFSET >> 2), pcr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Datmsvc.h51 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : \
H A Datm.h141 int pcr; /* desired PCR in cells per second */ member in struct:atm_trafprm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Datm_misc.c57 * min max pcr result min max pcr result
70 * if pcr == z then z-
71 * else if min == x && pcr == - then x+
79 if (tp->pcr && tp->pcr != ATM_MAX_PCR)
80 return -tp->pcr;
81 if (tp->min_pcr && !tp->pcr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-imx/
H A Dimxfb.h25 u_int pcr; member in struct:imxfb_mach_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dimxfb.h54 u_int pcr; member in struct:imxfb_info
H A Dimxfb.c352 LCDC_PCR = fbi->pcr;
366 if( fbi->pcr & PCR_TFT )
369 width = 1 << ((fbi->pcr >> 28) & 0x3);
403 if (fbi->pcr & PCR_SHARP) {
494 fbi->pcr = inf->pcr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dtext2qos.c89 switch (fetch(text,"max_pcr=","pcr=","min_pcr=","max_sdu=","sdu=",
98 if (a) a->pcr = value;
99 if (b) b->pcr = value;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsetup.c228 u32 pcr; local
230 asm (".chip 68060; movec %%pcr,%0; .chip 68k"
231 : "=d" (pcr));
232 if (((pcr >> 8) & 0xff) <= 5) {
234 asm (".chip 68060; movec %0,%%pcr; .chip 68k"
235 : : "d" (pcr | 0x20));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunsab.h36 u8 pcr; /* Port Configuration Register */ member in struct:sab82532_async_rd_regs
72 u8 pcr; member in struct:sab82532_async_wr_regs
108 u8 pcr; member in struct:sab82532_async_rw_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dhorizon.c159 int pcr; desired PCR in cells per second
170 CBR(pcr) pcr bandwidth always available
171 rtVBR(pcr,scr,mbs) scr bandwidth always available, upto pcr at mbs too
175 nrtVBR(pcr,scr,mbs) scr bandwidth always available, upto pcr at mbs too
177 ABR(mcr,pcr) mcr bandwidth always available, upto pcr (depending) too
180 pcr an
1985 atm_pcr_check(struct atm_trafprm * tp, unsigned int pcr) argument
2134 int pcr = atm_pcr_goal (txtp); local
2197 int pcr = atm_pcr_goal (rxtp); local
[all...]
H A Diphase.c169 if (iavcc_r->pcr < dev->rate_limit) {
343 srv_p->pcr = dev->LineRate;
380 f_abr_vc->f_pcr = cellrate_to_float(srv_p->pcr);
398 air = srv_p->pcr << (15 - srv_p->rif);
1580 if (vcc->qos.txtp.pcr >= iadev->rate_limit) {
1635 /* find pcr */
1637 vcc->qos.txtp.pcr = iadev->LineRate;
1638 else if ((vcc->qos.txtp.max_pcr == 0)&&( vcc->qos.txtp.pcr <= 0))
1639 vcc->qos.txtp.pcr = iadev->LineRate;
1640 else if ((vcc->qos.txtp.max_pcr > vcc->qos.txtp.pcr)
[all...]
H A Dzatm.c695 static int alloc_shaper(struct atm_dev *dev,int *pcr,int min,int max,int ubr) argument
712 *pcr = 0;
741 *pcr = i*ATM_OC3_PCR/m;
743 if ((min && *pcr < min) || (max && *pcr > max)) return -EINVAL;
744 if (zatm_dev->tx_bw < *pcr) return -EAGAIN;
745 zatm_dev->tx_bw -= *pcr;
748 DPRINTK("i = %d, m = %d, PCR = %d\n",i,m,*pcr);
824 int pcr,unlimited; local
846 if ((zatm_vcc->shaper = alloc_shaper(vcc->dev,&pcr,
[all...]
H A Dfirestream.c936 int pcr = atm_pcr_goal (txtp); local
938 fs_dprintk (FS_DEBUG_OPEN, "pcr = %d.\n", pcr);
941 if (pcr > 51840000/53/8) pcr = 51840000/53/8;
943 if (pcr > 155520000/53/8) pcr = 155520000/53/8;
945 if (!pcr) {
950 if (pcr < 0) {
952 pcr
[all...]
H A Deni.c1222 static int comp_tx(struct eni_dev *eni_dev,int *pcr,int reserved,int *pre, argument
1230 if (*pcr > 0) {
1234 if (TS_CLOCK/pre_div[*pre]/64 <= *pcr) break;
1235 div = pre_div[*pre]**pcr;
1242 if (!*pcr) *pcr = eni_dev->tx_bw+reserved;
1244 if (TS_CLOCK/pre_div[*pre]/64 > -*pcr) break;
1246 div = pre_div[*pre]*-*pcr;
1253 *pcr = TS_CLOCK/pre_div[*pre]/(*res+1);
1254 DPRINTK("out pcr
[all...]
H A Dambassador.c843 int pcr = atm_pcr_goal (txtp); local
844 if (!pcr) {
851 if (pcr < 0) {
853 pcr = -pcr;
857 error = make_rate (pcr, r, &tx_rate_bits, NULL);
H A Dlanai.c2110 int x, icg, pcr = atm_pcr_goal(&qos->txtp); local
2111 if (pcr == 0) /* Use maximum bandwidth */
2113 if (pcr < 0) {
2115 pcr = -pcr;
2117 x = pcr * 27;
2124 DPRINTK("pcr_to_cbricg: pcr=%d rounddown=%c icg=%d\n",
2125 pcr, rounddown ? 'Y' : 'N', icg);
H A Didt77252.c2083 idt77252_rate_logindex(struct idt77252_dev *card, int pcr) argument
2087 afp = idt77252_int_to_atmfp(pcr < 0 ? -pcr : pcr);
2088 if (pcr < 0)
2137 idt77252_init_est(struct vc_map *vc, int pcr) argument
2144 est->maxcps = pcr < 0 ? -pcr : pcr;
2169 (qos->txtp.pcr
[all...]
H A Diphase.h212 u32 pcr; member in struct:ia_vcc
250 u_short pcr; member in struct:main_vc
811 u32 pcr; /* Peak Cell Rate (24-bit) */ member in struct:srv_cls_param
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegtsenc.c473 // adjust pcr
532 int64_t pcr = -1; /* avoid warning */ local
559 // add 11, pcr references the last byte of program clock reference base
560 pcr = ts->cur_pcr + (4+7)*8*90000LL / ts->mux_rate;
561 if (dts != AV_NOPTS_VALUE && dts < pcr)
562 av_log(s, AV_LOG_WARNING, "dts < pcr, TS is invalid\n");
565 *q++ = pcr >> 25;
566 *q++ = pcr >> 17;
567 *q++ = pcr >> 9;
568 *q++ = pcr >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dn2.c336 u8 cnt, pcr; local
418 pcr = PCR_ENWIN | PCR_VPM | (USE_BUS16BITS ? PCR_BUS16 : 0);
419 outb(pcr, io + N2_PCR);
443 pcr |= PCR_RUNSCA; /* run SCA */
444 outb(pcr, io + N2_PCR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_dbg.c129 WRT_REG_WORD(&reg->pcr, 0x2000);
134 WRT_REG_WORD(&reg->pcr, 0x2200);
139 WRT_REG_WORD(&reg->pcr, 0x2400);
144 WRT_REG_WORD(&reg->pcr, 0x2600);
149 WRT_REG_WORD(&reg->pcr, 0x2800);
154 WRT_REG_WORD(&reg->pcr, 0x2A00);
159 WRT_REG_WORD(&reg->pcr, 0x2C00);
164 WRT_REG_WORD(&reg->pcr, 0x2E00);
477 WRT_REG_WORD(&reg->pcr, 0x2000);
482 WRT_REG_WORD(&reg->pcr,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S234 .long 0x4E7A0808 |movec pcr,%d0
236 .long 0x4E7B0808 |movec %d0,pcr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dau1550_spi.c151 u32 pcr; local
156 pcr = hw->regs->psc_spipcr;
158 } while (pcr != 0);

Completed in 224 milliseconds

12