Searched refs:BD_SC_WRAP (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Diic.c150 BD_SC_READY | BD_SC_LAST | BD_SC_WRAP | BD_IIC_START;
174 tbdf->cbd_sc = BD_SC_READY | BD_SC_LAST | BD_SC_WRAP | BD_IIC_START;
175 rbdf->cbd_sc = BD_SC_EMPTY | BD_SC_WRAP;
H A Dm8260_tty.c202 tbdf->cbd_sc |= BD_SC_WRAP;
203 rbdf->cbd_sc |= BD_SC_EMPTY | BD_SC_WRAP;
H A Dm8xx_tty.c216 tbdf->cbd_sc |= BD_SC_WRAP;
217 rbdf->cbd_sc |= BD_SC_EMPTY | BD_SC_WRAP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.h119 #define BD_SC_WRAP ((ushort)0x2000) /* Last buffer descriptor */ macro
H A Dfec.c2363 bdp->cbd_sc |= BD_SC_WRAP;
2388 bdp->cbd_sc |= BD_SC_WRAP;
2512 bdp->cbd_sc |= BD_SC_WRAP;
2529 bdp->cbd_sc |= BD_SC_WRAP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart_core.c136 if (bdp->cbd_sc & BD_SC_WRAP) {
317 if (bdp->cbd_sc & BD_SC_WRAP)
649 if (bdp->cbd_sc & BD_SC_WRAP)
683 if (bdp->cbd_sc & BD_SC_WRAP)
725 bdp->cbd_sc = BD_SC_WRAP | BD_SC_EMPTY | BD_SC_INTRPT;
740 bdp->cbd_sc = BD_SC_WRAP | BD_SC_INTRPT;
1122 if (bdp->cbd_sc & BD_SC_WRAP)
1138 if (bdp->cbd_sc & BD_SC_WRAP)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68360serial.c377 if (bdp->status & BD_SC_WRAP)
454 if (bdp->status & BD_SC_WRAP)
962 if (bdp->status & BD_SC_WRAP)
1015 if (bdp->status & BD_SC_WRAP)
1091 if (bdp->status & BD_SC_WRAP)
2096 if (bdp->status & BD_SC_WRAP)
2110 if (bdp->status & BD_SC_WRAP) {
2236 if (bdp->status & BD_SC_WRAP) {
2549 bdp->status = BD_SC_WRAP | BD_SC_EMPTY | BD_SC_INTRPT;
2588 bdp->status = (BD_SC_WRAP | BD_SC_INTRP
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c761 bdp->cbd_sc |= BD_SC_WRAP;
784 bdp->cbd_sc |= BD_SC_WRAP;
H A Dfcc_enet.c1936 bdp->cbd_sc |= BD_SC_WRAP;
1959 bdp->cbd_sc |= BD_SC_WRAP;
2236 bdp->cbd_sc |= BD_SC_WRAP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c836 bdp->cbd_sc |= BD_SC_WRAP;
863 bdp->cbd_sc |= BD_SC_WRAP;
H A Dfec.c1617 bdp->cbd_sc |= BD_SC_WRAP;
1807 bdp->cbd_sc |= BD_SC_WRAP;
1824 bdp->cbd_sc |= BD_SC_WRAP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_main.c314 ((i < fep->rx_ring - 1) ? 0 : BD_SC_WRAP));
321 CBDW_SC(bdp, (i < fep->rx_ring - 1) ? 0 : BD_SC_WRAP);
341 CBDW_SC(bdp, (i < fep->tx_ring - 1) ? 0 : BD_SC_WRAP);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet-main.c524 ((i < fep->rx_ring - 1) ? 0 : BD_SC_WRAP));
531 CBDW_SC(bdp, (i < fep->rx_ring - 1) ? 0 : BD_SC_WRAP);
541 CBDW_SC(bdp, (i < fep->tx_ring - 1) ? 0 : BD_SC_WRAP);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dcommproc.h84 #define BD_SC_WRAP ((ushort)0x2000) /* Last buffer descriptor in table */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dcommproc.h94 #define BD_SC_WRAP ((ushort)0x2000) /* Last buffer descriptor */ macro
H A Dcpm2.h132 #define BD_SC_WRAP ((ushort)0x2000) /* Last buffer descriptor */ macro

Completed in 136 milliseconds