Searched refs:cbd_t (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dm8260_tty.c35 volatile cbd_t *tbdf, *rbdf;
104 rbdf = (cbd_t *)&ip->im_dprambase[dpaddr];
115 sup->scc_genscc.scc_tbase = dpaddr + sizeof(cbd_t);
170 up->smc_tbase = dpaddr+sizeof(cbd_t);
226 volatile cbd_t *rbdf;
240 rbdf = (cbd_t *)&ip->im_dprambase[sup->scc_genscc.scc_rbase];
243 rbdf = (cbd_t *)&ip->im_dprambase[up->smc_rbase];
261 volatile cbd_t *tbdf;
273 tbdf = (cbd_t *)&ip->im_dprambase[sup->scc_genscc.scc_tbase];
276 tbdf = (cbd_t *)
[all...]
H A Dm8xx_tty.c39 volatile cbd_t *tbdf, *rbdf;
96 rbdf = (cbd_t *)&cp->cp_dpmem[dpaddr];
106 up->smc_tbase = dpaddr+sizeof(cbd_t);
165 rbdf = (cbd_t *)&cp->cp_dpmem[dpaddr];
175 up->smc_tbase = dpaddr+sizeof(cbd_t);
204 tbdf = (cbd_t *)&cp->cp_dpmem[up->smc_tbase];
205 rbdf = (cbd_t *)&cp->cp_dpmem[up->smc_rbase];
241 volatile cbd_t *tbdf;
246 tbdf = (cbd_t *)&cpmp->cp_dpmem[up->smc_tbase];
261 volatile cbd_t *rbd
[all...]
H A Diic.c74 iip->iic_rbase = dpaddr + (2 * sizeof(cbd_t));
118 volatile cbd_t *tbdf, *rbdf;
135 tbdf = (cbd_t *)&cp->cp_dpmem[iip->iic_tbase];
136 rbdf = (cbd_t *)&cp->cp_dpmem[iip->iic_rbase];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/cpm_uart/
H A Dcpm_uart.h63 volatile cbd_t *rx_bd_base;
64 volatile cbd_t *rx_cur;
65 volatile cbd_t *tx_bd_base;
66 volatile cbd_t *tx_cur;
H A Dcpm_uart_cpm1.c130 dpmemsz = sizeof(cbd_t) * (pinfo->rx_nrfifos + pinfo->tx_nrfifos);
166 pinfo->rx_bd_base = (volatile cbd_t *)dp_mem;
H A Dcpm_uart_core.c129 volatile cbd_t *bdp = pinfo->tx_bd_base;
265 volatile cbd_t *bdp;
325 pinfo->rx_cur = (volatile cbd_t *) bdp;
632 volatile cbd_t *bdp;
708 volatile cbd_t *bdp;
1089 volatile cbd_t *bdp, *bdbase;
1152 pinfo->tx_cur = (volatile cbd_t *) bdp;
H A Dcpm_uart_cpm2.c231 dpmemsz = sizeof(cbd_t) * (pinfo->rx_nrfifos + pinfo->tx_nrfifos);
267 pinfo->rx_bd_base = (volatile cbd_t *)dp_mem;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c111 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */
112 cbd_t *tx_bd_base;
113 cbd_t *cur_rx, *cur_tx; /* The next free ring entry */
114 cbd_t *dirty_tx; /* The ring entries to be free()ed. */
170 volatile cbd_t *bdp;
230 cep->cur_tx = (cbd_t *)bdp;
247 cbd_t *bdp;
279 volatile cbd_t *bdp;
374 cep->dirty_tx = (cbd_t *)bdp;
417 volatile cbd_t *bd
[all...]
H A Dfcc_enet.c370 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */
371 cbd_t *tx_bd_base;
372 cbd_t *cur_rx, *cur_tx; /* The next free ring entry */
373 cbd_t *dirty_tx; /* The ring entries to be free()ed. */
427 volatile cbd_t *bdp;
479 cep->cur_tx = (cbd_t *)bdp;
497 cbd_t *bdp;
527 volatile cbd_t *bdp;
627 cep->dirty_tx = (cbd_t *)bdp;
669 volatile cbd_t *bd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c133 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */
134 cbd_t *tx_bd_base;
135 cbd_t *cur_rx, *cur_tx; /* The next free ring entry */
136 cbd_t *dirty_tx; /* The ring entries to be free()ed. */
199 volatile cbd_t *bdp;
264 cep->cur_tx = (cbd_t *)bdp;
281 cbd_t *bdp;
311 volatile cbd_t *bdp;
405 cep->dirty_tx = (cbd_t *)bdp;
446 volatile cbd_t *bd
[all...]
H A Dfec.c155 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */
156 cbd_t *tx_bd_base;
157 cbd_t *cur_rx, *cur_tx; /* The next free ring entry */
158 cbd_t *dirty_tx; /* The ring entries to be free()ed. */
347 volatile cbd_t *bdp;
420 fep->cur_tx = (cbd_t *)bdp;
437 cbd_t *bdp;
540 volatile cbd_t *bdp;
617 fep->dirty_tx = (cbd_t *)bdp;
636 volatile cbd_t *bd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_8xx.h116 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */
117 cbd_t *tx_bd_base;
118 cbd_t *dirty_tx; /* ring entries to be free()ed. */
119 cbd_t *cur_rx;
120 cbd_t *cur_tx;
H A Dfec_main.c244 cbd_t *bdp;
473 cbd_t *bdp;
626 cbd_t *bdp;
808 cbd_t *bdp;
1133 sizeof(cbd_t), &fep->ring_mem_addr,
1228 sizeof(cbd_t), fep->ring_base,
1246 dma_free_coherent(NULL, (fpi->tx_ring + fpi->rx_ring) * sizeof(cbd_t),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dfs_enet.h134 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */
135 cbd_t *tx_bd_base;
136 cbd_t *dirty_tx; /* ring entries to be free()ed. */
137 cbd_t *cur_rx;
138 cbd_t *cur_tx;
H A Dfs_enet-main.c77 cbd_t *bdp;
225 cbd_t *bdp;
346 cbd_t *bdp;
496 cbd_t *bdp;
549 cbd_t *bdp;
590 cbd_t *bdp;
1108 dma_free_coherent(fep->dev, (fpi->tx_ring + fpi->rx_ring) * sizeof(cbd_t),
H A Dmac-fcc.c185 sizeof(cbd_t), &fep->ring_mem_addr,
200 (fpi->tx_ring + fpi->rx_ring) * sizeof(cbd_t),
298 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring;
H A Dmac-fec.c147 sizeof(cbd_t), &fep->ring_mem_addr,
162 * sizeof(cbd_t),
296 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring;
H A Dmac-scc.c169 sizeof(cbd_t), 8);
283 fep->ring_mem_addr + sizeof(cbd_t) * fpi->rx_ring);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-rpx.c52 data->dp_addr = cpm_dpalloc(sizeof(cbd_t) * 4, 8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.h110 } cbd_t; typedef in typeref:struct:bufdesc
H A Dfec.c201 cbd_t *rx_bd_base; /* Address of Rx and Tx buffers. */
202 cbd_t *tx_bd_base;
203 cbd_t *cur_rx, *cur_tx; /* The next free ring entry */
204 cbd_t *dirty_tx; /* The ring entries to be free()ed. */
310 volatile cbd_t *bdp;
397 fep->cur_tx = (cbd_t *)bdp;
414 cbd_t *bdp;
496 volatile cbd_t *bdp;
559 fep->dirty_tx = (cbd_t *)bdp;
574 volatile cbd_t *bd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dcommproc.h90 } cbd_t; typedef in typeref:struct:cpm_buf_desc
H A Dcpm2.h128 } cbd_t; typedef in typeref:struct:cpm_buf_desc

Completed in 153 milliseconds