Home
last modified time | relevance | path

Searched refs:txfifo (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dserial_sifive.c26 u32 txfifo; member
81 if (readl(&regs->txfifo) & UART_TXFIFO_FULL) in _sifive_serial_putc()
84 writel(c, &regs->txfifo); in _sifive_serial_putc()
180 return !!(readl(&regs->txfifo) & UART_TXFIFO_FULL); in sifive_serial_pending()
/openbmc/qemu/hw/char/
H A Dsifive_uart.c108 s->txfifo &= ~SIFIVE_UART_TXFIFO_FULL; in sifive_uart_xmit()
128 s->txfifo |= SIFIVE_UART_TXFIFO_FULL; in sifive_uart_write_tx_fifo()
155 return s->txfifo; in sifive_uart_read()
260 s->txfifo = 0; in sifive_uart_reset_enter()
331 VMSTATE_UINT32(txfifo, SiFiveUARTState),
/openbmc/qemu/include/hw/char/
H A Dsifive_uart.h72 uint32_t txfifo; member
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-mmc.h32 uint32_t txfifo; member
/openbmc/u-boot/drivers/mmc/
H A Dpxa_mmc_gen.c238 writel(*buf++, &regs->txfifo); in pxa_mmc_do_write_xfer()