Go to the documentation of this file. 1 #ifndef __LINUX_MFD_TPS6586X_H
2 #define __LINUX_MFD_TPS6586X_H
4 #define TPS6586X_SLEW_RATE_INSTANTLY 0x00
5 #define TPS6586X_SLEW_RATE_110UV 0x01
6 #define TPS6586X_SLEW_RATE_220UV 0x02
7 #define TPS6586X_SLEW_RATE_440UV 0x03
8 #define TPS6586X_SLEW_RATE_880UV 0x04
9 #define TPS6586X_SLEW_RATE_1760UV 0x05
10 #define TPS6586X_SLEW_RATE_3520UV 0x06
11 #define TPS6586X_SLEW_RATE_7040UV 0x07
13 #define TPS6586X_SLEW_RATE_SET 0x08
14 #define TPS6586X_SLEW_RATE_MASK 0x07