Searched refs:_bursts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | pl330.c | 1209 static int _bursts(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], in _bursts() function 1298 return _bursts(pl330, dry_run, buf, pxs, 1); in _loop() 1316 szbrst = _bursts(pl330, 1, buf, pxs, 1); in _loop() 1348 off += _bursts(pl330, dry_run, &buf[off], pxs, cyc); in _loop()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | pl330.c | 1209 static int _bursts(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], in _bursts() function 1298 return _bursts(pl330, dry_run, buf, pxs, 1); in _loop() 1316 szbrst = _bursts(pl330, 1, buf, pxs, 1); in _loop() 1348 off += _bursts(pl330, dry_run, &buf[off], pxs, cyc); in _loop()
|
Completed in 9 milliseconds