Home
last modified time | relevance | path

Searched full:txfifo (Results 1 – 25 of 35) sorted by relevance

12

/linux/drivers/usb/host/
H A Docteon-hcd.h117 * @ptxfemplvl: Periodic TxFIFO Empty Level (PTxFEmpLvl)
119 * Indicates when the Periodic TxFIFO Empty Interrupt bit in the
123 * TxFIFO is half empty
125 * TxFIFO is completely empty
126 * @nptxfemplvl: Non-Periodic TxFIFO Empty Level (NPTxFEmpLvl)
128 * Indicates when the Non-Periodic TxFIFO Empty Interrupt bit in
132 * Periodic TxFIFO is half empty
134 * Periodic TxFIFO is completely empty
251 * @ptxfempmsk: Periodic TxFIFO Empty Mask (PTxFEmpMsk)
276 * @nptxfempmsk: Non-Periodic TxFIFO Empty Mask (NPTxFEmpMsk)
[all …]
/linux/drivers/spi/
H A Dspi-imx.c118 unsigned int txfifo; /* number of words pushed in tx FIFO */ member
879 * when TXFIFO is half empty in mx31_prepare_transfer()
1215 while (spi_imx->txfifo < spi_imx->devtype_data->fifo_size) { in spi_imx_push()
1219 spi_imx->txfifo >= DIV_ROUND_UP(spi_imx->remainder, 4)) in spi_imx_push()
1222 spi_imx->txfifo++; in spi_imx_push()
1233 while (spi_imx->txfifo && in spi_imx_isr()
1236 spi_imx->txfifo--; in spi_imx_isr()
1244 if (spi_imx->txfifo) { in spi_imx_isr()
1561 spi_imx->txfifo = 0; in spi_imx_pio_transfer()
1592 spi_imx->txfifo = 0; in spi_imx_poll_transfer()
[all …]
H A Dspi-xlp.c96 int txerrors; /* TXFIFO underflow count */
/linux/drivers/usb/gadget/udc/
H A Damd5536udc.h256 /* EP0in txfifo = 128 bytes*/
258 /* EP0in fullspeed txfifo = 128 bytes*/
500 u32 __iomem *txfifo; member
552 u32 __iomem *txfifo; member
H A Damd5536udc_pci.c140 dev->txfifo = (u32 __iomem *)(dev->virt_addr + UDC_TXFIFO_ADDR); in udc_pci_probe()
/linux/drivers/tty/serial/
H A Dimx_earlycon.c16 #define UTS_TXFULL (1<<4) /* TxFIFO full */
H A Dsifive.c248 * sifive_serial_is_txfifo_full() - is the TXFIFO full?
271 * ensure that the TXFIFO has space; see sifive_serial_is_txfifo_full().
H A Dimx.c156 #define UTS_TXEMPTY (1<<6) /* TxFIFO empty */
158 #define UTS_TXFULL (1<<4) /* TxFIFO full */
/linux/Documentation/devicetree/bindings/gpio/
H A Dspear_spics.txt6 released as soon as transfer is over and TxFIFO becomes empty. This is not
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pcsx-defs.h516 uint64_t txfifo:1; member
526 uint64_t txfifo:1;
548 uint64_t txfifo:1; member
558 uint64_t txfifo:1;
/linux/drivers/platform/olpc/
H A Dolpc-xo175-ec.c362 /* Throw command into TxFIFO */ in olpc_xo175_ec_complete()
461 /* Most non-command packets get the TxFIFO refilled and an ACK. */ in olpc_xo175_ec_complete()
/linux/drivers/usb/dwc3/
H A Dgadget.c655 * dwc3_gadget_calc_tx_fifo_size - calculates the txfifo size value
667 * The max packet size is set to 1024, as the txfifo requirements mainly apply
690 * dwc3_gadget_calc_ram_depth - calculates the ram depth for txfifo
711 * between the RX and TX FIFOs. This means that the txfifo can begin in dwc3_gadget_calc_ram_depth()
728 * dwc3_gadget_clear_tx_fifos - Clears txfifo allocation
731 * Iterates through all the endpoint registers and clears the previous txfifo
744 /* Read ep0IN related TXFIFO size */ in dwc3_gadget_clear_tx_fifos()
753 /* Clear existing TXFIFO for all IN eps except ep0 */ in dwc3_gadget_clear_tx_fifos()
777 * on the configured size for RAM1 - which contains TxFifo -,
3157 * of the TXFIFO sizes when resizing internal memory for individual endpoints.
H A Dcore.h1084 * @tx_fifo_resize_max_num: max number of fifos allocated during txfifo resize
1100 * @do_fifo_resize: true when txfifo resizing is enabled for dwc3 endpoints
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-fh.h533 * from the RTC TxFIFO and the current value of the TxCredit counter was
535 * synchronized to the TxFIFO status
/linux/drivers/net/can/rockchip/
H A Drockchip_canfd.h317 /* Erratum 5: Counters related to the TXFIFO and RXFIFO exhibit
/linux/drivers/net/ethernet/micrel/
H A Dks8851_spi.c293 * Returns the size of the TXFIFO message needed to send
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt61pci.h1349 * FRAME_OFFSET: Frame start offset inside ASIC TXFIFO (after TXINFO field).
1363 * through TXFIFO. MAC block use this TXINFO to control the transmission
H A Drt73usb.h981 * FRAME_OFFSET: Frame start offset inside ASIC TXFIFO (after TXINFO field).
/linux/arch/microblaze/boot/dts/
H A Dsystem.dts222 xlnx,txfifo = <0x1000>;
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965.h1240 * from the RTC TxFIFO and the current value of the TxCredit counter was
1242 * synchronized to the TxFIFO status
/linux/drivers/usb/musb/
H A Dmusb_cppi41.c284 * too early that means the TXFIFO is not yet empty but the DMA in cppi41_dma_callback()
/linux/sound/soc/fsl/
H A Dfsl_xcvr.c1633 tx_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "txfifo"); in fsl_xcvr_probe()
1635 dev_err(dev, "could not find rxfifo or txfifo resource\n"); in fsl_xcvr_probe()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h875 * was aborted due to missing next frame bytes in txfifo
/linux/drivers/usb/dwc2/
H A Dhcd_intr.c216 dev_vdbg(hsotg->dev, "--Non-Periodic TxFIFO Empty Interrupt--\n"); in dwc2_np_tx_fifo_empty_intr()
229 dev_vdbg(hsotg->dev, "--Periodic TxFIFO Empty Interrupt--\n"); in dwc2_perio_tx_fifo_empty_intr()
/linux/drivers/net/ieee802154/
H A Dmrf24j40.c204 /* for writing txfifo */

12