Searched refs:VGA_PEL_D (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/ |
D | vgacon.c | 302 outb_p(default_red[i], VGA_PEL_D); in vgacon_startup() 303 outb_p(default_grn[i], VGA_PEL_D); in vgacon_startup() 304 outb_p(default_blu[i], VGA_PEL_D); in vgacon_startup() 670 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette() 671 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette() 672 vga_w(vgastate.vgabase, VGA_PEL_D, vc->vc_palette[j++] >> 2); in vga_set_palette() 808 vga_w(state->vgabase, VGA_PEL_D, 0); in vga_pal_blank() 809 vga_w(state->vgabase, VGA_PEL_D, 0); in vga_pal_blank() 810 vga_w(state->vgabase, VGA_PEL_D, 0); in vga_pal_blank()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | vt8623fb.c | 531 outb(red >> 10, VGA_PEL_D); in vt8623fb_setcolreg() 532 outb(green >> 10, VGA_PEL_D); in vt8623fb_setcolreg() 533 outb(blue >> 10, VGA_PEL_D); in vt8623fb_setcolreg() 541 outb(red >> 10, VGA_PEL_D); in vt8623fb_setcolreg() 542 outb(green >> 10, VGA_PEL_D); in vt8623fb_setcolreg() 543 outb(blue >> 10, VGA_PEL_D); in vt8623fb_setcolreg()
|
D | arkfb.c | 826 outb(red >> 10, VGA_PEL_D); in arkfb_setcolreg() 827 outb(green >> 10, VGA_PEL_D); in arkfb_setcolreg() 828 outb(blue >> 10, VGA_PEL_D); in arkfb_setcolreg() 836 outb(red >> 10, VGA_PEL_D); in arkfb_setcolreg() 837 outb(green >> 10, VGA_PEL_D); in arkfb_setcolreg() 838 outb(blue >> 10, VGA_PEL_D); in arkfb_setcolreg()
|
D | i740fb.c | 848 i740outb(par, VGA_PEL_D, itemp); in i740fb_set_par() 849 i740outb(par, VGA_PEL_D, itemp); in i740fb_set_par() 850 i740outb(par, VGA_PEL_D, itemp); in i740fb_set_par() 882 i740outb(info->par, VGA_PEL_D, red >> 8); in i740fb_setcolreg() 883 i740outb(info->par, VGA_PEL_D, green >> 8); in i740fb_setcolreg() 884 i740outb(info->par, VGA_PEL_D, blue >> 8); in i740fb_setcolreg()
|
D | vga16fb.c | 672 outb(red >> 10, VGA_PEL_D); in vga16_setpalette() 673 outb(green >> 10, VGA_PEL_D); in vga16_setpalette() 674 outb(blue >> 10, VGA_PEL_D); in vga16_setpalette() 813 outb_p(0, VGA_PEL_D); in vga_pal_blank() 814 outb_p(0, VGA_PEL_D); in vga_pal_blank() 815 outb_p(0, VGA_PEL_D); in vga_pal_blank()
|
D | s3fb.c | 934 outb(red >> 10, VGA_PEL_D); in s3fb_setcolreg() 935 outb(green >> 10, VGA_PEL_D); in s3fb_setcolreg() 936 outb(blue >> 10, VGA_PEL_D); in s3fb_setcolreg() 944 outb(red >> 10, VGA_PEL_D); in s3fb_setcolreg() 945 outb(green >> 10, VGA_PEL_D); in s3fb_setcolreg() 946 outb(blue >> 10, VGA_PEL_D); in s3fb_setcolreg()
|
D | cirrusfb.c | 2415 if (regnum == VGA_PEL_IR || regnum == VGA_PEL_D) in WGen() 2431 if (regnum == VGA_PEL_IR || regnum == VGA_PEL_D) in RGen() 2530 unsigned int data = VGA_PEL_D; in WClut() 2556 unsigned int data = VGA_PEL_D;
|
D | tridentfb.c | 1376 t_outb(par, red >> 10, VGA_PEL_D); in tridentfb_setcolreg() 1377 t_outb(par, green >> 10, VGA_PEL_D); in tridentfb_setcolreg() 1378 t_outb(par, blue >> 10, VGA_PEL_D); in tridentfb_setcolreg()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
D | nv_setup.c | 136 VGA_WR08(par->PDIO, VGA_PEL_D, value); in NVWriteDacData() 140 return (VGA_RD08(par->PDIO, VGA_PEL_D)); in NVReadDacData()
|
/kernel/linux/linux-5.10/drivers/video/ |
D | vgastate.c | 319 saved->vga_cmap[i] = vga_r(state->vgabase, VGA_PEL_D); in save_vga_cmap() 332 vga_w(state->vgabase, VGA_PEL_D, saved->vga_cmap[i]); in restore_vga_cmap()
|
/kernel/linux/linux-5.10/include/video/ |
D | vga.h | 49 #define VGA_PEL_D 0x3C9 /* PEL Data Register */ macro
|