Go to the documentation of this file.
19 #define DIB7000M_GPIO_DEFAULT_DIRECTIONS 0xffff
21 #define DIB7000M_GPIO_DEFAULT_VALUES 0x0000
23 #define DIB7000M_GPIO_PWM_POS0(v) ((v & 0xf) << 12)
24 #define DIB7000M_GPIO_PWM_POS1(v) ((v & 0xf) << 8 )
25 #define DIB7000M_GPIO_PWM_POS2(v) ((v & 0xf) << 4 )
26 #define DIB7000M_GPIO_PWM_POS3(v) (v & 0xf)
27 #define DIB7000M_GPIO_DEFAULT_PWM_POS 0xffff
39 #define DEFAULT_DIB7000M_I2C_ADDRESS 18
41 #if defined(CONFIG_DVB_DIB7000M) || (defined(CONFIG_DVB_DIB7000M_MODULE) && \