|
Linux Kernel
3.7.1
|
#include <linux/dvb/frontend.h>Go to the source code of this file.
Data Structures | |
| struct | cxd2820r_config |
Macros | |
| #define | CXD2820R_GPIO_D (0 << 0) /* disable */ |
| #define | CXD2820R_GPIO_E (1 << 0) /* enable */ |
| #define | CXD2820R_GPIO_O (0 << 1) /* output */ |
| #define | CXD2820R_GPIO_I (1 << 1) /* input */ |
| #define | CXD2820R_GPIO_L (0 << 2) /* output low */ |
| #define | CXD2820R_GPIO_H (1 << 2) /* output high */ |
| #define | CXD2820R_TS_SERIAL 0x08 |
| #define | CXD2820R_TS_SERIAL_MSB 0x28 |
| #define | CXD2820R_TS_PARALLEL 0x30 |
| #define | CXD2820R_TS_PARALLEL_MSB 0x70 |
| #define CXD2820R_GPIO_D (0 << 0) /* disable */ |
Definition at line 27 of file cxd2820r.h.
| #define CXD2820R_GPIO_E (1 << 0) /* enable */ |
Definition at line 28 of file cxd2820r.h.
Definition at line 32 of file cxd2820r.h.
| #define CXD2820R_GPIO_I (1 << 1) /* input */ |
Definition at line 30 of file cxd2820r.h.
Definition at line 31 of file cxd2820r.h.
| #define CXD2820R_GPIO_O (0 << 1) /* output */ |
Definition at line 29 of file cxd2820r.h.
| #define CXD2820R_TS_PARALLEL 0x30 |
Definition at line 36 of file cxd2820r.h.
| #define CXD2820R_TS_PARALLEL_MSB 0x70 |
Definition at line 37 of file cxd2820r.h.
| #define CXD2820R_TS_SERIAL 0x08 |
Definition at line 34 of file cxd2820r.h.
| #define CXD2820R_TS_SERIAL_MSB 0x28 |
Definition at line 35 of file cxd2820r.h.
1.8.2