Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Damba-pl08x.c1268 u32 burstwords; member
1274 .burstwords = 256,
1278 .burstwords = 128,
1282 .burstwords = 64,
1286 .burstwords = 32,
1290 .burstwords = 16,
1294 .burstwords = 8,
1298 .burstwords = 4,
1302 .burstwords = 0,
1353 if (burst_sizes[i].burstwords <= maxburst) in pl08x_burst()