Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Datmel_hlcdc.h211 #define LCDC_BASECLUT_RCLUT_Pos 16 macro
212 #define LCDC_BASECLUT_RCLUT_Msk (0xff << LCDC_BASECLUT_RCLUT_Pos)
/openbmc/u-boot/drivers/video/
H A Datmel_hlcdfb.c44 ((red << LCDC_BASECLUT_RCLUT_Pos) & LCDC_BASECLUT_RCLUT_Msk) in lcd_setcolreg()