Go to the documentation of this file.
14 #ifndef __ISINK_LP8788_H__
15 #define __ISINK_LP8788_H__
18 #define LP8788_ISINK_CTRL 0x99
19 #define LP8788_ISINK12_IOUT 0x9A
20 #define LP8788_ISINK3_IOUT 0x9B
21 #define LP8788_ISINK1_PWM 0x9C
22 #define LP8788_ISINK2_PWM 0x9D
23 #define LP8788_ISINK3_PWM 0x9E
26 #define LP8788_ISINK1_IOUT_M 0x0F
27 #define LP8788_ISINK2_IOUT_M 0xF0
28 #define LP8788_ISINK3_IOUT_M 0x0F
31 #define LP8788_ISINK_MAX_PWM 63
32 #define LP8788_ISINK_SCALE_OFFSET 3
34 static const u8 lp8788_iout_addr[] = {
40 static const u8 lp8788_iout_mask[] = {
46 static const u8 lp8788_pwm_addr[] = {