Home
last modified time | relevance | path

Searched refs:ATMEL_LCDC_POL_POSITIVE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Datmel_lcdc.h142 #define ATMEL_LCDC_POL_POSITIVE (1 << 2) macro
/openbmc/linux/include/video/
H A Datmel_lcdc.h167 #define ATMEL_LCDC_POL_POSITIVE (1 << 2) macro
/openbmc/u-boot/drivers/video/
H A Datmel_lcdfb.c196 value |= ATMEL_LCDC_POL_POSITIVE; in atmel_fb_init()
/openbmc/linux/drivers/video/fbdev/
H A Datmel_lcdfb.c102 | ATMEL_LCDC_POL_POSITIVE
114 if (contrast_ctr & ATMEL_LCDC_POL_POSITIVE) in atmel_bl_update_status()
191 contrast_ctr &= ~(ATMEL_LCDC_POL_POSITIVE); in init_contrast()