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:sts_cap
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
leon_pci_grpci2.c
71
unsigned int
sts_cap
; /* 0x04 Status / Capabilities */
member
258
REGSTORE(priv->regs->
sts_cap
, (STS_CFGERR | STS_CFGERRVALID));
in grpci2_cfg_r32()
267
while ((REGLOAD(priv->regs->
sts_cap
) & STS_CFGERRVALID) == 0)
in grpci2_cfg_r32()
270
if (REGLOAD(priv->regs->
sts_cap
) & STS_CFGERR) {
in grpci2_cfg_r32()
328
REGSTORE(priv->regs->
sts_cap
, (STS_CFGERR | STS_CFGERRVALID));
in grpci2_cfg_w32()
337
while ((REGLOAD(priv->regs->
sts_cap
) & STS_CFGERRVALID) == 0)
in grpci2_cfg_w32()
506
unsigned int ctrl,
sts_cap
, pci_ints;
in grpci2_pci_flow_irq()
local
509
sts_cap
= REGLOAD(priv->regs->
sts_cap
);
in grpci2_pci_flow_irq()
512
if (
sts_cap
in grpci2_pci_flow_irq()
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
leon_pci_grpci2.c
73
unsigned int
sts_cap
; /* 0x04 Status / Capabilities */
member
260
REGSTORE(priv->regs->
sts_cap
, (STS_CFGERR | STS_CFGERRVALID));
in grpci2_cfg_r32()
269
while ((REGLOAD(priv->regs->
sts_cap
) & STS_CFGERRVALID) == 0)
in grpci2_cfg_r32()
272
if (REGLOAD(priv->regs->
sts_cap
) & STS_CFGERR) {
in grpci2_cfg_r32()
330
REGSTORE(priv->regs->
sts_cap
, (STS_CFGERR | STS_CFGERRVALID));
in grpci2_cfg_w32()
339
while ((REGLOAD(priv->regs->
sts_cap
) & STS_CFGERRVALID) == 0)
in grpci2_cfg_w32()
508
unsigned int ctrl,
sts_cap
, pci_ints;
in grpci2_pci_flow_irq()
local
511
sts_cap
= REGLOAD(priv->regs->
sts_cap
);
in grpci2_pci_flow_irq()
514
if (
sts_cap
in grpci2_pci_flow_irq()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
core.c
3192
u8
sts_cap
= 3;
in rtw89_init_vht_cap()
local
3217
vht_cap->cap |=
sts_cap
<< IEEE80211_VHT_CAP_BEAMFORMEE_STS_SHIFT;
in rtw89_init_vht_cap()
Completed in 8 milliseconds