Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/p1022ds/
H A Ddiu.c29 #define PX_BRDCFG1_BACKLIGHT 0x20 macro
163 temp |= (PX_BRDCFG1_DFPEN | PX_BRDCFG1_BACKLIGHT); in platform_diu_init()
167 temp &= ~(PX_BRDCFG1_DFPEN | PX_BRDCFG1_BACKLIGHT); in platform_diu_init()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c68 #define PX_BRDCFG1_BACKLIGHT 0x20 macro
330 b &= ~(PX_BRDCFG1_DFPEN | PX_BRDCFG1_BACKLIGHT); in p1022ds_set_monitor_port()
343 b |= PX_BRDCFG1_DFPEN | PX_BRDCFG1_BACKLIGHT; in p1022ds_set_monitor_port()