Searched refs:txfifo (Results 1 - 6 of 6) sorted by relevance

/u-boot/drivers/serial/
H A Dserial_sifive.c32 u32 txfifo; member in struct:uart_sifive
86 if (readl(&regs->txfifo) & UART_TXFIFO_FULL)
89 writel(c, &regs->txfifo);
175 return !!(readl(&regs->txfifo) & UART_TXFIFO_FULL);
/u-boot/drivers/spi/
H A Dfsl_qspi.c178 * TKT253890, the controller needs the driver to fill the txfifo with
206 unsigned int txfifo; member in struct:fsl_qspi_devtype_data
214 .txfifo = SZ_64,
222 .txfifo = SZ_512,
230 .txfifo = SZ_512,
239 .txfifo = SZ_512,
248 .txfifo = SZ_64,
257 .txfifo = SZ_64,
265 .txfifo = SZ_64,
402 op->data.nbytes > q->devtype_data->txfifo)
[all...]
H A Dnxp_fspi.c317 unsigned int txfifo; member in struct:nxp_fspi_devtype_data
325 .txfifo = SZ_1K, /* (128 * 64 bits) */
333 .txfifo = SZ_1K, /* (128 * 64 bits) */
441 op->data.nbytes > f->devtype_data->txfifo)
817 if (op->data.nbytes > f->devtype_data->txfifo)
818 op->data.nbytes = f->devtype_data->txfifo;
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pcsx-defs.h520 u64 txfifo : 1; member in struct:cvmx_pcsx_intx_reg::cvmx_pcsx_intx_reg_s
535 u64 txfifo : 1; member in struct:cvmx_pcsx_intx_reg::cvmx_pcsx_intx_reg_cn52xx
H A Dcvmx-bgxx-defs.h2154 u64 txfifo : 1; member in struct:cvmx_bgxx_gmp_pcs_intx::cvmx_bgxx_gmp_pcs_intx_s
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-cgx.h4190 u64 txfifo : 1; member in struct:cgxx_gmp_pcs_intx::cgxx_gmp_pcs_intx_s
4231 u64 txfifo : 1; member in struct:cgxx_gmp_pcs_intx_ena_w1c::cgxx_gmp_pcs_intx_ena_w1c_s
4272 u64 txfifo : 1; member in struct:cgxx_gmp_pcs_intx_ena_w1s::cgxx_gmp_pcs_intx_ena_w1s_s
4312 u64 txfifo : 1; member in struct:cgxx_gmp_pcs_intx_w1s::cgxx_gmp_pcs_intx_w1s_s

Completed in 238 milliseconds