Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/flash/
H A Dleds-qcom-flash.c43 #define FLASH_TIMER_VAL_MASK GENMASK(6, 0) macro
236 timer = clamp_t(u8, timer, 0, FLASH_TIMER_VAL_MASK); in set_flash_timeout()