dac_size          164 arch/x86/boot/video-vesa.c 	u8 dac_size = 6;
dac_size          173 arch/x86/boot/video-vesa.c 			dac_size = oreg.bh;
dac_size          177 arch/x86/boot/video-vesa.c 	boot_params.screen_info.red_size   = dac_size;
dac_size          178 arch/x86/boot/video-vesa.c 	boot_params.screen_info.green_size = dac_size;
dac_size          179 arch/x86/boot/video-vesa.c 	boot_params.screen_info.blue_size  = dac_size;
dac_size          180 arch/x86/boot/video-vesa.c 	boot_params.screen_info.rsvd_size  = dac_size;