Searched refs:lcdirq (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dnuc900fb.c423 unsigned long lcdirq = readl(regs + REG_LCM_INT_CS); local
425 if (lcdirq & LCM_INT_CS_DISP_F_STATUS) {
440 } else if (lcdirq & LCM_INT_CS_UNDERRUN_INT) {
442 } else if (lcdirq & LCM_INT_CS_BUS_ERROR_INT) {
H A Ds3c2410fb.c751 unsigned long lcdirq = readl(irq_base + S3C24XX_LCDINTPND); local
753 if (lcdirq & S3C2410_LCDINT_FRSYNC) {

Completed in 101 milliseconds