OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHY_CH_POWER_DOWN_OVRD
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_power.c
1420
phy_control |=
PHY_CH_POWER_DOWN_OVRD
(0xf, DPIO_PHY0, DPIO_CH0);
1423
phy_control |=
PHY_CH_POWER_DOWN_OVRD
(0xf, DPIO_PHY0, DPIO_CH1);
1427
PHY_CH_POWER_DOWN_OVRD
(0xf, DPIO_PHY0, DPIO_CH0) |
1428
PHY_CH_POWER_DOWN_OVRD
(0xf, DPIO_PHY0, DPIO_CH1)))
1437
PHY_CH_POWER_DOWN_OVRD
(0xf, DPIO_PHY0, DPIO_CH1)) &&
1442
PHY_CH_POWER_DOWN_OVRD
(0x3, DPIO_PHY0, DPIO_CH0)))
1445
PHY_CH_POWER_DOWN_OVRD
(0xc, DPIO_PHY0, DPIO_CH0)))
1449
PHY_CH_POWER_DOWN_OVRD
(0x3, DPIO_PHY0, DPIO_CH1)))
1452
PHY_CH_POWER_DOWN_OVRD
(0xc, DPIO_PHY0, DPIO_CH1)))
1461
phy_control |=
PHY_CH_POWER_DOWN_OVRD
(0xf, DPIO_PHY1, DPIO_CH0)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h
3411
#define
PHY_CH_POWER_DOWN_OVRD
(mask, phy, ch) ((mask) << (8 * (phy) + 4 * (ch) + 11))
Completed in 32 milliseconds
Indexes created Thu Nov 06 07:09:58 GMT 2025