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:misc_stat
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pcie-xilinx-nwl.c
267
u32
misc_stat
;
in nwl_pcie_misc_handler()
local
270
misc_stat
= nwl_bridge_readl(pcie, MSGF_MISC_STATUS) &
in nwl_pcie_misc_handler()
272
if (!
misc_stat
)
in nwl_pcie_misc_handler()
275
if (
misc_stat
& MSGF_MISC_SR_RXMSG_OVER)
in nwl_pcie_misc_handler()
278
if (
misc_stat
& MSGF_MISC_SR_SLAVE_ERR)
in nwl_pcie_misc_handler()
281
if (
misc_stat
& MSGF_MISC_SR_MASTER_ERR)
in nwl_pcie_misc_handler()
284
if (
misc_stat
& MSGF_MISC_SR_I_ADDR_ERR)
in nwl_pcie_misc_handler()
287
if (
misc_stat
& MSGF_MISC_SR_E_ADDR_ERR)
in nwl_pcie_misc_handler()
290
if (
misc_stat
& MSGF_MISC_SR_FATAL_AER)
in nwl_pcie_misc_handler()
293
if (
misc_stat
in nwl_pcie_misc_handler()
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pcie-xilinx-nwl.c
263
u32
misc_stat
;
in nwl_pcie_misc_handler()
local
266
misc_stat
= nwl_bridge_readl(pcie, MSGF_MISC_STATUS) &
in nwl_pcie_misc_handler()
268
if (!
misc_stat
)
in nwl_pcie_misc_handler()
271
if (
misc_stat
& MSGF_MISC_SR_RXMSG_OVER)
in nwl_pcie_misc_handler()
274
if (
misc_stat
& MSGF_MISC_SR_SLAVE_ERR)
in nwl_pcie_misc_handler()
277
if (
misc_stat
& MSGF_MISC_SR_MASTER_ERR)
in nwl_pcie_misc_handler()
280
if (
misc_stat
& MSGF_MISC_SR_I_ADDR_ERR)
in nwl_pcie_misc_handler()
283
if (
misc_stat
& MSGF_MISC_SR_E_ADDR_ERR)
in nwl_pcie_misc_handler()
286
if (
misc_stat
& MSGF_MISC_SR_FATAL_AER)
in nwl_pcie_misc_handler()
289
if (
misc_stat
in nwl_pcie_misc_handler()
[all...]
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/qcom/
H
A
D
qcom_pmic_typec_port.c
97
u32
misc_stat
;
in pmic_typec_port_isr()
local
107
&
misc_stat
);
in pmic_typec_port_isr()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
cpsw_priv.h
154
u32
misc_stat
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
cpsw_priv.h
156
u32
misc_stat
;
member
Completed in 6 milliseconds