Home
last modified time | relevance | path

Searched defs:axis_fifo (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/axis-fifo/
Daxis-fifo.c128 struct axis_fifo { struct
129 int irq; /* interrupt */
130 struct resource *mem; /* physical memory */
131 void __iomem *base_addr; /* kernel space memory */
133 unsigned int rx_fifo_depth; /* max words in the receive fifo */
134 unsigned int tx_fifo_depth; /* max words in the transmit fifo */
135 int has_rx_fifo; /* whether the IP has the rx fifo enabled */
159 struct axis_fifo *fifo = dev_get_drvdata(dev); in sysfs_write() argument