Home
last modified time | relevance | path

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

/test/py/
A Dconsole_base.py120 def __init__(self, log, config, max_fifo_fill): argument
142 self.max_fifo_fill = max_fifo_fill
317 chunk = rem[:self.max_fifo_fill]
318 rem = rem[self.max_fifo_fill:]
A Dconsole_board.py37 super(ConsoleExecAttach, self).__init__(log, config, max_fifo_fill=16)
A Dconsole_sandbox.py28 super(ConsoleSandbox, self).__init__(log, config, max_fifo_fill=1024)

Completed in 6 milliseconds