Searched refs:yp (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dyellowfin.c183 the 'yp->tx_full' flag.
187 empty by incrementing the dirty_tx mark. Iff the 'yp->tx_full' flag is set, it
573 struct yellowfin_private *yp = netdev_priv(dev); local
574 void __iomem *ioaddr = yp->base;
589 iowrite32(yp->rx_ring_dma, ioaddr + RxPtr);
590 iowrite32(yp->tx_ring_dma, ioaddr + TxPtr);
611 yp->tx_threshold = 32;
612 iowrite32(yp->tx_threshold, ioaddr + TxThreshold);
615 dev->if_port = yp->default_port;
620 if (yp
655 struct yellowfin_private *yp = netdev_priv(dev); local
689 struct yellowfin_private *yp = netdev_priv(dev); local
726 struct yellowfin_private *yp = netdev_priv(dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dyam.c432 struct yam_port *yp = netdev_priv(dev); local
433 int divisor = 115200 / yp->baudrate;
498 static inline void yam_rx_flag(struct net_device *dev, struct yam_port *yp) argument
500 if (yp->dcd && yp->rx_len >= 3 && yp->rx_len < YAM_MAX_FRAME) {
501 int pkt_len = yp->rx_len - 2 + 1; /* -CRC + kiss */
504 if ((yp->rx_crch & yp->rx_crcl) != 0xFF) {
509 ++yp
527 yam_rx_byte(struct net_device *dev, struct yam_port *yp, unsigned char rxb) argument
553 struct yam_port *yp = netdev_priv(dev); local
560 yam_start_tx(struct net_device *dev, struct yam_port *yp) argument
572 struct yam_port *yp = netdev_priv(dev); local
615 yam_tx_byte(struct net_device *dev, struct yam_port *yp) argument
698 struct yam_port *yp; local
766 const struct yam_port *yp = netdev_priv(dev); local
817 struct yam_port *yp; local
837 struct yam_port *yp = netdev_priv(dev); local
881 struct yam_port *yp = netdev_priv(dev); local
900 struct yam_port *yp = netdev_priv(dev); local
926 struct yam_port *yp = netdev_priv(dev); local
1073 struct yam_port *yp = netdev_priv(dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqvideodec.c42 int vqid, bpos, xpos, ypos, xp, yp, x, y, mx, my; local
76 for (yp = ypos; yp < ypos + 16; yp += 8)
92 ff_apply_motion_8x8(ri, xp, yp, mx, my);
96 ff_apply_vector_4x4(ri, xp, yp, ri->cb2x2 + qcell->idx[0]);
97 ff_apply_vector_4x4(ri, xp+4, yp, ri->cb2x2 + qcell->idx[1]);
98 ff_apply_vector_4x4(ri, xp, yp+4, ri->cb2x2 + qcell->idx[2]);
99 ff_apply_vector_4x4(ri, xp+4, yp+4, ri->cb2x2 + qcell->idx[3]);
103 x = xp; y = yp;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsavage_drv.h447 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \
451 ((yp) ? 1<<15 : 0) | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Drgb2rgb_template.c2625 const uint8_t* yp=src1+srcStride1*y; local
2681 : "r"(yp), "r" (up), "r"(vp), "r"(d)
2688 d[8*x+0] = yp[x2];
2690 d[8*x+2] = yp[x2+1];
2692 d[8*x+4] = yp[x2+2];
2694 d[8*x+6] = yp[x2+3];

Completed in 122 milliseconds