Go to the documentation of this file.
22 #ifndef _PCB_CONFIG_H_
23 #define _PCB_CONFIG_H_
26 #include <linux/module.h>
31 #define CLASS_DEFAULT 0xFF
65 #define SPEED_MASK 0x1
100 #define ATM_MASK 0x30
108 #define PWR_SEL_MASK 0x40
119 #define BO_0_MASK 0x80
125 #define BO_1_MASK 0x100
127 #define BUSPOWER_MASK 0xC4
128 #define SELFPOWER_MASK 0x86
131 #define NOT_DECIDE_YET 0xFE
132 #define NOT_SUPPORTED 0xFF
137 #define MOD_DIGITAL 0x1
138 #define MOD_ANALOG 0x2
140 #define MOD_EXTERNAL 0x8
141 #define CAP_ALL_MOD 0x0f
146 #define SOURCE_DIGITAL 0x1
147 #define SOURCE_ANALOG 0x2
148 #define SOURCE_DIF 0x4
149 #define SOURCE_EXTERNAL 0x8
150 #define SOURCE_TS_BDA 0x10
151 #define SOURCE_TS_ENCODE 0x20
152 #define SOURCE_TS_EXTERNAL 0x40