/Linux-v5.10/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 429 if (hw->fifos[HFCUSB_PCM_RX].pipe) { in open_dchannel() 548 if (hw->fifos[HFCUSB_PCM_RX].pipe) in hfc_dctrl() 958 /* receive completion routine for all ISO tx fifos */ 1079 /* receive completion routine for all interrupt rx fifos */ 1152 /* transmit completion routine for all ISO tx fifos */ 1568 /* init the fifos */ in reset_hfcsusb() 1572 fifo = hw->fifos; in reset_hfcsusb() 1582 /* enable all fifos */ in reset_hfcsusb() 1600 if ((channel == HFC_CHAN_D) && (hw->fifos[HFCUSB_D_RX].active)) in hfcsusb_start_endpoint() 1602 if ((channel == HFC_CHAN_B1) && (hw->fifos[HFCUSB_B1_RX].active)) in hfcsusb_start_endpoint() [all …]
|
D | hfcpci.c | 100 void *fifos; /* FIFO memory */ member 161 dma_free_coherent(&hc->pdev->dev, 0x8000, hc->hw.fifos, in release_io_hfcpci() 190 * and fifos is done. 226 hc->hw.fifo_en = 0x30; /* only D fifos enabled */ in reset_hfcpci() 329 bzr = &((union fifo_area *)(hc->hw.fifos))->b_chans.rxbz_b2; in hfcpci_clear_fifo_rx() 332 bzr = &((union fifo_area *)(hc->hw.fifos))->b_chans.rxbz_b1; in hfcpci_clear_fifo_rx() 358 bzt = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b2; in hfcpci_clear_fifo_tx() 361 bzt = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b1; in hfcpci_clear_fifo_tx() 462 df = &((union fifo_area *)(hc->hw.fifos))->d_chan.d_rx; in receive_dmsg() 608 rxbz = &((union fifo_area *)(hc->hw.fifos))->b_chans.rxbz_b2; in main_rec_hfcpci() [all …]
|
D | hfcsusb.h | 73 #define HFCUSB_NUM_FIFOS 8 /* maximum number of fifos */ 236 /* structure defining input+output fifos (interrupt/bulk mode) */ 241 __u8 indx; /* Fifos's ISO double buffer 0 or 1 ? */ 285 struct usb_fifo fifos[HFCUSB_NUM_FIFOS]; member
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | dbg-tlv.h | 108 * struct iwl_fw_ini_region_fifos - Configuration to read Tx/Rx fifos 110 * @fid: fifos ids array. Used to determine what fifos to collect 185 * @fifos: fifos configuration. Used by &IWL_FW_INI_REGION_TXF and 204 struct iwl_fw_ini_region_fifos fifos; member 339 * @IWL_FW_INI_REGION_TXF: TX fifos
|
/Linux-v5.10/Documentation/devicetree/bindings/soc/ti/ |
D | k3-ringacc.yaml | 36 - description: fifos registers regions 43 - const: fifos 89 reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target";
|
/Linux-v5.10/include/uapi/linux/ |
D | serial_core.h | 41 #define PORT_ALTR_16550_F32 26 /* Altera 16550 UART with 32 FIFOs */ 42 #define PORT_ALTR_16550_F64 27 /* Altera 16550 UART with 64 FIFOs */ 43 #define PORT_ALTR_16550_F128 28 /* Altera 16550 UART with 128 FIFOs */ 45 #define PORT_16550A_FSL64 30 /* Freescale 16550 UART with 64 FIFOs */
|
/Linux-v5.10/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 55 - ti,mbox-num-fifos: Number of h/w fifo queues within the mailbox IP block 130 ti,mbox-num-fifos = <8>; 155 ti,mbox-num-fifos = <8>; 170 ti,mbox-num-fifos = <16>;
|
D | allwinner,sun6i-a31-msgbox.yaml | 14 two-user mailbox controller containing 8 unidirectional FIFOs. An interrupt
|
/Linux-v5.10/arch/arm64/boot/dts/ti/ |
D | k3-am65-main.dtsi | 503 ti,mbox-num-fifos = <16>; 512 ti,mbox-num-fifos = <16>; 521 ti,mbox-num-fifos = <16>; 530 ti,mbox-num-fifos = <16>; 539 ti,mbox-num-fifos = <16>; 548 ti,mbox-num-fifos = <16>; 557 ti,mbox-num-fifos = <16>; 566 ti,mbox-num-fifos = <16>; 575 ti,mbox-num-fifos = <16>; 584 ti,mbox-num-fifos = <16>; [all …]
|
D | k3-j721e-main.dtsi | 188 ti,mbox-num-fifos = <16>; 197 ti,mbox-num-fifos = <16>; 206 ti,mbox-num-fifos = <16>; 215 ti,mbox-num-fifos = <16>; 224 ti,mbox-num-fifos = <16>; 233 ti,mbox-num-fifos = <16>; 242 ti,mbox-num-fifos = <16>; 251 ti,mbox-num-fifos = <16>; 260 ti,mbox-num-fifos = <16>; 269 ti,mbox-num-fifos = <16>; [all …]
|
/Linux-v5.10/drivers/net/ethernet/tehuti/ |
D | tehuti.h | 156 struct fifo m; /* minimal set of variables used by all fifos */ 160 struct fifo m; /* minimal set of variables used by all fifos */ 164 struct fifo m; /* minimal set of variables used by all fifos */ 168 struct fifo m; /* minimal set of variables used by all fifos */ 247 /* RX FIFOs: 1 for data (full) descs, and 2 for free descs */ 253 /* Tx FIFOs: 1 for data desc, 1 for empty (acks) desc */
|
/Linux-v5.10/sound/soc/samsung/ |
D | s3c24xx-i2s.c | 67 /* note, we have to disable the FIFOs otherwise bad things in s3c24xx_snd_txctrl() 70 * engine and FIFOs to reset. If this isn't allowed, the in s3c24xx_snd_txctrl() 110 /* note, we have to disable the FIFOs otherwise bad things in s3c24xx_snd_rxctrl() 113 * engine and FIFOs to reset. If this isn't allowed, the in s3c24xx_snd_rxctrl()
|
/Linux-v5.10/arch/arm/mach-lpc32xx/ |
D | serial.c | 112 * Force a flush of the RX FIFOs to work around a in lpc32xx_serial_init() 128 /* Force a flush of the RX FIFOs to work around a HW bug */ in lpc32xx_serial_init()
|
/Linux-v5.10/drivers/usb/serial/ |
D | whiteheat.h | 29 #define WHITEHEAT_PURGE 9 /* clear the UART fifos */ 154 #define WHITEHEAT_PURGE_RX 0x01 /* purge rx fifos */ 155 #define WHITEHEAT_PURGE_TX 0x02 /* purge tx fifos */
|
/Linux-v5.10/Documentation/devicetree/bindings/reset/ |
D | amlogic,meson-axg-audio-arb.txt | 4 disables the access of Audio FIFOs to DDR on AXG based SoC.
|
/Linux-v5.10/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_mbx.h | 168 * The layout above describes the format for the FIFOs used by the host 236 /* size of buffer to be stored in mailbox for FIFOs */ 255 /* message FIFOs */
|
/Linux-v5.10/Documentation/devicetree/bindings/i2c/ |
D | i2c-altera.txt | 17 - fifo-size : Size of the RX and TX FIFOs in bytes.
|
/Linux-v5.10/Documentation/devicetree/bindings/spi/ |
D | spi_atmel.txt | 14 - atmel,fifo-size: maximum number of data the RX and TX FIFOs can store for FIFO
|
D | amlogic,meson-gx-spicc.yaml | 18 communications with dedicated 16 words RX/TX PIO FIFOs.
|
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fwsignal.h | 19 * @BRCMF_FWS_FIFO_COUNT: number of fifos.
|
/Linux-v5.10/drivers/net/ethernet/neterion/ |
D | s2io.h | 363 /* FIFO mappings for all possible number of fifos configured */ 391 /* user should not set twos fifos with same pri */ 427 u32 tx_fifo_num; /*Number of Tx FIFOs */ 791 /* Information related to the Tx and Rx FIFOs and Rings of Xena 800 struct fifo_info fifos[MAX_TX_FIFOS]; member 912 /* Total fifos for tcp packets */
|
/Linux-v5.10/drivers/usb/dwc2/ |
D | core.h | 242 * the data FIFOs. The driver will automatically detect the 248 * the data FIFOs. The driver will automatically detect the 254 * the data FIFOs in Full Speed mode only. The driver 268 * @en_multiple_tx_fifo: Specifies whether dedicated per-endpoint transmit FIFOs 573 * @total_fifo_size: Total internal RAM for FIFOs (bytes) 584 * the data FIFOs. The driver will automatically detect the 590 * @en_multiple_tx_fifo: Specifies whether dedicated per-endpoint transmit FIFOs 999 * @dedicated_fifos: Set if the hardware has dedicated IN-EP fifos. 1037 * @fifo_mem: Total internal RAM for FIFOs (bytes)
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | amlogic,axg-audio-clkc.txt | 4 other elements of the audio subsystem, such as fifos, i2s, spdif and pdm
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-bcm-iproc.c | 276 /* flush TX/RX FIFOs */ in bcm_iproc_i2c_slave_init() 548 /* flush TX/RX FIFOs and set RX FIFO threshold to zero */ in bcm_iproc_i2c_init() 666 /* flush both TX/RX FIFOs */ in bcm_iproc_i2c_xfer_wait() 674 /* flush both TX/RX FIFOs */ in bcm_iproc_i2c_xfer_wait() 1094 /* flush TX/RX FIFOs */ in bcm_iproc_i2c_unreg_slave()
|
/Linux-v5.10/drivers/soc/ti/ |
D | k3-ringacc.c | 131 * @fifos: Ring queues registers 147 struct k3_ring_fifo_regs __iomem *fifos; member 838 ptr = (void __iomem *)&ring->fifos->head_data; in k3_ringacc_ring_access_io() 842 ptr = (void __iomem *)&ring->fifos->tail_data; in k3_ringacc_ring_access_io() 1138 res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "fifos"); in k3_ringacc_init() 1174 ringacc->rings[i].fifos = base_fifo + in k3_ringacc_init()
|