Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,xcvr.yaml38 - const: txfifo
115 reg-names = "ram", "regs", "rxfifo", "txfifo";
/freebsd/sys/dev/spibus/controller/allwinner/
H A Daw_spi.c73 #define AW_SPI_IER_TF_UDR (1 << 11) /* TXFIFO underrun */
74 #define AW_SPI_IER_TF_OVF (1 << 10) /* TXFIFO overrun */
77 #define AW_SPI_IER_TF_FULL (1 << 6) /* TXFIFO Full */
78 #define AW_SPI_IER_TF_EMP (1 << 5) /* TXFIFO Empty */
79 #define AW_SPI_IER_TF_ERQ (1 << 4) /* TXFIFO Empty Request */
440 * disable TXFifo interrupts in aw_spi_intr()
/freebsd/sys/dev/usb/
H A Dusb_dev.c255 crd->txfifo = f; in usb_ref_device()
287 crd->txfifo->refcount++; in usb_ref_device()
367 if (--(crd->txfifo->refcount) == 0) { in usb_unref_device()
368 cv_signal(&crd->txfifo->cv_drain); in usb_unref_device()
424 crd->txfifo = f; in usb_fifo_create()
555 crd->txfifo = udev->fifo[n + USB_FIFO_TX]; in usb_fifo_create()
916 err = usb_fifo_open(cpd, refs.txfifo, fflags); in usb_open()
956 usb_fifo_close(refs.txfifo, cpd->fflags); in usb_close()
1083 f = refs.txfifo; in usb_ioctl()
1265 f = refs.txfifo; in usb_kqfilter()
[all …]
H A Dusb_dev.h83 struct usb_fifo *txfifo; member
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dspear_spics.txt6 released as soon as transfer is over and TxFIFO becomes empty. This is not
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dsnps,dwc3.yaml346 packets that must be in the TXFIFO before the core can start
414 description: Specifies the max number of packets the txfifo resizing logic
416 higher the number, the more fifo space the txfifo resizing logic will
/freebsd/sys/arm/qualcomm/
H A Dipq4018_machdep.c190 /* Wait until TXFIFO is empty via ISR */
/freebsd/sys/dev/stge/
H A Dif_stgereg.h133 #define TFD_WordAlign_dword 0 /* align to dword in TxFIFO */
134 #define TFD_WordAlign_word 2 /* align to word in TxFIFO */
/freebsd/sys/dev/ichiic/
H A Dig4_iic.c351 * Wait for TXFIFO to drain before disabling the controller. in set_slave_addr()
441 /* Ensure we have some free space in TXFIFO */ in ig4iic_read()
617 * the txfifo in reset. in ig4iic_transfer()
/freebsd/sys/contrib/dev/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
/freebsd/sys/dev/ath/
H A Dif_ath_tx_edma.c383 * If we have less, and the TXFIFO isn't empty, let's in ath_edma_tx_fifo_fill()
386 * If we have less, and the TXFIFO is empty, then in ath_edma_tx_fifo_fill()
/freebsd/sys/dev/uart/
H A Duart_dev_ns8250.c569 /* Check whether uart has a broken txfifo. */ in ns8250_bus_attach()
571 if ((OF_getencprop(node, "broken-txfifo", &cell, sizeof(cell))) > 0) in ns8250_bus_attach()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dstats.h875 * was aborted due to missing next frame bytes in txfifo
/freebsd/sys/dev/flash/flexspi/
H A Dflex_spi.c331 /* invalid the TXFIFO */ in flex_spi_write_txfifo()
/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi50.h128 UINT16 TxFIFO;
/freebsd/sys/dev/bge/
H A Dif_bge.c1985 * TXFIFO is almost empty, RDMA will hold its request until in bge_blockinit()
1986 * TXFIFO is not almost empty. in bge_blockinit()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h1779 * from the RTC TxFIFO and the current value of the TxCredit counter was
1781 * synchronized to the TxFIFO status
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c1830 /* Wait for TXFIFO empty */ in cxgb_uninit_synchronized()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dreg_addr.h31264 … starting difference between write pointer and read pointer when re aligning the pointer of TxFIFO.
32344 … starting difference between write pointer and read pointer when re aligning the pointer of TxFIFO.
33424 … starting difference between write pointer and read pointer when re aligning the pointer of TxFIFO.
34504 … starting difference between write pointer and read pointer when re aligning the pointer of TxFIFO.
39825 …B (0x1<<0) // TXFIFO Underrun occurred.…
39827 … (0x1<<1) // TXFIFO Overrun occurred. …