/Linux-v6.6/drivers/staging/axis-fifo/ |
D | Kconfig | 3 # "Xilinx AXI-Stream FIFO IP core driver" 6 tristate "Xilinx AXI-Stream FIFO IP core driver" 9 This adds support for the Xilinx AXI-Stream FIFO IP core driver. 10 The AXI Streaming FIFO allows memory mapped access to a AXI Streaming 11 interface. The Xilinx AXI-Stream FIFO IP core can be used to interface
|
D | axis-fifo.txt | 1 Xilinx AXI-Stream FIFO v4.1 IP core 37 - xlnx,rx-fifo-depth: Depth of RX FIFO in words 45 - xlnx,tx-fifo-depth: Depth of TX FIFO in words 51 - xlnx,use-rx-data: <0x1> if RX FIFO is enabled, <0x0> otherwise 54 - xlnx,use-tx-data: <0x1> if TX FIFO is enabled, <0x0> otherwise
|
/Linux-v6.6/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 24 12: UTXINT1 UART1 transmit FIFO half empty 25 13: URXINT1 UART1 receive FIFO half full 29 17: SS2RX SSI2 receive FIFO half or greater full 30 18: SS2TX SSI2 transmit FIFO less than half empty 31 28: UTXINT2 UART2 transmit FIFO half empty 32 29: URXINT2 UART2 receive FIFO half full
|
/Linux-v6.6/Documentation/networking/device_drivers/can/freescale/ |
D | flexcan.rst | 15 - FIFO 20 configured for RX-FIFO mode. 22 The RX FIFO mode uses a hardware FIFO with a depth of 6 CAN frames, 23 while the mailbox mode uses a software FIFO with a depth of up to 62 40 more performant "RX mailbox" mode and will use "RX FIFO" mode
|
/Linux-v6.6/Documentation/accel/qaic/ |
D | aic100.rst | 241 FIFO is the request FIFO. The other FIFO is the response FIFO. 245 * Request FIFO head pointer (offset 0x0). Read only by the host. Indicates the 246 latest item in the FIFO the device has consumed. 247 * Request FIFO tail pointer (offset 0x4). Read/write by the host. Host 248 increments this register to add new items to the FIFO. 249 * Response FIFO head pointer (offset 0x8). Read/write by the host. Indicates 250 the latest item in the FIFO the host has consumed. 251 * Response FIFO tail pointer (offset 0xc). Read only by the host. Device 252 increments this register to add new items to the FIFO. 254 The values in each register are indexes in the FIFO. To get the location of the [all …]
|
/Linux-v6.6/drivers/video/fbdev/riva/ |
D | riva_hw.c | 1351 LOAD_FIXED_STATE(nv4,FIFO); in UpdateFifoState() 1353 chip->Tri05 = (RivaTexturedTriangle05 __iomem *)&(chip->FIFO[0x0000E000/4]); in UpdateFifoState() 1362 LOAD_FIXED_STATE(nv10,FIFO); in UpdateFifoState() 1364 chip->Tri05 = (RivaTexturedTriangle05 __iomem *)&(chip->FIFO[0x0000E000/4]); in UpdateFifoState() 1397 chip->Tri03 = (RivaTexturedTriangle03 __iomem *)&(chip->FIFO[0x0000E000/4]); in LoadStateExt() 1436 chip->Tri03 = (RivaTexturedTriangle03 __iomem *)&(chip->FIFO[0x0000E000/4]); in LoadStateExt() 1441 chip->Tri03 = (RivaTexturedTriangle03 __iomem *)&(chip->FIFO[0x0000E000/4]); in LoadStateExt() 1482 chip->Tri03 = (RivaTexturedTriangle03 __iomem *)&(chip->FIFO[0x0000E000/4]); in LoadStateExt() 1487 chip->Tri03 = (RivaTexturedTriangle03 __iomem *)&(chip->FIFO[0x0000E000/4]); in LoadStateExt() 1645 LOAD_FIXED_STATE(Riva,FIFO); in LoadStateExt() [all …]
|
/Linux-v6.6/Documentation/spi/ |
D | pxa2xx.rst | 15 The driver is built around a &struct spi_message FIFO serviced by kernel 16 thread. The kernel thread, spi_pump_messages(), drives message FIFO and 107 used to configure the SSP hardware FIFO. These fields are critical to the 109 FIFO overruns (especially in PIO mode transfers). Good default values are:: 124 trailing bytes in the SSP receiver FIFO. The correct value for this field is 144 .tx_threshold = 8, /* SSP hardware FIFO threshold */ 145 .rx_threshold = 8, /* SSP hardware FIFO threshold */ 151 .tx_threshold = 8, /* SSP hardware FIFO threshold */ 152 .rx_threshold = 8, /* SSP hardware FIFO threshold */
|
/Linux-v6.6/Documentation/devicetree/bindings/serial/ |
D | mvebu-uart.txt | 7 (32 bytes FIFO, no DMA, level interrupts, 8-bit access to the 8 FIFO), called also UART1. 10 UART (128 bytes FIFO, DMA, front interrupts, 8-bit or 32-bit 11 accesses to the FIFO), called also UART2.
|
/Linux-v6.6/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5121-psc.txt | 8 fsl,mpc5121-immr SoC node. Additionally the PSC FIFO 19 PSC FIFO Controller and b is a field that represents an 42 FIFO Controller 44 PSC FIFO Controller and b is a field that represents an
|
/Linux-v6.6/Documentation/devicetree/bindings/edac/ |
D | socfpga-eccmgr.txt | 85 Ethernet FIFO ECC 93 NAND FIFO ECC 101 DMA FIFO ECC 109 USB FIFO ECC 117 QSPI FIFO ECC 125 SDMMC FIFO ECC 268 Ethernet FIFO ECC 275 NAND FIFO ECC 282 DMA FIFO ECC 289 USB FIFO ECC [all …]
|
/Linux-v6.6/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 169 * Since this status did not consume a FIFO, we have to 171 * to this transaction. There are two states that a FIFO still 174 * 1) Configured and draining to the host, with a FIFO handler. 177 * Case 1 can be detected by noticing a non-zero FIFO active 179 * the FIFO to complete the SCB. 182 * pointers for this same context in the other FIFO. So, if 308 * The FIFO use count field is shared with the 583 * Allocate a FIFO for a non-packetized transaction. 585 * can allocate a FIFO for a non-packetized transaction. 589 * Do whatever work is required to free a FIFO. [all …]
|
/Linux-v6.6/arch/sparc/include/asm/ |
D | floppy_64.h | 449 #define FIFO (port + 5) macro 468 sun_pci_fd_out_byte(port, 0x08, FIFO); in sun_pci_fd_sensei() 479 result[i++] = inb(FIFO); in sun_pci_fd_sensei() 514 sun_pci_fd_out_byte(port, 0x07, FIFO); in sun_pci_fd_test_drive() 515 sun_pci_fd_out_byte(port, drive & 0x03, FIFO); in sun_pci_fd_test_drive() 530 #undef FIFO
|
/Linux-v6.6/drivers/video/fbdev/nvidia/ |
D | nv_local.h | 92 NV_WR32(&(par)->FIFO[0x0010], 0, (data) << 2); \ 96 #define READ_GET(par) (NV_RD32(&(par)->FIFO[0x0011], 0) >> 2)
|
/Linux-v6.6/arch/powerpc/platforms/512x/ |
D | Kconfig | 14 tristate "MPC512x LocalPlus Bus FIFO driver" 17 Enable support for Freescale MPC512x LocalPlus Bus FIFO (SCLPC).
|
/Linux-v6.6/Documentation/devicetree/bindings/dma/ |
D | atmel-dma.txt | 31 - bit 11-8: FIFO configuration. 0 for half FIFO, 1 for ALAP, 2 for ASAP.
|
/Linux-v6.6/drivers/char/tpm/ |
D | Kconfig | 48 tristate "TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface" 53 TCG TIS 1.2 TPM specification (TPM1.2) or the TCG PTP FIFO 59 tristate "TPM Interface Specification 1.3 Interface / TPM 2.0 FIFO Interface - (SPI)" 65 TCG TIS 1.3 TPM specification (TPM1.2) or the TCG PTP FIFO 78 tristate "TPM Interface Specification 1.3 Interface / TPM 2.0 FIFO Interface - (I2C - generic)" 90 tristate "TPM Interface Specification 1.2 Interface / TPM 2.0 FIFO Interface (MMIO - SynQuacer)" 95 TCG TIS 1.2 TPM specification (TPM1.2) or the TCG PTP FIFO
|
/Linux-v6.6/arch/arm/include/debug/ |
D | samsung.S | 56 @ FIFO enabled... 80 @ FIFO enabled...
|
/Linux-v6.6/drivers/edac/ |
D | Kconfig | 434 bool "Altera Ethernet FIFO ECC" 438 Altera Ethernet FIFO Memory for Altera SoCs. 441 bool "Altera NAND FIFO ECC" 445 Altera NAND FIFO Memory for Altera SoCs. 448 bool "Altera DMA FIFO ECC" 452 Altera DMA FIFO Memory for Altera SoCs. 455 bool "Altera USB FIFO ECC" 459 Altera USB FIFO Memory for Altera SoCs. 462 bool "Altera QSPI FIFO ECC" 466 Altera QSPI FIFO Memory for Altera SoCs. [all …]
|
/Linux-v6.6/sound/soc/cirrus/ |
D | Kconfig | 24 Underflow of internal I2S controller FIFO could confuse the 28 fills FIFO with zeroes.
|
/Linux-v6.6/Documentation/networking/device_drivers/can/ctu/ |
D | ctucanfd-driver.rst | 194 device HW queue (FIFO, mailboxes or whatever the implementation is) 335 the RXNE (RX FIFO Not Empty) bit is set. Frames are read one by one 336 until either no frame is left in the RX FIFO or the maximum work quota 344 in the first word of RX FIFO. 347 for the frame, and only if it succeeds, fetch the frame from FIFO; 349 correct ``skb``, we have to fetch the first work of FIFO. There are 359 #. Add option to peek into the FIFO instead of consuming the word. 372 a partial frame may stay in the FIFO for a prolonged time. Nonetheless, 373 there may be just one owner of the RX FIFO, and thus no one else should 400 SocketCAN, however, supports only one FIFO queue for outgoing [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/display/tilcdc/ |
D | panel.txt | 10 - fdd: FIFO DMA Request Delay 14 - fifo-th: DMA FIFO threshold
|
/Linux-v6.6/drivers/staging/media/omap4iss/ |
D | TODO | 1 * Fix FIFO/buffer overflows and underflows
|
/Linux-v6.6/Documentation/admin-guide/blockdev/ |
D | floppy.rst | 98 you have an FDC without a FIFO (8272A or 82072). 82072A and 100 If you use nodma mode, I suggest you also set the FIFO 104 If you have a FIFO-able FDC, the floppy driver automatically 113 Disables the FIFO entirely. This is needed if you get "Bus 118 Enables the FIFO. (default) 121 Sets the FIFO threshold. This is mostly relevant in DMA
|
/Linux-v6.6/Documentation/sound/cards/ |
D | sb-live-mixer.rst | 93 The result is forwarded to the ADC capture FIFO (thus to the standard capture 106 The result is forwarded to the ADC capture FIFO (thus to the standard capture 120 The result is forwarded to the ADC capture FIFO (thus to the standard capture 149 of the AC97 codec. The result is forwarded to the ADC capture FIFO (thus to 166 forwarded to the ADC capture FIFO (thus to the standard capture PCM device). 178 forwarded to the ADC capture FIFO (thus to the standard capture PCM device). 189 digital inputs. The result samples are forwarded to the ADC capture FIFO 201 digital inputs. The result samples are forwarded to the ADC capture FIFO 214 capture FIFO (thus to the standard capture PCM device).
|
/Linux-v6.6/Documentation/devicetree/bindings/security/tpm/ |
D | google,cr50.txt | 5 SPI using the FIFO protocol described in the PTP Spec, section 6.
|