Searched refs:dc_log2_depth (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/iomd/
H A Dvidcvideo.c92 int dc_log2_depth; /* log2 of bits per pixel */ member in struct:fb_devconfig
216 dc->dc_log2_depth = dc->mode_info.log2_bpp;
217 dc->dc_depth = 1 << dc->dc_log2_depth;
620 rgbdat = ri_col_data[dc->dc_log2_depth];

Completed in 86 milliseconds