Searched refs:BD_SC_WRAP (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/drivers/tty/serial/ |
| D | cpm_uart.c | 76 if (in_be16(&bdp->cbd_sc) & BD_SC_WRAP) { in cpm_uart_tx_empty() 300 if (in_be16(&bdp->cbd_sc) & BD_SC_WRAP) in cpm_uart_int_rx() 665 if (in_be16(&bdp->cbd_sc) & BD_SC_WRAP) in cpm_uart_tx_pump() 697 if (in_be16(&bdp->cbd_sc) & BD_SC_WRAP) in cpm_uart_tx_pump() 739 out_be16(&bdp->cbd_sc, BD_SC_WRAP | BD_SC_EMPTY | BD_SC_INTRPT); in cpm_uart_initbd() 754 out_be16(&bdp->cbd_sc, BD_SC_WRAP | BD_SC_INTRPT); in cpm_uart_initbd() 1044 if (in_be16(&bdp->cbd_sc) & BD_SC_WRAP) in cpm_uart_early_write() 1061 if (in_be16(&bdp->cbd_sc) & BD_SC_WRAP) in cpm_uart_early_write() 1116 if (bdp->cbd_sc & BD_SC_WRAP) in poll_wait_key()
|
| D | ucc_uart.c | 268 if (ioread16be(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_empty() 350 if (ioread16be(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_pump() 384 if (ioread16be(&bdp->status) & BD_SC_WRAP) in qe_uart_tx_pump() 513 if (ioread16be(&bdp->status) & BD_SC_WRAP) in qe_uart_int_rx() 610 iowrite16be(BD_SC_WRAP | BD_SC_EMPTY | BD_SC_INTRPT, &bdp->status); in qe_uart_initbd() 635 iowrite16be(BD_SC_WRAP | BD_SC_INTRPT, &bdp->status); in qe_uart_initbd()
|
| /Linux-v6.6/include/soc/fsl/ |
| D | cpm.h | 99 #define BD_SC_WRAP (0x2000) /* Last buffer descriptor */ macro
|
| /Linux-v6.6/drivers/spi/ |
| D | spi-fsl-cpm.c | 87 iowrite16be(BD_SC_EMPTY | BD_SC_INTRPT | BD_SC_WRAP, &rx_bd->cbd_sc); in fsl_spi_cpm_bufs_start() 94 iowrite16be(BD_SC_READY | BD_SC_INTRPT | BD_SC_WRAP | BD_SC_LAST, in fsl_spi_cpm_bufs_start()
|
| /Linux-v6.6/drivers/net/ethernet/freescale/fs_enet/ |
| D | fs_enet-main.c | 387 ((i < fep->rx_ring - 1) ? 0 : BD_SC_WRAP)); in fs_init_bds() 394 CBDW_SC(bdp, (i < fep->rx_ring - 1) ? 0 : BD_SC_WRAP); in fs_init_bds() 404 CBDW_SC(bdp, (i < fep->tx_ring - 1) ? 0 : BD_SC_WRAP); in fs_init_bds()
|
| /Linux-v6.6/drivers/i2c/busses/ |
| D | i2c-cpm.c | 211 setbits16(&tbdf->cbd_sc, BD_SC_LAST | BD_SC_WRAP); in cpm_i2c_parse_message() 226 setbits16(&rbdf->cbd_sc, BD_SC_WRAP); in cpm_i2c_parse_message()
|
| /Linux-v6.6/drivers/net/ethernet/freescale/ |
| D | fec.h | 251 #define BD_SC_WRAP ((ushort)0x2000) /* Last buffer descriptor */ macro
|
| D | fec_main.c | 942 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_bd_init() 990 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_bd_init() 3393 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_alloc_rxq_buffers() 3429 bdp->cbd_sc |= cpu_to_fec16(BD_SC_WRAP); in fec_enet_alloc_txq_buffers()
|