Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Damba-pl08x.c1270 u32 burstwords; member
1276 .burstwords = 256,
1280 .burstwords = 128,
1284 .burstwords = 64,
1288 .burstwords = 32,
1292 .burstwords = 16,
1296 .burstwords = 8,
1300 .burstwords = 4,
1304 .burstwords = 0,
1355 if (burst_sizes[i].burstwords <= maxburst) in pl08x_burst()