Searched refs:_bursts (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | pl330.c | 1244 static int _bursts(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], in _bursts() function 1340 return _bursts(pl330, dry_run, buf, pxs, 1); in _loop() 1358 szbrst = _bursts(pl330, 1, buf, pxs, 1); in _loop() 1390 off += _bursts(pl330, dry_run, &buf[off], pxs, cyc); in _loop() 1432 off += _bursts(pl330, dry_run, &buf[off], pxs, cyc); in _period() 1445 off += _bursts(pl330, dry_run, &buf[off], pxs, 1); in _period()
|