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:mmu_ctrl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H
A
D
malidp_planes.c
471
u32
mmu_ctrl
= 0;
in malidp_calc_mmu_control_value()
local
474
mmu_ctrl
|= MALIDP_MMU_CTRL_EN;
in malidp_calc_mmu_control_value()
477
mmu_ctrl
|= MALIDP_MMU_CTRL_MODE;
in malidp_calc_mmu_control_value()
478
mmu_ctrl
|= MALIDP_MMU_CTRL_PP_NUM_REQ(readahead);
in malidp_calc_mmu_control_value()
485
mmu_ctrl
|= MALIDP_MMU_CTRL_PX_PS(i);
in malidp_calc_mmu_control_value()
489
return
mmu_ctrl
;
in malidp_calc_mmu_control_value()
699
u32
mmu_ctrl
;
in malidp_de_set_mmu_control()
local
705
mmu_ctrl
= malidp_calc_mmu_control_value(ms->mmu_prefetch_mode,
in malidp_de_set_mmu_control()
710
malidp_hw_write(mp->hwdev,
mmu_ctrl
,
in malidp_de_set_mmu_control()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H
A
D
malidp_planes.c
459
u32
mmu_ctrl
= 0;
in malidp_calc_mmu_control_value()
local
462
mmu_ctrl
|= MALIDP_MMU_CTRL_EN;
in malidp_calc_mmu_control_value()
465
mmu_ctrl
|= MALIDP_MMU_CTRL_MODE;
in malidp_calc_mmu_control_value()
466
mmu_ctrl
|= MALIDP_MMU_CTRL_PP_NUM_REQ(readahead);
in malidp_calc_mmu_control_value()
473
mmu_ctrl
|= MALIDP_MMU_CTRL_PX_PS(i);
in malidp_calc_mmu_control_value()
477
return
mmu_ctrl
;
in malidp_calc_mmu_control_value()
689
u32
mmu_ctrl
;
in malidp_de_set_mmu_control()
local
695
mmu_ctrl
= malidp_calc_mmu_control_value(ms->mmu_prefetch_mode,
in malidp_de_set_mmu_control()
700
malidp_hw_write(mp->hwdev,
mmu_ctrl
,
in malidp_de_set_mmu_control()
Completed in 3 milliseconds