Searched refs:CM (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | sun3fb.c | 427 *red = (fb->color_map CM(regno, 0)<<8) | fb->color_map CM(regno, 0); in sun3fb_getcolreg() 428 *green = (fb->color_map CM(regno, 1)<<8) | fb->color_map CM(regno, 1); in sun3fb_getcolreg() 429 *blue = (fb->color_map CM(regno, 2)<<8) | fb->color_map CM(regno, 2); in sun3fb_getcolreg() 451 fb->color_map CM(regno, 0) = red; in sun3fb_setcolreg() 452 fb->color_map CM(regno, 1) = green; in sun3fb_setcolreg() 453 fb->color_map CM(regno, 2) = blue; in sun3fb_setcolreg()
|
D | sbusfb.c | 629 if (__put_user(fb->color_map CM(i,0), rp) || in sbusfb_ioctl() 630 __put_user(fb->color_map CM(i,1), gp) || in sbusfb_ioctl() 631 __put_user(fb->color_map CM(i,2), bp)) in sbusfb_ioctl() 668 if (__get_user(fb->color_map CM(i,0), rp)) in sbusfb_ioctl() 670 if (__get_user(fb->color_map CM(i,1), gp)) in sbusfb_ioctl() 672 if (__get_user(fb->color_map CM(i,2), bp)) in sbusfb_ioctl() 825 *red = (fb->color_map CM(regno, 0)<<8) | fb->color_map CM(regno, 0); in sbusfb_getcolreg() 826 *green = (fb->color_map CM(regno, 1)<<8) | fb->color_map CM(regno, 1); in sbusfb_getcolreg() 827 *blue = (fb->color_map CM(regno, 2)<<8) | fb->color_map CM(regno, 2); in sbusfb_getcolreg() 849 fb->color_map CM(regno, 0) = red; in sbusfb_setcolreg() [all …]
|
D | p9100fb.c | 80 WRITECTL(ramdac_palette_data, (fb->color_map CM(i,0) << 16)); in p9100_loadcmap() 82 WRITECTL(ramdac_palette_data, (fb->color_map CM(i,1) << 16)); in p9100_loadcmap() 84 WRITECTL(ramdac_palette_data, (fb->color_map CM(i,2) << 16)); in p9100_loadcmap()
|
D | tcxfb.c | 126 sbus_writel(fb->color_map CM(i,0) << 24, &bt->color_map); in tcx_loadcmap() 127 sbus_writel(fb->color_map CM(i,1) << 24, &bt->color_map); in tcx_loadcmap() 128 sbus_writel(fb->color_map CM(i,2) << 24, &bt->color_map); in tcx_loadcmap()
|
D | cgfourteenfb.c | 194 val = ((fb->color_map CM(index,2) << 16) | in cg14_loadcmap() 195 (fb->color_map CM(index,1) << 8) | in cg14_loadcmap() 196 (fb->color_map CM(index,0))); in cg14_loadcmap()
|
D | creatorfb.c | 633 val = ((fb->color_map CM(i,0))) | in ffb_loadcmap() 634 ((fb->color_map CM(i,1)) << 8) | in ffb_loadcmap() 635 ((fb->color_map CM(i,2)) << 16); in ffb_loadcmap() 641 ((u32 *)p->dispsw_data)[i] = ((fb->color_map CM(i,0))) | in ffb_loadcmap() 642 ((fb->color_map CM(i,1)) << 8) | in ffb_loadcmap() 643 ((fb->color_map CM(i,2)) << 16); in ffb_loadcmap()
|
D | leofb.c | 427 val = fb->color_map CM(i,0) | in leo_loadcmap() 428 (fb->color_map CM(i,1) << 8) | in leo_loadcmap() 429 (fb->color_map CM(i,2) << 16); in leo_loadcmap()
|
D | cgsixfb.c | 500 sbus_writel(fb->color_map CM(i,0) << 24, in cg6_loadcmap() 502 sbus_writel(fb->color_map CM(i,1) << 24, in cg6_loadcmap() 504 sbus_writel(fb->color_map CM(i,2) << 24, in cg6_loadcmap()
|
/linux-2.4.37.9/include/video/ |
D | sbusfb.h | 147 #define CM(i, j) [3*(i)+(j)] macro
|
/linux-2.4.37.9/Documentation/ |
D | devices.txt | 718 block Philips LMS CM-205 CD-ROM 719 0 = /dev/cm205cd Philips LMS CM-205 CD-ROM 722 driver does not work with the CM-205MS CD-ROM. 750 block Philips LMS CM-206 CD-ROM 751 0 = /dev/cm206cd Philips LMS CM-206 CD-ROM
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.ids | 35 0704 CM 200E Cable Modem
|