Home
last modified time | relevance | path

Searched defs:SUNXI_HDMI_PLL_CTRL_DIV (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay.h293 #define SUNXI_HDMI_PLL_CTRL_DIV(n) (((n) - 1) << 4) macro
296 #define SUNXI_HDMI_PLL_CTRL_DIV(n) ((n) << 4) macro