Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-max8997.c36 #define MAX8997_LED_BOOST_ENABLE_MASK (1 << 6) macro
101 u8 val = 0, mask = MAX8997_LED_BOOST_ENABLE_MASK; in max8997_led_enable()
106 val = enable ? MAX8997_LED_BOOST_ENABLE_MASK : 0; in max8997_led_enable()