Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c69 struct xillyfifo { struct
71 unsigned int bufnum;
73 unsigned int buf_order;
75 int fill; /* Number of bytes in the FIFO */
76 spinlock_t lock;
77 wait_queue_head_t waitq;
79 unsigned int readpos;
80 unsigned int readbuf;
81 unsigned int writepos;
82 unsigned int writebuf;
[all …]