Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/common/
H A Dlocomo.c309 locomo_writel(0x00, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); /* FL */ in locomo_suspend()
398 locomo_writel(0, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); in __locomo_probe()
803 locomo_writel(bpwf, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); in locomo_frontlight_set()
806 locomo_writel(bpwf | LOCOMO_ALC_EN, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); in locomo_frontlight_set()
/openbmc/linux/arch/arm/include/asm/hardware/
H A Dlocomo.h116 #define LOCOMO_ALS 0x00 /* Adjust light cycle */ macro