Go to the documentation of this file.
22 #ifndef __LINUX_MFD_MAX8997_PRIV_H
23 #define __LINUX_MFD_MAX8997_PRIV_H
25 #include <linux/i2c.h>
26 #include <linux/export.h>
29 #define MAX8997_REG_INVALID (0xff)
316 #define MAX8997_NUM_GPIO 12
359 #define MAX8997_GPIO_INT_BOTH (0x3 << 4)
360 #define MAX8997_GPIO_INT_RISE (0x2 << 4)
361 #define MAX8997_GPIO_INT_FALL (0x1 << 4)
363 #define MAX8997_GPIO_INT_MASK (0x3 << 4)
364 #define MAX8997_GPIO_DATA_MASK (0x1 << 2)