Searched refs:SUNXI_DE2_WH (Results 1 – 2 of 2) sorted by relevance
138 #define SUNXI_DE2_WH(w, h) (((h - 1) << 16) | (w - 1)) macro
81 u32 size = SUNXI_DE2_WH(mode->hactive.typ, mode->vactive.typ); in sunxi_de2_mode_set()