Home
last modified time | relevance | path

Searched refs:last_seq (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py676 def winstream_read(base, last_seq): argument
685 if last_seq == 0:
686 last_seq = seq if args.no_history else (seq - ((end - start) % wlen))
687 if seq == last_seq or start == end:
689 behind = seq - last_seq
774 def read_from_shell_memwindow_winstream(last_seq): argument
776 (last_seq, output) = winstream_read(offset, last_seq)
779 return last_seq
975 last_seq = 0
981 (last_seq, output) = winstream_read(winstream_offset(), last_seq)
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py250 last_seq = self.seq
255 if seq == last_seq or start == end:
257 behind = seq - last_seq