Home
last modified time | relevance | path

Searched refs:SUNXI_DE2_WH (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay2.h138 #define SUNXI_DE2_WH(w, h) (((h - 1) << 16) | (w - 1)) macro
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_de2.c81 u32 size = SUNXI_DE2_WH(mode->hactive.typ, mode->vactive.typ); in sunxi_de2_mode_set()