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:lnkcap2
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
pci.h
310
#define PCIE_LNKCAP2_SLS2SPEED(
lnkcap2
) \
311
((
lnkcap2
) & PCI_EXP_LNKCAP2_SLS_32_0GB ? PCIE_SPEED_32_0GT : \
312
(
lnkcap2
) & PCI_EXP_LNKCAP2_SLS_16_0GB ? PCIE_SPEED_16_0GT : \
313
(
lnkcap2
) & PCI_EXP_LNKCAP2_SLS_8_0GB ? PCIE_SPEED_8_0GT : \
314
(
lnkcap2
) & PCI_EXP_LNKCAP2_SLS_5_0GB ? PCIE_SPEED_5_0GT : \
315
(
lnkcap2
) & PCI_EXP_LNKCAP2_SLS_2_5GB ? PCIE_SPEED_2_5GT : \
H
A
D
pci-bridge-emul.h
62
__le32
lnkcap2
;
member
H
A
D
pci.c
5891
u32
lnkcap2
, lnkcap;
in pcie_get_speed_cap()
local
5902
pcie_capability_read_dword(dev, PCI_EXP_LNKCAP2, &
lnkcap2
);
in pcie_get_speed_cap()
5905
if (
lnkcap2
)
in pcie_get_speed_cap()
5906
return PCIE_LNKCAP2_SLS2SPEED(
lnkcap2
);
in pcie_get_speed_cap()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
pci.h
261
#define PCIE_LNKCAP2_SLS2SPEED(
lnkcap2
) \
262
((
lnkcap2
) & PCI_EXP_LNKCAP2_SLS_64_0GB ? PCIE_SPEED_64_0GT : \
263
(
lnkcap2
) & PCI_EXP_LNKCAP2_SLS_32_0GB ? PCIE_SPEED_32_0GT : \
264
(
lnkcap2
) & PCI_EXP_LNKCAP2_SLS_16_0GB ? PCIE_SPEED_16_0GT : \
265
(
lnkcap2
) & PCI_EXP_LNKCAP2_SLS_8_0GB ? PCIE_SPEED_8_0GT : \
266
(
lnkcap2
) & PCI_EXP_LNKCAP2_SLS_5_0GB ? PCIE_SPEED_5_0GT : \
267
(
lnkcap2
) & PCI_EXP_LNKCAP2_SLS_2_5GB ? PCIE_SPEED_2_5GT : \
H
A
D
pci-bridge-emul.h
62
__le32
lnkcap2
;
member
H
A
D
pci.c
6308
u32
lnkcap2
, lnkcap;
in pcie_get_speed_cap()
local
6319
pcie_capability_read_dword(dev, PCI_EXP_LNKCAP2, &
lnkcap2
);
in pcie_get_speed_cap()
6322
if (
lnkcap2
)
in pcie_get_speed_cap()
6323
return PCIE_LNKCAP2_SLS2SPEED(
lnkcap2
);
in pcie_get_speed_cap()
Completed in 23 milliseconds