Home
last modified time | relevance | path

Searched defs:ALS_CMPR_CFG_VAL (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/mfd/
H A Dadp5520.h110 #define ALS_CMPR_CFG_VAL(filt, l3_en) (((0x7 & filt) << 5) | l3_en) macro
/linux/drivers/video/backlight/
H A Dadp8870_bl.c105 #define ALS_CMPR_CFG_VAL(filt) ((0x7 & (filt)) << 1) macro