fasttext 154 drivers/video/fbdev/s3fb.c static int fasttext = 1; fasttext 168 drivers/video/fbdev/s3fb.c module_param(fasttext, int, 0644); fasttext 169 drivers/video/fbdev/s3fb.c MODULE_PARM_DESC(fasttext, "Enable S3 fast text mode (1=enable, 0=disable, default=1)"); fasttext 627 drivers/video/fbdev/s3fb.c info->tileops = fasttext ? &s3fb_fast_tile_ops : &s3fb_tile_ops; fasttext 770 drivers/video/fbdev/s3fb.c if (fasttext) { fasttext 1534 drivers/video/fbdev/s3fb.c fasttext = simple_strtoul(opt + 9, NULL, 0);