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:pci_err0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
core_cia.c
865
cmd = pci_cmd_desc[cia->
pci_err0
& 0x7];
in cia_decode_pci_error()
866
lock = (cia->
pci_err0
>> 4) & 1;
in cia_decode_pci_error()
867
dac = (cia->
pci_err0
>> 5) & 1;
in cia_decode_pci_error()
869
tmp = (cia->
pci_err0
>> 8) & 0x1F;
in cia_decode_pci_error()
912
master = master_st_desc[(cia->
pci_err0
>> 16) & 0xF];
in cia_decode_pci_error()
913
target = target_st_desc[(cia->
pci_err0
>> 20) & 0xF];
in cia_decode_pci_error()
914
cmd = pci_cmd_desc[(cia->
pci_err0
>> 24) & 0xF];
in cia_decode_pci_error()
915
dac = (cia->
pci_err0
>> 28) & 1;
in cia_decode_pci_error()
932
printk(KERN_CRIT " PCI_ERR0 = %#08lx", cia->
pci_err0
);
in cia_decode_pci_error()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
core_cia.c
865
cmd = pci_cmd_desc[cia->
pci_err0
& 0x7];
in cia_decode_pci_error()
866
lock = (cia->
pci_err0
>> 4) & 1;
in cia_decode_pci_error()
867
dac = (cia->
pci_err0
>> 5) & 1;
in cia_decode_pci_error()
869
tmp = (cia->
pci_err0
>> 8) & 0x1F;
in cia_decode_pci_error()
912
master = master_st_desc[(cia->
pci_err0
>> 16) & 0xF];
in cia_decode_pci_error()
913
target = target_st_desc[(cia->
pci_err0
>> 20) & 0xF];
in cia_decode_pci_error()
914
cmd = pci_cmd_desc[(cia->
pci_err0
>> 24) & 0xF];
in cia_decode_pci_error()
915
dac = (cia->
pci_err0
>> 28) & 1;
in cia_decode_pci_error()
932
printk(KERN_CRIT " PCI_ERR0 = %#08lx", cia->
pci_err0
);
in cia_decode_pci_error()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
core_cia.h
287
unsigned long
pci_err0
;
member
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
core_cia.h
287
unsigned long
pci_err0
;
member
Completed in 6 milliseconds