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:chv_phy_control
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_display_power_well.c
1298
u32 phy_control = dev_priv->display.power.
chv_phy_control
;
in assert_chv_phy_status()
1393
phy_status, dev_priv->display.power.
chv_phy_control
);
in assert_chv_phy_status()
1453
dev_priv->display.power.
chv_phy_control
|= PHY_COM_LANE_RESET_DEASSERT(phy);
in chv_dpio_cmn_power_well_enable()
1455
dev_priv->display.power.
chv_phy_control
);
in chv_dpio_cmn_power_well_enable()
1459
phy, dev_priv->display.power.
chv_phy_control
);
in chv_dpio_cmn_power_well_enable()
1483
dev_priv->display.power.
chv_phy_control
&= ~PHY_COM_LANE_RESET_DEASSERT(phy);
in chv_dpio_cmn_power_well_disable()
1485
dev_priv->display.power.
chv_phy_control
);
in chv_dpio_cmn_power_well_disable()
1491
phy, dev_priv->display.power.
chv_phy_control
);
in chv_dpio_cmn_power_well_disable()
1571
was_override = dev_priv->display.power.
chv_phy_control
& PHY_CH_POWER_DOWN_OVRD_EN(phy, ch);
in chv_phy_powergate_ch()
1577
dev_priv->display.power.
chv_phy_control
|
in chv_phy_powergate_ch()
[all...]
H
A
D
intel_display_power.c
1764
dev_priv->display.power.
chv_phy_control
=
in chv_phy_control_init()
1786
dev_priv->display.power.
chv_phy_control
|=
in chv_phy_control_init()
1789
dev_priv->display.power.
chv_phy_control
|=
in chv_phy_control_init()
1796
dev_priv->display.power.
chv_phy_control
|=
in chv_phy_control_init()
1799
dev_priv->display.power.
chv_phy_control
|=
in chv_phy_control_init()
1802
dev_priv->display.power.
chv_phy_control
|= PHY_COM_LANE_RESET_DEASSERT(DPIO_PHY0);
in chv_phy_control_init()
1818
dev_priv->display.power.
chv_phy_control
|=
in chv_phy_control_init()
1821
dev_priv->display.power.
chv_phy_control
|=
in chv_phy_control_init()
1824
dev_priv->display.power.
chv_phy_control
|= PHY_COM_LANE_RESET_DEASSERT(DPIO_PHY1);
in chv_phy_control_init()
1832
dev_priv->display.power.
chv_phy_control
);
in chv_phy_control_init()
[all...]
H
A
D
intel_display_core.h
447
u32
chv_phy_control
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_display_power.c
1519
u32 phy_control = dev_priv->
chv_phy_control
;
in assert_chv_phy_status()
1614
phy_status, dev_priv->
chv_phy_control
);
in assert_chv_phy_status()
1673
dev_priv->
chv_phy_control
|= PHY_COM_LANE_RESET_DEASSERT(phy);
in chv_dpio_cmn_power_well_enable()
1675
dev_priv->
chv_phy_control
);
in chv_dpio_cmn_power_well_enable()
1679
phy, dev_priv->
chv_phy_control
);
in chv_dpio_cmn_power_well_enable()
1702
dev_priv->
chv_phy_control
&= ~PHY_COM_LANE_RESET_DEASSERT(phy);
in chv_dpio_cmn_power_well_disable()
1704
dev_priv->
chv_phy_control
);
in chv_dpio_cmn_power_well_disable()
1710
phy, dev_priv->
chv_phy_control
);
in chv_dpio_cmn_power_well_disable()
1790
was_override = dev_priv->
chv_phy_control
& PHY_CH_POWER_DOWN_OVRD_EN(phy, ch);
in chv_phy_powergate_ch()
1796
dev_priv->
chv_phy_control
|
in chv_phy_powergate_ch()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_drv.h
1069
u32
chv_phy_control
;
member
Completed in 15 milliseconds