Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions debugcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ struct debug_mux {
struct debug_mux *parent;
unsigned long parent_mux_val;

/* = cbcr_offset */
unsigned int enable_reg;
unsigned int enable_mask;

/* = debug_offset */
unsigned int mux_reg;
unsigned int mux_mask;
unsigned int mux_shift;

/* = post_div_offset */
unsigned int div_reg;
unsigned int div_shift;
unsigned int div_mask;
Expand Down
Loading