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:m4u_port_id
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/memory/
H
A
D
mtk-smi.c
197
int i,
m4u_port_id
, larb_port_num;
in mtk_smi_larb_config_port_gen1()
local
200
m4u_port_id
= larb_gen->port_in_larb[larb->larbid];
in mtk_smi_larb_config_port_gen1()
204
for (i = 0; i < larb_port_num; i++,
m4u_port_id
++) {
in mtk_smi_larb_config_port_gen1()
207
sec_con_val = SMI_SECUR_CON_VAL_VIRT(
m4u_port_id
);
in mtk_smi_larb_config_port_gen1()
213
+ REG_SMI_SECUR_CON_ADDR(
m4u_port_id
));
in mtk_smi_larb_config_port_gen1()
214
reg_val &= SMI_SECUR_CON_VAL_MSK(
m4u_port_id
);
in mtk_smi_larb_config_port_gen1()
216
reg_val |= SMI_SECUR_CON_VAL_DOMAIN(
m4u_port_id
);
in mtk_smi_larb_config_port_gen1()
219
+ REG_SMI_SECUR_CON_ADDR(
m4u_port_id
));
in mtk_smi_larb_config_port_gen1()
/kernel/linux/linux-6.6/drivers/memory/
H
A
D
mtk-smi.c
196
int i,
m4u_port_id
, larb_port_num;
in mtk_smi_larb_config_port_gen1()
local
199
m4u_port_id
= larb_gen->port_in_larb[larb->larbid];
in mtk_smi_larb_config_port_gen1()
203
for (i = 0; i < larb_port_num; i++,
m4u_port_id
++) {
in mtk_smi_larb_config_port_gen1()
206
sec_con_val = SMI_SECUR_CON_VAL_VIRT(
m4u_port_id
);
in mtk_smi_larb_config_port_gen1()
212
+ REG_SMI_SECUR_CON_ADDR(
m4u_port_id
));
in mtk_smi_larb_config_port_gen1()
213
reg_val &= SMI_SECUR_CON_VAL_MSK(
m4u_port_id
);
in mtk_smi_larb_config_port_gen1()
215
reg_val |= SMI_SECUR_CON_VAL_DOMAIN(
m4u_port_id
);
in mtk_smi_larb_config_port_gen1()
218
+ REG_SMI_SECUR_CON_ADDR(
m4u_port_id
));
in mtk_smi_larb_config_port_gen1()
Completed in 3 milliseconds