Go to the documentation of this file.
14 #define AK881X_IF_MODE_MASK (3 << 0)
15 #define AK881X_IF_MODE_BT656 (0 << 0)
16 #define AK881X_IF_MODE_MASTER (1 << 0)
17 #define AK881X_IF_MODE_SLAVE (2 << 0)
18 #define AK881X_FIELD (1 << 2)
19 #define AK881X_COMPONENT (1 << 3)