Home
last modified time | relevance | path

Searched refs:R592_LFIFO_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/memstick/host/
H A Dr592.h105 #define R592_LFIFO_SIZE 512 /* large fifo size */ macro
H A Dr592.c284 if (len != R592_LFIFO_SIZE) in r592_transfer_fifo_dma()
296 if (sg_count != 1 || sg_dma_len(&dev->req->sg) < R592_LFIFO_SIZE) { in r592_transfer_fifo_dma()
468 if (len > R592_LFIFO_SIZE) { in r592_execute_tpc()