Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:errlog4
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/tegra/cbb/
H
A
D
tegra194-cbb.c
169
u32
errlog4
;
member
1793
print_errlog3_4(struct seq_file *file, u32 errlog3, u32
errlog4
,
in print_errlog3_4()
argument
1797
u64 addr = (u64)
errlog4
<< 32 | errlog3;
in print_errlog3_4()
1800
* If
errlog4
[7] = "1", then it's a joker entry. Joker entries are a rare phenomenon and
in print_errlog3_4()
1804
if (
errlog4
& 0x80)
in print_errlog3_4()
1930
cbb->
errlog4
= readl(cbb->regs + ERRLOGGER_0_ERRLOG4_0);
in print_errloggerX_info()
1937
cbb->
errlog4
= readl(cbb->regs + ERRLOGGER_1_ERRLOG4_0);
in print_errloggerX_info()
1944
cbb->
errlog4
= readl(cbb->regs + ERRLOGGER_2_ERRLOG4_0);
in print_errloggerX_info()
1956
tegra_cbb_print_err(file, "\tErrLog4\t\t\t: %#x\n", cbb->
errlog4
);
in print_errloggerX_info()
1957
print_errlog3_4(file, cbb->errlog3, cbb->
errlog4
,
in print_errloggerX_info()
[all...]
Completed in 3 milliseconds