Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_console_base.py81 def __init__(self, log, config, max_fifo_fill): argument
103 self.max_fifo_fill = max_fifo_fill
190 chunk = cmd[:self.max_fifo_fill]
191 cmd = cmd[self.max_fifo_fill:]
H A Du_boot_console_exec_attach.py36 super(ConsoleExecAttach, self).__init__(log, config, max_fifo_fill=16)
H A Du_boot_console_sandbox.py27 super(ConsoleSandbox, self).__init__(log, config, max_fifo_fill=1024)