Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Datmel_lcdc.h143 #define ATMEL_LCDC_POL_POSITIVE (1 << 2) macro
/OK3568_Linux_fs/kernel/include/video/
H A Datmel_lcdc.h167 #define ATMEL_LCDC_POL_POSITIVE (1 << 2) macro
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Datmel_lcdfb.c103 | ATMEL_LCDC_POL_POSITIVE
130 if (contrast_ctr & ATMEL_LCDC_POL_POSITIVE) in atmel_bl_update_status()
211 contrast_ctr &= ~(ATMEL_LCDC_POL_POSITIVE); in init_contrast()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Datmel_lcdfb.c197 value |= ATMEL_LCDC_POL_POSITIVE; in atmel_fb_init()