Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/fdt/ | |
arm_simplefb.c | 197 bool is_10bit = false; local in function:arm_simplefb_preattach 224 is_10bit = true; 253 sc->sc_10bit = is_10bit; |
/src/sys/dev/wsfb/ | |
genfb.c | 647 bool is_bgr, is_swapped, is_10bit; local in function:genfb_init_screen 683 is_10bit = false; 685 "is_10bit", &is_10bit); 687 const int bits = is_10bit ? 10 : 8; |