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