Home
last modified time | relevance | path

Searched refs:qe_bd (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/udc/
Dfsl_qe_udc.h273 struct qe_bd __iomem *rxbase;
274 struct qe_bd __iomem *n_rxbd;
275 struct qe_bd __iomem *e_rxbd;
277 struct qe_bd __iomem *txbase;
278 struct qe_bd __iomem *n_txbd;
279 struct qe_bd __iomem *c_txbd;
Dfsl_qe_udc.c287 struct qe_bd __iomem *bd; in qe_epbds_reset()
357 struct qe_bd __iomem *bd; in qe_ep_bd_init()
367 tmp_addr = cpm_muram_alloc(sizeof(struct qe_bd) * (bdring_len + in qe_ep_bd_init()
374 (sizeof(struct qe_bd) * bdring_len))); in qe_ep_bd_init()
380 ep->txbase = cpm_muram_addr(tmp_addr + (sizeof(struct qe_bd) in qe_ep_bd_init()
415 struct qe_bd __iomem *bd; in qe_ep_rxbd_update()
730 struct qe_bd __iomem *bd, *nextbd; in recycle_rxbds()
756 struct qe_bd __iomem *bd = ep->n_rxbd; in ep_recycle_rxbds()
822 struct qe_bd __iomem *bd; in qe_ep0_rx()
941 struct qe_bd __iomem *bd; in ep_rx_tasklet()
[all …]
/linux-4.1.27/arch/powerpc/include/asm/
Ducc_slow.h203 struct qe_bd *confBd; /* next BD for confirm after Tx */
204 struct qe_bd *tx_bd; /* next BD for new Tx request */
205 struct qe_bd *rx_bd; /* next BD to collect after Rx */
Dqe.h260 struct qe_bd { struct
/linux-4.1.27/arch/powerpc/sysdev/qe_lib/
Ducc_slow.c129 struct qe_bd *bd; in ucc_slow_init()
211 qe_muram_alloc(us_info->rx_bd_ring_len * sizeof(struct qe_bd), in ucc_slow_init()
222 qe_muram_alloc(us_info->tx_bd_ring_len * sizeof(struct qe_bd), in ucc_slow_init()
/linux-4.1.27/drivers/tty/serial/
Ducc_uart.c190 struct qe_bd *rx_bd_base;
191 struct qe_bd *rx_cur;
192 struct qe_bd *tx_bd_base;
193 struct qe_bd *tx_cur;
259 struct qe_bd *bdp = qe_port->tx_bd_base; in qe_uart_tx_empty()
331 struct qe_bd *bdp; in qe_uart_tx_pump()
465 struct qe_bd *bdp; in qe_uart_int_rx()
596 struct qe_bd *bdp; in qe_uart_initbd()
/linux-4.1.27/drivers/net/ethernet/freescale/
Ducc_geth.c227 out_be32(&((struct qe_bd __iomem *)bd)->buf, in get_new_skb()
261 bd += sizeof(struct qe_bd); in rx_bd_buffer_set()
568 sizeof(struct qe_bd)); in dump_bds()
577 sizeof(struct qe_bd)); in dump_bds()
1852 in_be32(&((struct qe_bd __iomem *)bd)->buf), in ucc_geth_free_rx()
1861 bd += sizeof(struct qe_bd); in ucc_geth_free_rx()
1895 in_be32(&((struct qe_bd __iomem *)bd)->buf), in ucc_geth_free_tx()
2210 length = ((ug_info->bdRingLenTx[j] * sizeof(struct qe_bd)) in ucc_geth_alloc_tx()
2213 if ((ug_info->bdRingLenTx[j] * sizeof(struct qe_bd)) % in ucc_geth_alloc_tx()
2243 ug_info->bdRingLenTx[j] * sizeof(struct qe_bd)), 0, in ucc_geth_alloc_tx()
[all …]
Ducc_geth.h560 struct qe_bd bd[NUM_BDS_IN_PREFETCHED_BDS]; /* prefetched bd */