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:txx9_ce_res
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H
A
D
setup_tx3927.c
43
txx9_ce_res
[i].start = (unsigned long)TX3927_ROMC_BA(i);
in tx3927_setup()
44
txx9_ce_res
[i].end =
in tx3927_setup()
45
txx9_ce_res
[i].start + TX3927_ROMC_SIZE(i) - 1;
in tx3927_setup()
46
request_resource(&iomem_resource, &
txx9_ce_res
[i]);
in tx3927_setup()
130
unsigned long start =
txx9_ce_res
[ch].start;
in tx3927_mtd_init()
131
unsigned long size =
txx9_ce_res
[ch].end - start + 1;
in tx3927_mtd_init()
H
A
D
setup_tx4927.c
103
txx9_ce_res
[i].start = (unsigned long)TX4927_EBUSC_BA(i);
in tx4927_setup()
104
txx9_ce_res
[i].end =
in tx4927_setup()
105
txx9_ce_res
[i].start + TX4927_EBUSC_SIZE(i) - 1;
in tx4927_setup()
106
request_resource(&iomem_resource, &
txx9_ce_res
[i]);
in tx4927_setup()
246
unsigned long start =
txx9_ce_res
[ch].start;
in tx4927_mtd_init()
247
unsigned long size =
txx9_ce_res
[ch].end - start + 1;
in tx4927_mtd_init()
H
A
D
setup_tx4939.c
111
txx9_ce_res
[i].start = (unsigned long)TX4939_EBUSC_BA(i);
in tx4939_setup()
112
txx9_ce_res
[i].end =
in tx4939_setup()
113
txx9_ce_res
[i].start + TX4939_EBUSC_SIZE(i) - 1;
in tx4939_setup()
114
request_resource(&iomem_resource, &
txx9_ce_res
[i]);
in tx4939_setup()
362
unsigned long start =
txx9_ce_res
[ch].start;
in tx4939_mtd_init()
363
unsigned long size =
txx9_ce_res
[ch].end - start + 1;
in tx4939_mtd_init()
H
A
D
setup_tx4938.c
108
txx9_ce_res
[i].start = (unsigned long)TX4938_EBUSC_BA(i);
in tx4938_setup()
109
txx9_ce_res
[i].end =
in tx4938_setup()
110
txx9_ce_res
[i].start + TX4938_EBUSC_SIZE(i) - 1;
in tx4938_setup()
111
request_resource(&iomem_resource, &
txx9_ce_res
[i]);
in tx4938_setup()
325
unsigned long start =
txx9_ce_res
[ch].start;
in tx4938_mtd_init()
326
unsigned long size =
txx9_ce_res
[ch].end - start + 1;
in tx4938_mtd_init()
H
A
D
setup.c
46
struct resource
txx9_ce_res
[8];
variable
61
for (i = 0; i < ARRAY_SIZE(
txx9_ce_res
); i++) {
in txx9_reg_res_init()
63
txx9_ce_res
[i].flags = IORESOURCE_MEM;
in txx9_reg_res_init()
64
txx9_ce_res
[i].name = txx9_ce_res_name[i];
in txx9_reg_res_init()
/kernel/linux/linux-6.6/arch/mips/txx9/generic/
H
A
D
setup_tx4927.c
103
txx9_ce_res
[i].start = (unsigned long)TX4927_EBUSC_BA(i);
in tx4927_setup()
104
txx9_ce_res
[i].end =
in tx4927_setup()
105
txx9_ce_res
[i].start + TX4927_EBUSC_SIZE(i) - 1;
in tx4927_setup()
106
request_resource(&iomem_resource, &
txx9_ce_res
[i]);
in tx4927_setup()
246
unsigned long start =
txx9_ce_res
[ch].start;
in tx4927_mtd_init()
247
unsigned long size =
txx9_ce_res
[ch].end - start + 1;
in tx4927_mtd_init()
H
A
D
setup_tx4938.c
108
txx9_ce_res
[i].start = (unsigned long)TX4938_EBUSC_BA(i);
in tx4938_setup()
109
txx9_ce_res
[i].end =
in tx4938_setup()
110
txx9_ce_res
[i].start + TX4938_EBUSC_SIZE(i) - 1;
in tx4938_setup()
111
request_resource(&iomem_resource, &
txx9_ce_res
[i]);
in tx4938_setup()
325
unsigned long start =
txx9_ce_res
[ch].start;
in tx4938_mtd_init()
326
unsigned long size =
txx9_ce_res
[ch].end - start + 1;
in tx4938_mtd_init()
H
A
D
setup.c
46
struct resource
txx9_ce_res
[8];
variable
61
for (i = 0; i < ARRAY_SIZE(
txx9_ce_res
); i++) {
in txx9_reg_res_init()
63
txx9_ce_res
[i].flags = IORESOURCE_MEM;
in txx9_reg_res_init()
64
txx9_ce_res
[i].name = txx9_ce_res_name[i];
in txx9_reg_res_init()
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H
A
D
generic.h
14
extern struct resource
txx9_ce_res
[];
15
#define TXX9_CE(n) (unsigned long)(
txx9_ce_res
[(n)].start)
/kernel/linux/linux-6.6/arch/mips/include/asm/txx9/
H
A
D
generic.h
14
extern struct resource
txx9_ce_res
[];
15
#define TXX9_CE(n) (unsigned long)(
txx9_ce_res
[(n)].start)
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4938/
H
A
D
setup.c
216
if (request_resource(&
txx9_ce_res
[2], &rbtx4938_fpga_resource))
in rbtx4938_mem_setup()
Completed in 9 milliseconds