diff --git a/regs/core_bits.csv b/regs/core_bits.csv index 3c8d0f0..149e4d1 100644 --- a/regs/core_bits.csv +++ b/regs/core_bits.csv @@ -32,23 +32,23 @@ "FB_R_CTRL",,"21-16","fb_stripsize",,"0b111_110","In units of 16 lines, in multiples of 32 lines. 0x02 is 32 lines, 0x04 is 64 lines, 0x03 is an illegal value",,,,, "FB_R_CTRL",,"15-8","fb_chroma_threshold",,"0xff",,,,,, "FB_R_CTRL",,"6-4","fb_concat",,"0b11",,,,,, -"FB_R_CTRL","fb_depth","3-2","_0555_rgb_16bit",0,,,,,,, -"FB_R_CTRL","fb_depth","3-2","_0565_rgb_16bit",1,,,,,,, -"FB_R_CTRL","fb_depth","3-2","_888_rgb_24bit_packed",2,,,,,,, -"FB_R_CTRL","fb_depth","3-2","_0888_rgb_32bit",3,,,,,,, +"FB_R_CTRL","fb_depth","3-2","0555_rgb_16bit",0,,,,,,, +"FB_R_CTRL","fb_depth","3-2","565_rgb_16bit",1,,,,,,, +"FB_R_CTRL","fb_depth","3-2","888_rgb_24bit_packed",2,,,,,,, +"FB_R_CTRL","fb_depth","3-2","0888_rgb_32bit",3,,,,,,, "FB_R_CTRL",,1,"fb_line_double",1,,,,,,, "FB_R_CTRL",,0,"fb_enable",1,,,,,,, ,,,,,,,,,,, "FB_W_CTRL",,"23-16","fb_alpha_threshold",,"0xff",,,,,, "FB_W_CTRL",,"15-8","fb_kval",,"0xff",,,,,, "FB_W_CTRL",,3,"fb_dither",1,,,,,,, -"FB_W_CTRL","fb_packmode","2-0","_0555_krgb_16bit",0,,,,,,, -"FB_W_CTRL","fb_packmode","2-0","_565_rgb_16bit",1,,,,,,, -"FB_W_CTRL","fb_packmode","2-0","_4444_argb_16bit",2,,,,,,, -"FB_W_CTRL","fb_packmode","2-0","_1555_argb_16bit",3,,,,,,, -"FB_W_CTRL","fb_packmode","2-0","_888_rgb_24bit_packed",4,,,,,,, -"FB_W_CTRL","fb_packmode","2-0","_0888_krgb_32bit",5,,,,,,, -"FB_W_CTRL","fb_packmode","2-0","_8888_argb_32bit",6,,,,,,, +"FB_W_CTRL","fb_packmode","2-0","0555_krgb_16bit",0,,,,,,, +"FB_W_CTRL","fb_packmode","2-0","565_rgb_16bit",1,,,,,,, +"FB_W_CTRL","fb_packmode","2-0","4444_argb_16bit",2,,,,,,, +"FB_W_CTRL","fb_packmode","2-0","1555_argb_16bit",3,,,,,,, +"FB_W_CTRL","fb_packmode","2-0","888_rgb_24bit_packed",4,,,,,,, +"FB_W_CTRL","fb_packmode","2-0","0888_krgb_32bit",5,,,,,,, +"FB_W_CTRL","fb_packmode","2-0","8888_argb_32bit",6,,,,,,, ,,,,,,,,,,, "FB_W_LINESTRIDE",,"8-0","fb_line_stride",,"0xff","In 8-byte units",,,,, ,,,,,,,,,,, diff --git a/regs/core_bits.ods b/regs/core_bits.ods index e026747..f14d7a4 100644 Binary files a/regs/core_bits.ods and b/regs/core_bits.ods differ diff --git a/regs/holly.ods b/regs/holly.ods index 8622d25..5ffe8ed 100644 Binary files a/regs/holly.ods and b/regs/holly.ods differ