Searched defs:axis_fifo (Results 1 – 1 of 1) sorted by relevance
128 struct axis_fifo { struct129 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