Home
last modified time | relevance | path

Searched refs:attr (Results 1 – 4 of 4) sorted by relevance

/sof-2.7.6/src/arch/xtensa/hal/
Dattribute.c202 # define IS_CACHED(attr) ((attr == CA_BYPASS) || (attr == CA_BYPASSBUF)) in xthal_set_region_attribute()
Dset_region_translate.c293 static inline int is_writeback(unsigned attr) { in is_writeback() argument
295 return attr == CA_WRITEBACK || attr == CA_WRITEBACK_NOALLOC; in is_writeback()
298 return (attr | 0x3) == CA_WRITEBACK; in is_writeback()
/sof-2.7.6/scripts/
Dcheckpatch.pl5699 my $attr = $1;
5700 …if ($line =~ /^\+\s*static\s+(?:const\s+)?(?:$attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Iden…
5703 if ((($ptr =~ /\b(union|struct)\s+$attr\b/ &&
5705 "$attr should be placed after $var\n" . $herecurr)) ||
5706 ($ptr !~ /\b(union|struct)\s+$attr\b/ &&
5708 "$attr should be placed after $var\n" . $herecurr))) &&
5710attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Ident(?:\[[^]]*\])?)\s*([=;])\s*/"$1" . trim(strin…
5717 my $attr = $1;
5718 $attr =~ /($InitAttributePrefix)(.*)/;
5731 my $attr = $1;
[all …]
/sof-2.7.6/scripts/kconfig/
Dmenuconfig.py3002 attr = None
3007 attr = args[1]
3011 attr = args[3]
3020 if attr is None:
3023 win.addnstr(y, x, s, maxlen, attr)