Skip to content

Commit acd0003

Browse files
committed
debugcc.h: Add downstream porting clues
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
1 parent e5ec144 commit acd0003

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debugcc.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@ struct debug_mux {
2020
struct debug_mux *parent;
2121
unsigned long parent_mux_val;
2222

23+
/* = cbcr_offset */
2324
unsigned int enable_reg;
2425
unsigned int enable_mask;
2526

27+
/* = debug_offset */
2628
unsigned int mux_reg;
2729
unsigned int mux_mask;
2830
unsigned int mux_shift;
2931

32+
/* = post_div_offset */
3033
unsigned int div_reg;
3134
unsigned int div_shift;
3235
unsigned int div_mask;

0 commit comments

Comments
 (0)