HomeSort by relevance Sort by last modified time
    Searched refs:AUX_FUNC_EN_N (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/video/rockchip/
rk_edp.c 129 LS_CLK_DOMAIN_FUNC_EN_N | AUX_FUNC_EN_N |
138 writel(AUX_FUNC_EN_N, &regs->dp_int_sta);
141 setbits_le32(&regs->func_en_2, AUX_FUNC_EN_N);
147 clrbits_le32(&regs->func_en_2, AUX_FUNC_EN_N);
  /external/u-boot/arch/arm/mach-exynos/include/mach/
dp.h 283 #define AUX_FUNC_EN_N (0x1 << 2)
312 #define AUX_FUNC_EN_N (0x1 << 2)
  /external/u-boot/drivers/video/exynos/
exynos_dp_lowlevel.c 311 | AUX_FUNC_EN_N);
341 reg |= AUX_FUNC_EN_N;
368 reg &= ~AUX_FUNC_EN_N;
  /external/u-boot/arch/arm/include/asm/arch-rockchip/
edp_rk3288.h 168 #define AUX_FUNC_EN_N (0x1 << 2)

Completed in 58 milliseconds