core_bits: remove leading underlines

This commit is contained in:
Zack Buhman 2024-12-27 08:03:41 -06:00
parent d2dc73ace2
commit daf92a5049
3 changed files with 11 additions and 11 deletions

View File

@ -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",,,,,
,,,,,,,,,,,

1 register_name enum_name bits bit_name value mask description
32 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
33 FB_R_CTRL 15-8 fb_chroma_threshold 0xff
34 FB_R_CTRL 6-4 fb_concat 0b11
35 FB_R_CTRL fb_depth 3-2 _0555_rgb_16bit 0555_rgb_16bit 0
36 FB_R_CTRL fb_depth 3-2 _0565_rgb_16bit 565_rgb_16bit 1
37 FB_R_CTRL fb_depth 3-2 _888_rgb_24bit_packed 888_rgb_24bit_packed 2
38 FB_R_CTRL fb_depth 3-2 _0888_rgb_32bit 0888_rgb_32bit 3
39 FB_R_CTRL 1 fb_line_double 1
40 FB_R_CTRL 0 fb_enable 1
41
42 FB_W_CTRL 23-16 fb_alpha_threshold 0xff
43 FB_W_CTRL 15-8 fb_kval 0xff
44 FB_W_CTRL 3 fb_dither 1
45 FB_W_CTRL fb_packmode 2-0 _0555_krgb_16bit 0555_krgb_16bit 0
46 FB_W_CTRL fb_packmode 2-0 _565_rgb_16bit 565_rgb_16bit 1
47 FB_W_CTRL fb_packmode 2-0 _4444_argb_16bit 4444_argb_16bit 2
48 FB_W_CTRL fb_packmode 2-0 _1555_argb_16bit 1555_argb_16bit 3
49 FB_W_CTRL fb_packmode 2-0 _888_rgb_24bit_packed 888_rgb_24bit_packed 4
50 FB_W_CTRL fb_packmode 2-0 _0888_krgb_32bit 0888_krgb_32bit 5
51 FB_W_CTRL fb_packmode 2-0 _8888_argb_32bit 8888_argb_32bit 6
52
53 FB_W_LINESTRIDE 8-0 fb_line_stride 0xff In 8-byte units
54

Binary file not shown.

Binary file not shown.