Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/p1022ds/
H A Ddiu.c28 #define PX_BRDCFG1_BACKLIGHT 0x20 macro
162 temp |= (PX_BRDCFG1_DFPEN | PX_BRDCFG1_BACKLIGHT); in platform_diu_init()
166 temp &= ~(PX_BRDCFG1_DFPEN | PX_BRDCFG1_BACKLIGHT); in platform_diu_init()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c69 #define PX_BRDCFG1_BACKLIGHT 0x20 macro
331 b &= ~(PX_BRDCFG1_DFPEN | PX_BRDCFG1_BACKLIGHT); in p1022ds_set_monitor_port()
344 b |= PX_BRDCFG1_DFPEN | PX_BRDCFG1_BACKLIGHT; in p1022ds_set_monitor_port()