Searched refs:SUNXI_HDMI_Y (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h260 #define SUNXI_HDMI_Y(y) (((y) - 1) << 16) macro
/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c769 writel(SUNXI_HDMI_Y(mode->yres) | SUNXI_HDMI_X(mode->xres),
774 writel(SUNXI_HDMI_Y(y) | SUNXI_HDMI_X(x), &hdmi->video_bp);
778 writel(SUNXI_HDMI_Y(y) | SUNXI_HDMI_X(x), &hdmi->video_fp);
782 writel(SUNXI_HDMI_Y(y) | SUNXI_HDMI_X(x), &hdmi->video_spw);

Completed in 88 milliseconds