Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/spi/common/
Dpm_common.h63 #define PMIC_CTL_BKLT1 (1<< 2) macro
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c1054 *bottom = (status & PMIC_CTL_BKLT1) ? PM_BACKLIGHT_ON : PM_BACKLIGHT_OFF; in PM_GetBackLight()