Lines Matching defs:data
319 * If length isn't 4 byte aligned, rest of the data if put to a fifo
408 /* Transfers actual data using PIO. */
420 r592_write_fifo_pio(dev, dev->req->data,
424 r592_read_fifo_pio(dev, dev->req->data,
450 /* Executes one TPC (data is read/written from small or large fifo) */
466 /* Ensure that FIFO can hold the input data */
493 /* Transfer write data */
528 /* Read data from FIFO */
561 static int r592_process_thread(void *data)
564 struct r592_device *dev = (struct r592_device *)data;
622 static irqreturn_t r592_irq(int irq, void *data)
624 struct r592_device *dev = (struct r592_device *)data;