OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_HPD
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/arm/mach-exynos/include/mach/
dp.h
332
#define
F_HPD
(0x1 << 5)
586
#define
F_HPD
(0x1 << 5)
/external/u-boot/arch/arm/include/asm/arch-rockchip/
edp_rk3288.h
314
#define
F_HPD
(0x1 << 5)
/external/u-boot/drivers/video/rockchip/
rk_edp.c
891
setbits_le32(&edp->regs->sys_ctl_3,
F_HPD
| HPD_CTRL);
1011
clrbits_le32(®s->sys_ctl_3,
F_HPD
| HPD_CTRL);
/external/u-boot/drivers/video/exynos/
exynos_dp_lowlevel.c
329
reg &= ~(
F_HPD
| HPD_CTRL);
Completed in 790 milliseconds