Home
last modified time | relevance | path

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

/sof-2.7.6/scripts/
Dcheckpatch.pl5136 my ($off, $dstat, $dcond, $rest);
5140 ($dstat, $dcond, $ln, $cnt, $off) =
5142 $ctx = $dstat;
5149 $dstat =~ s/^.\s*\#\s*define\s+$Ident(\([^\)]*\))?\s*//;
5151 my $define_stmt = $dstat;
5161 $dstat =~ s/$;//g;
5162 $dstat =~ s/\\\n.//g;
5163 $dstat =~ s/^\s*//s;
5164 $dstat =~ s/\s*$//s;
5167 while ($dstat =~ s/\([^\(\)]*\)/1/ ||
[all …]
/sof-2.7.6/src/include/sof/drivers/
Ddw-dma.h156 uint32_t dstat; member