Home
last modified time | relevance | path

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

/u-boot/test/py/
A Du_boot_console_base.py82 def __init__(self, log, config, max_fifo_fill): argument
104 self.max_fifo_fill = max_fifo_fill
249 chunk = cmd[:self.max_fifo_fill]
250 cmd = cmd[self.max_fifo_fill:]
A Du_boot_console_exec_attach.py37 super(ConsoleExecAttach, self).__init__(log, config, max_fifo_fill=16)
A Du_boot_console_sandbox.py28 super(ConsoleSandbox, self).__init__(log, config, max_fifo_fill=1024)

Completed in 5 milliseconds