Go to the documentation of this file.
16 #define DIB7000P_GPIO_DEFAULT_DIRECTIONS 0xffff
18 #define DIB7000P_GPIO_DEFAULT_VALUES 0x0000
20 #define DIB7000P_GPIO_PWM_POS0(v) ((v & 0xf) << 12)
21 #define DIB7000P_GPIO_PWM_POS1(v) ((v & 0xf) << 8 )
22 #define DIB7000P_GPIO_PWM_POS2(v) ((v & 0xf) << 4 )
23 #define DIB7000P_GPIO_PWM_POS3(v) (v & 0xf)
24 #define DIB7000P_GPIO_DEFAULT_PWM_POS 0xffff
45 #define DEFAULT_DIB7000P_I2C_ADDRESS 18
47 #if defined(CONFIG_DVB_DIB7000P) || (defined(CONFIG_DVB_DIB7000P_MODULE) && \