Searched refs:BL_CTRL_VAL (Results 1 – 2 of 2) sorted by relevance
109 #define BL_CTRL_VAL(law, auto) (((1 & (auto)) << 3) | ((0x3 & (law)) << 4)) macro
123 BL_CTRL_VAL(pdata->fade_led_law, in adp5520_bl_setup()