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:dppa_map
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H
A
D
dw-mipi-dsi-rockchip.c
306
static const struct dphy_pll_parameter_map
dppa_map
[] = {
variable
352
for (i = 0; i < ARRAY_SIZE(
dppa_map
); i++)
in max_mbps_to_parameter()
353
if (
dppa_map
[i].max_mbps >= max_mbps)
in max_mbps_to_parameter()
445
CP_CURRENT_SEL(
dppa_map
[i].icpctrl));
in dw_mipi_dsi_phy_init()
448
LPF_RESISTORS_SEL(
dppa_map
[i].lpfctrl));
in dw_mipi_dsi_phy_init()
451
HSFREQRANGE_SEL(
dppa_map
[i].hsfreqrange));
in dw_mipi_dsi_phy_init()
549
unsigned int max_mbps =
dppa_map
[ARRAY_SIZE(
dppa_map
) - 1].max_mbps;
in dw_mipi_dsi_get_lane_mbps()
1254
HSFREQRANGE_SEL(
dppa_map
[i].hsfreqrange));
in dw_mipi_dsi_dphy_power_on()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H
A
D
dw-mipi-dsi-rockchip.c
256
static const struct dphy_pll_parameter_map
dppa_map
[] = {
variable
302
for (i = 0; i < ARRAY_SIZE(
dppa_map
); i++)
in max_mbps_to_parameter()
303
if (
dppa_map
[i].max_mbps >= max_mbps)
in max_mbps_to_parameter()
411
CP_CURRENT_SEL(
dppa_map
[i].icpctrl));
in dw_mipi_dsi_phy_init()
414
LPF_RESISTORS_SEL(
dppa_map
[i].lpfctrl));
in dw_mipi_dsi_phy_init()
417
HSFREQRANGE_SEL(
dppa_map
[i].hsfreqrange));
in dw_mipi_dsi_phy_init()
515
unsigned int max_mbps =
dppa_map
[ARRAY_SIZE(
dppa_map
) - 1].max_mbps;
in dw_mipi_dsi_get_lane_mbps()
Completed in 8 milliseconds