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
191 chunk = cmd[:self.max_fifo_fill]
192 cmd = cmd[self.max_fifo_fill:]
A Du_boot_console_exec_attach.py35 super(ConsoleExecAttach, self).__init__(log, config, max_fifo_fill=16)
A Du_boot_console_sandbox.py26 super(ConsoleSandbox, self).__init__(log, config, max_fifo_fill=1024)

Completed in 3 milliseconds