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:syscfg1
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/pci/
H
A
D
pci-rt3883.c
307
u32
syscfg1
;
in rt3883_pci_preinit()
local
313
syscfg1
= rt_sysc_r32(RT3883_SYSC_REG_SYSCFG1);
in rt3883_pci_preinit()
321
syscfg1
&= ~(0x30);
in rt3883_pci_preinit()
322
syscfg1
|= (2 << 4);
in rt3883_pci_preinit()
323
rt_sysc_w32(
syscfg1
, RT3883_SYSC_REG_SYSCFG1);
in rt3883_pci_preinit()
347
syscfg1
|= (RT3883_SYSCFG1_PCIE_RC_MODE | RT3883_SYSCFG1_PCI_HOST_MODE);
in rt3883_pci_preinit()
361
rt_sysc_w32(
syscfg1
, RT3883_SYSC_REG_SYSCFG1);
in rt3883_pci_preinit()
/kernel/linux/linux-6.6/arch/mips/pci/
H
A
D
pci-rt3883.c
301
u32
syscfg1
;
in rt3883_pci_preinit()
local
307
syscfg1
= rt_sysc_r32(RT3883_SYSC_REG_SYSCFG1);
in rt3883_pci_preinit()
315
syscfg1
&= ~(0x30);
in rt3883_pci_preinit()
316
syscfg1
|= (2 << 4);
in rt3883_pci_preinit()
317
rt_sysc_w32(
syscfg1
, RT3883_SYSC_REG_SYSCFG1);
in rt3883_pci_preinit()
341
syscfg1
|= (RT3883_SYSCFG1_PCIE_RC_MODE | RT3883_SYSCFG1_PCI_HOST_MODE);
in rt3883_pci_preinit()
355
rt_sysc_w32(
syscfg1
, RT3883_SYSC_REG_SYSCFG1);
in rt3883_pci_preinit()
Completed in 3 milliseconds