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_romcptr
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/txx9/jmr3927/
H
A
D
setup.c
130
tx3927_romcptr
->cr[1] = JMR3927_ROMCE1 | 0x00030048;
in jmr3927_board_init()
131
tx3927_romcptr
->cr[2] = JMR3927_ROMCE2 | 0x000064c8;
in jmr3927_board_init()
132
tx3927_romcptr
->cr[3] = JMR3927_ROMCE3 | 0x0003f698;
in jmr3927_board_init()
133
tx3927_romcptr
->cr[5] = JMR3927_ROMCE5 | 0x0000f218;
in jmr3927_board_init()
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H
A
D
tx3927.h
317
#define
tx3927_romcptr
((struct tx3927_romc_reg *)TX3927_ROMC_REG)
macro
325
#define TX3927_ROMC_BA(ch) (
tx3927_romcptr
->cr[(ch)] & 0xfff00000)
327
(0x00100000 << ((
tx3927_romcptr
->cr[(ch)] >> 8) & 0xf))
328
#define TX3927_ROMC_WIDTH(ch) (32 >> ((
tx3927_romcptr
->cr[(ch)] >> 7) & 0x1))
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H
A
D
setup_tx3927.c
41
if (!(
tx3927_romcptr
->cr[i] & 0x8))
in tx3927_setup()
133
if (!(
tx3927_romcptr
->cr[ch] & 0x8))
in tx3927_mtd_init()
Completed in 3 milliseconds