Searched full:txfifo (Results 1 – 19 of 19) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl,xcvr.yaml | 38 - const: txfifo 115 reg-names = "ram", "regs", "rxfifo", "txfifo";
|
/freebsd/sys/dev/spibus/controller/allwinner/ |
H A D | aw_spi.c | 73 #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 D | usb_dev.c | 255 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 D | usb_dev.h | 83 struct usb_fifo *txfifo; member
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | spear_spics.txt | 6 released as soon as transfer is over and TxFIFO becomes empty. This is not
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | snps,dwc3.yaml | 346 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 D | ipq4018_machdep.c | 190 /* Wait until TXFIFO is empty via ISR */
|
/freebsd/sys/dev/stge/ |
H A D | if_stgereg.h | 133 #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 D | ig4_iic.c | 351 * 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 D | iwl-fh.h | 533 * 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 D | if_ath_tx_edma.c | 383 * 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 D | uart_dev_ns8250.c | 569 /* 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 D | stats.h | 875 * was aborted due to missing next frame bytes in txfifo
|
/freebsd/sys/dev/flash/flexspi/ |
H A D | flex_spi.c | 331 /* invalid the TXFIFO */ in flex_spi_write_txfifo()
|
/freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
H A D | Acpi50.h | 128 UINT16 TxFIFO;
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 1985 * 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 D | if_iwmreg.h | 1779 * 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 D | cxgb_main.c | 1830 /* Wait for TXFIFO empty */ in cxgb_uninit_synchronized()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 31264 … 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. …
|