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:pcie_lc_cntl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
evergreen.c
5393
u32
pcie_lc_cntl
, pcie_lc_cntl_old;
in evergreen_program_aspm()
local
5444
pcie_lc_cntl
= pcie_lc_cntl_old = RREG32_PCIE_PORT(PCIE_LC_CNTL);
in evergreen_program_aspm()
5445
pcie_lc_cntl
&= ~(LC_L0S_INACTIVITY_MASK | LC_L1_INACTIVITY_MASK);
in evergreen_program_aspm()
5448
pcie_lc_cntl
|= LC_L0S_INACTIVITY(7);
in evergreen_program_aspm()
5450
pcie_lc_cntl
|= LC_L0S_INACTIVITY(3);
in evergreen_program_aspm()
5455
pcie_lc_cntl
|= LC_L1_INACTIVITY(7);
in evergreen_program_aspm()
5457
pcie_lc_cntl
|= LC_L1_INACTIVITY(8);
in evergreen_program_aspm()
5534
pcie_lc_cntl
|= LC_PMI_TO_L1_DIS;
in evergreen_program_aspm()
5536
if (
pcie_lc_cntl
!= pcie_lc_cntl_old)
in evergreen_program_aspm()
5537
WREG32_PCIE_PORT(PCIE_LC_CNTL,
pcie_lc_cntl
);
in evergreen_program_aspm()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
evergreen.c
5392
u32
pcie_lc_cntl
, pcie_lc_cntl_old;
in evergreen_program_aspm()
local
5443
pcie_lc_cntl
= pcie_lc_cntl_old = RREG32_PCIE_PORT(PCIE_LC_CNTL);
in evergreen_program_aspm()
5444
pcie_lc_cntl
&= ~(LC_L0S_INACTIVITY_MASK | LC_L1_INACTIVITY_MASK);
in evergreen_program_aspm()
5447
pcie_lc_cntl
|= LC_L0S_INACTIVITY(7);
in evergreen_program_aspm()
5449
pcie_lc_cntl
|= LC_L0S_INACTIVITY(3);
in evergreen_program_aspm()
5454
pcie_lc_cntl
|= LC_L1_INACTIVITY(7);
in evergreen_program_aspm()
5456
pcie_lc_cntl
|= LC_L1_INACTIVITY(8);
in evergreen_program_aspm()
5533
pcie_lc_cntl
|= LC_PMI_TO_L1_DIS;
in evergreen_program_aspm()
5535
if (
pcie_lc_cntl
!= pcie_lc_cntl_old)
in evergreen_program_aspm()
5536
WREG32_PCIE_PORT(PCIE_LC_CNTL,
pcie_lc_cntl
);
in evergreen_program_aspm()
[all...]
Completed in 14 milliseconds