Searched defs:axis_fifo (Results 1 – 1 of 1) sorted by relevance
126 struct axis_fifo { struct127 int irq; /* interrupt */128 struct resource *mem; /* physical memory */129 void __iomem *base_addr; /* kernel space memory */131 unsigned int rx_fifo_depth; /* max words in the receive fifo */132 unsigned int tx_fifo_depth; /* max words in the transmit fifo */133 int has_rx_fifo; /* whether the IP has the rx fifo enabled */157 struct axis_fifo *fifo = dev_get_drvdata(dev); in sysfs_write() argument