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

/asus-wl-520gu-7.0.1.45/src/router/busybox/scripts/
H A Dmk2knr.pl26 open(CM, ">$convertme") or die "convertme.pl $!";
27 print CM "#!/usr/bin/perl -p -i\n\n";
62 print CM "s/\\b$var\\b/"; # more to come in just a minute
73 print CM "$var/g;\n";
79 close(CM);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dp9100fb.c73 WRITECTL(ramdac_palette_data, (fb->color_map CM(i,0) << 16));
75 WRITECTL(ramdac_palette_data, (fb->color_map CM(i,1) << 16));
77 WRITECTL(ramdac_palette_data, (fb->color_map CM(i,2) << 16));
H A Dsbusfb.c629 if (__put_user(fb->color_map CM(i,0), rp) ||
630 __put_user(fb->color_map CM(i,1), gp) ||
631 __put_user(fb->color_map CM(i,2), bp))
668 if (__get_user(fb->color_map CM(i,0), rp))
670 if (__get_user(fb->color_map CM(i,1), gp))
672 if (__get_user(fb->color_map CM(i,2), bp))
825 *red = (fb->color_map CM(regno, 0)<<8) | fb->color_map CM(regno, 0);
826 *green = (fb->color_map CM(regno, 1)<<8) | fb->color_map CM(regn
[all...]
H A Dsun3fb.c427 *red = (fb->color_map CM(regno, 0)<<8) | fb->color_map CM(regno, 0);
428 *green = (fb->color_map CM(regno, 1)<<8) | fb->color_map CM(regno, 1);
429 *blue = (fb->color_map CM(regno, 2)<<8) | fb->color_map CM(regno, 2);
451 fb->color_map CM(regno, 0) = red;
452 fb->color_map CM(regno, 1) = green;
453 fb->color_map CM(regno, 2) = blue;
H A Dtcxfb.c126 sbus_writel(fb->color_map CM(i,0) << 24, &bt->color_map);
127 sbus_writel(fb->color_map CM(i,1) << 24, &bt->color_map);
128 sbus_writel(fb->color_map CM(i,2) << 24, &bt->color_map);
H A Dcgfourteenfb.c194 val = ((fb->color_map CM(index,2) << 16) |
195 (fb->color_map CM(index,1) << 8) |
196 (fb->color_map CM(index,0)));
H A Dcreatorfb.c618 val = ((fb->color_map CM(i,0))) |
619 ((fb->color_map CM(i,1)) << 8) |
620 ((fb->color_map CM(i,2)) << 16);
626 ((u32 *)p->dispsw_data)[i] = ((fb->color_map CM(i,0))) |
627 ((fb->color_map CM(i,1)) << 8) |
628 ((fb->color_map CM(i,2)) << 16);
H A Dcgsixfb.c500 sbus_writel(fb->color_map CM(i,0) << 24,
502 sbus_writel(fb->color_map CM(i,1) << 24,
504 sbus_writel(fb->color_map CM(i,2) << 24,
H A Dleofb.c427 val = fb->color_map CM(i,0) |
428 (fb->color_map CM(i,1) << 8) |
429 (fb->color_map CM(i,2) << 16);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/video/
H A Dsbusfb.h147 #define CM(i, j) [3*(i)+(j)] macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/video/
H A Dsbusfb.h147 #define CM(i, j) [3*(i)+(j)] macro
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A DMakefile.in57 contrib/minizip/[CM]*[pe] contrib/minizip/*.[ch] contrib/minizip/*.[td]?? \

Completed in 181 milliseconds