Lines Matching full:arc
2 * linux/drivers/video/arcfb.c -- FB driver for Arc monochrome LCD board
12 * This driver was written to be used with the Arc LCD board. Arc uses a
227 if (!(ctl2status & KS_INTACK)) /* not arc generated interrupt */ in arcfb_interrupt()
409 /* illegal to wait on arc if no irq will occur */ in arcfb_ioctl()
413 /* wait until the Arc has generated an interrupt in arcfb_ioctl()
518 /* We need a flat backing store for the Arc's in arcfb_probe()
561 fb_info(info, "Arc frame buffer device, using %dK of video memory\n", in arcfb_probe()
651 MODULE_PARM_DESC(arcfb_enable, "Enable communication with Arc board");
661 MODULE_PARM_DESC(tuhold, "Time to hold between strobing data to Arc board");
663 MODULE_PARM_DESC(irq, "IRQ for the Arc board");
668 MODULE_DESCRIPTION("fbdev driver for Arc monochrome LCD board");