Searched refs:lcnt1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | pl330.c | 1294 unsigned lcnt0, lcnt1, ljmp0, ljmp1; in _loop() local 1302 lcnt1 = 256; in _loop() 1304 cyc = *bursts / lcnt1 / lcnt0; in _loop() 1306 lcnt1 = 256; in _loop() 1307 lcnt0 = *bursts / lcnt1; in _loop() 1310 lcnt1 = *bursts; in _loop() 1345 off += _emit_LP(dry_run, &buf[off], 1, lcnt1); in _loop() 1364 *bursts = lcnt1 * cyc; in _loop()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | pl330.c | 1294 unsigned lcnt0, lcnt1, ljmp0, ljmp1; in _loop() local 1302 lcnt1 = 256; in _loop() 1304 cyc = *bursts / lcnt1 / lcnt0; in _loop() 1306 lcnt1 = 256; in _loop() 1307 lcnt0 = *bursts / lcnt1; in _loop() 1310 lcnt1 = *bursts; in _loop() 1345 off += _emit_LP(dry_run, &buf[off], 1, lcnt1); in _loop() 1364 *bursts = lcnt1 * cyc; in _loop()
|
Completed in 9 milliseconds