Searched refs:BD_SC_READY (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | mpc8xx_spi.c | 181 clrbits_be16(&tbdf->cbd_sc, BD_SC_READY); in spi_init_f() 303 out_be16(&tbdf->cbd_sc, BD_SC_READY | BD_SC_LAST | BD_SC_WRAP); in spi_xfer() 325 if ((in_be16(&tbdf->cbd_sc) & BD_SC_READY) == 0) in spi_xfer()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/ |
| H A D | cpm_uart_core.c | 70 if (in_be16(&bdp->cbd_sc) & BD_SC_READY) in cpm_uart_tx_empty() 689 setbits16(&bdp->cbd_sc, BD_SC_READY); in cpm_uart_tx_pump() 710 while (!(in_be16(&bdp->cbd_sc) & BD_SC_READY) && in cpm_uart_tx_pump() 723 setbits16(&bdp->cbd_sc, BD_SC_READY); in cpm_uart_tx_pump() 984 while ((in_be16(&bdp->cbd_sc) & BD_SC_READY) != 0) in cpm_uart_early_write() 996 setbits16(&bdp->cbd_sc, BD_SC_READY); in cpm_uart_early_write() 1005 while ((in_be16(&bdp->cbd_sc) & BD_SC_READY) != 0) in cpm_uart_early_write() 1013 setbits16(&bdp->cbd_sc, BD_SC_READY); in cpm_uart_early_write() 1026 while ((in_be16(&bdp->cbd_sc) & BD_SC_READY) != 0) in cpm_uart_early_write()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | serial_scc.c | 197 while (tbdf->cbd_sc & BD_SC_READY) in mpc85xx_serial_putc() 204 tbdf->cbd_sc |= BD_SC_READY; in mpc85xx_serial_putc()
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_mpc8xx.c | 184 setbits_be16(&rtx->txbd.cbd_sc, BD_SC_READY); in smc_putc() 186 while (in_be16(&rtx->txbd.cbd_sc) & BD_SC_READY) in smc_putc()
|
| /OK3568_Linux_fs/kernel/include/soc/fsl/ |
| H A D | cpm.h | 98 #define BD_SC_READY (0x8000) /* Transmit is ready */ macro
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-cpm.c | 229 setbits16(&tbdf->cbd_sc, BD_SC_READY); in cpm_i2c_parse_message() 236 setbits16(&tbdf->cbd_sc, BD_SC_READY | BD_SC_INTRPT); in cpm_i2c_parse_message() 359 !(in_be16(&tbdf[tptr].cbd_sc) & BD_SC_READY), in cpm_i2c_xfer()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | ucc_uart.c | 264 if (qe_ioread16be(&bdp->status) & BD_SC_READY) in qe_uart_tx_empty() 348 qe_setbits_be16(&bdp->status, BD_SC_READY); in qe_uart_tx_pump() 369 while (!(qe_ioread16be(&bdp->status) & BD_SC_READY) && in qe_uart_tx_pump() 383 qe_setbits_be16(&bdp->status, BD_SC_READY); in qe_uart_tx_pump()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | fec.h | 29 #define BD_SC_READY ((ushort)0x8000) /* Transmit is ready */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | fec.h | 241 #define BD_SC_READY ((ushort)0x8000) /* Transmit is ready */ macro
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-fsl-cpm.c | 93 out_be16(&tx_bd->cbd_sc, BD_SC_READY | BD_SC_INTRPT | BD_SC_WRAP | in fsl_spi_cpm_bufs_start()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | cpm_8xx.h | 79 #define BD_SC_READY ((ushort)0x8000) /* Transmit is ready */ macro
|
| H A D | cpm_85xx.h | 113 #define BD_SC_READY ((ushort)0x8000) /* Transmit is ready */ macro
|