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:tx3927_ccfgptr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H
A
D
setup_tx3927.c
57
tx3927_ccfgptr
->ccfg |= TX3927_CCFG_TOE;
in tx3927_setup()
60
tx3927_ccfgptr
->ccfg &= ~TX3927_CCFG_BEOW;
in tx3927_setup()
63
tx3927_ccfgptr
->ccfg &= ~TX3927_CCFG_PSNP;
in tx3927_setup()
66
tx3927_ccfgptr
->ccfg |= TX3927_CCFG_PSNP;
in tx3927_setup()
68
tx3927_ccfgptr
->ccfg |= TX3927_CCFG_WR;
in tx3927_setup()
71
tx3927_ccfgptr
->crir,
tx3927_ccfgptr
->ccfg,
in tx3927_setup()
72
tx3927_ccfgptr
->pcfg);
in tx3927_setup()
/kernel/linux/linux-5.10/arch/mips/txx9/jmr3927/
H
A
D
setup.c
103
int extarb = !(
tx3927_ccfgptr
->ccfg & TX3927_CCFG_PCIXARB);
in jmr3927_pci_setup()
136
tx3927_ccfgptr
->pcfg &= ~TX3927_PCFG_SELALL;
in jmr3927_board_init()
137
tx3927_ccfgptr
->pcfg |=
in jmr3927_board_init()
H
A
D
prom.c
47
if ((
tx3927_ccfgptr
->ccfg & TX3927_CCFG_TLBOFF) == 0)
in jmr3927_prom_init()
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H
A
D
tx3927.h
320
#define
tx3927_ccfgptr
((struct tx3927_ccfg_reg *)TX3927_CCFG_REG)
macro
324
#define TX3927_REV_PCODE() (
tx3927_ccfgptr
->crir >> 16)
Completed in 2 milliseconds