Home
last modified time | relevance | path

Searched refs:bdp (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/tty/serial/
H A Dcpm_uart.c69 cbd_t __iomem *bdp = pinfo->tx_bd_base; in cpm_uart_tx_empty() local
73 if (in_be16(&bdp->cbd_sc) & BD_SC_READY) in cpm_uart_tx_empty()
76 if (in_be16(&bdp->cbd_sc) & BD_SC_WRAP) { in cpm_uart_tx_empty()
80 bdp++; in cpm_uart_tx_empty()
236 cbd_t __iomem *bdp; in cpm_uart_int_rx() local
245 bdp = pinfo->rx_cur; in cpm_uart_int_rx()
254 status = in_be16(&bdp->cbd_sc); in cpm_uart_int_rx()
260 i = in_be16(&bdp->cbd_datlen); in cpm_uart_int_rx()
271 cp = cpm2cpu_addr(in_be32(&bdp->cbd_bufaddr), pinfo); in cpm_uart_int_rx()
296 clrbits16(&bdp->cbd_sc, BD_SC_BR | BD_SC_FR | BD_SC_PR | in cpm_uart_int_rx()
[all …]
H A Ducc_uart.c261 struct qe_bd __iomem *bdp = qe_port->tx_bd_base; in qe_uart_tx_empty() local
264 if (ioread16be(&bdp->status) & BD_SC_READY) in qe_uart_tx_empty()
268 if (ioread16be(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_empty()
275 bdp++; in qe_uart_tx_empty()
333 struct qe_bd __iomem *bdp; in qe_uart_tx_pump() local
342 bdp = qe_port->tx_cur; in qe_uart_tx_pump()
344 p = qe2cpu_addr(ioread32be(&bdp->buf), qe_port); in qe_uart_tx_pump()
347 iowrite16be(1, &bdp->length); in qe_uart_tx_pump()
348 qe_setbits_be16(&bdp->status, BD_SC_READY); in qe_uart_tx_pump()
350 if (ioread16be(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_pump()
[all …]
/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c397 struct greth_bd *bdp; in greth_start_xmit() local
425 bdp = greth->tx_bd_base + greth->tx_next; in greth_start_xmit()
426 dma_addr = greth_read_bd(&bdp->addr); in greth_start_xmit()
444 greth_write_bd(&bdp->stat, status); in greth_start_xmit()
466 struct greth_bd *bdp; in greth_start_xmit_gbit() local
506 bdp = greth->tx_bd_base + greth->tx_next; in greth_start_xmit_gbit()
507 greth_write_bd(&bdp->stat, status); in greth_start_xmit_gbit()
513 greth_write_bd(&bdp->addr, dma_addr); in greth_start_xmit_gbit()
521 bdp = greth->tx_bd_base + curr_tx; in greth_start_xmit_gbit()
538 greth_write_bd(&bdp->stat, status); in greth_start_xmit_gbit()
[all …]
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c110 static void gfar_init_rxbdp(struct gfar_priv_rx_q *rx_queue, struct rxbd8 *bdp, in gfar_init_rxbdp() argument
115 bdp->bufPtr = cpu_to_be32(buf); in gfar_init_rxbdp()
118 if (bdp == rx_queue->rx_bd_base + rx_queue->rx_ring_size - 1) in gfar_init_rxbdp()
123 bdp->lstatus = cpu_to_be32(lstatus); in gfar_init_rxbdp()
1242 struct rxbd8 *bdp; in gfar_alloc_rx_buffs() local
1247 bdp = &rx_queue->rx_bd_base[i]; in gfar_alloc_rx_buffs()
1260 gfar_init_rxbdp(rx_queue, bdp, in gfar_alloc_rx_buffs()
1264 bdp++; in gfar_alloc_rx_buffs()
1269 bdp = rx_queue->rx_bd_base; in gfar_alloc_rx_buffs()
1718 static inline struct txbd8 *skip_txbd(struct txbd8 *bdp, int stride, in skip_txbd() argument
[all …]
H A Dgianfar.h1311 static inline void gfar_clear_txbd_status(struct txbd8 *bdp) in gfar_clear_txbd_status() argument
1313 u32 lstatus = be32_to_cpu(bdp->lstatus); in gfar_clear_txbd_status()
1316 bdp->lstatus = cpu_to_be32(lstatus); in gfar_clear_txbd_status()
1329 struct rxbd8 *bdp; in gfar_rxbd_dma_lastfree() local
1334 bdp = &rxq->rx_bd_base[i]; in gfar_rxbd_dma_lastfree()
1336 bdp_dma += (uintptr_t)bdp - (uintptr_t)rxq->rx_bd_base; in gfar_rxbd_dma_lastfree()
/linux/drivers/clk/mediatek/
H A DMakefile39 obj-$(CONFIG_COMMON_CLK_MT2701_BDPSYS) += clk-mt2701-bdp.o
47 obj-$(CONFIG_COMMON_CLK_MT2712_BDPSYS) += clk-mt2712-bdp.o