vcstatus          238 drivers/atm/iphase.c   vcstatus_t		*vcstatus;
vcstatus          246 drivers/atm/iphase.c      vcstatus = (vcstatus_t *) &(dev->testTable[vcc->vci]->vc_status);
vcstatus          247 drivers/atm/iphase.c      vcstatus->cnt++;
vcstatus          249 drivers/atm/iphase.c      if( vcstatus->cnt == 0x05 ) {
vcstatus          269 drivers/atm/iphase.c         vcstatus->cnt = 0;     	
vcstatus          288 drivers/atm/iphase.c 	vcstatus->cnt = 0;
vcstatus          685 drivers/gpu/drm/omapdrm/dss/dsi.c 				  u32 *vcstatus, u32 ciostatus)
vcstatus          695 drivers/gpu/drm/omapdrm/dss/dsi.c 		dss_collect_irq_stats(vcstatus[i], dsi->irq_stats.vc_irqs[i]);
vcstatus          702 drivers/gpu/drm/omapdrm/dss/dsi.c #define dsi_collect_irq_stats(dsi, irqstatus, vcstatus, ciostatus)
vcstatus          708 drivers/gpu/drm/omapdrm/dss/dsi.c 				  u32 *vcstatus, u32 ciostatus)
vcstatus          723 drivers/gpu/drm/omapdrm/dss/dsi.c 		if (vcstatus[i] & DSI_VC_IRQ_ERROR_MASK) {
vcstatus          725 drivers/gpu/drm/omapdrm/dss/dsi.c 				       i, vcstatus[i]);
vcstatus          726 drivers/gpu/drm/omapdrm/dss/dsi.c 			print_irq_status_vc(i, vcstatus[i]);
vcstatus          728 drivers/gpu/drm/omapdrm/dss/dsi.c 			print_irq_status_vc(i, vcstatus[i]);
vcstatus          754 drivers/gpu/drm/omapdrm/dss/dsi.c 		u32 irqstatus, u32 *vcstatus, u32 ciostatus)
vcstatus          763 drivers/gpu/drm/omapdrm/dss/dsi.c 		if (vcstatus[i] == 0)
vcstatus          767 drivers/gpu/drm/omapdrm/dss/dsi.c 				vcstatus[i]);
vcstatus          779 drivers/gpu/drm/omapdrm/dss/dsi.c 	u32 irqstatus, vcstatus[4], ciostatus;
vcstatus          801 drivers/gpu/drm/omapdrm/dss/dsi.c 			vcstatus[i] = 0;
vcstatus          805 drivers/gpu/drm/omapdrm/dss/dsi.c 		vcstatus[i] = dsi_read_reg(dsi, DSI_VC_IRQSTATUS(i));
vcstatus          807 drivers/gpu/drm/omapdrm/dss/dsi.c 		dsi_write_reg(dsi, DSI_VC_IRQSTATUS(i), vcstatus[i]);
vcstatus          834 drivers/gpu/drm/omapdrm/dss/dsi.c 	dsi_handle_isrs(&dsi->isr_tables_copy, irqstatus, vcstatus, ciostatus);
vcstatus          836 drivers/gpu/drm/omapdrm/dss/dsi.c 	dsi_handle_irq_errors(dsi, irqstatus, vcstatus, ciostatus);
vcstatus          838 drivers/gpu/drm/omapdrm/dss/dsi.c 	dsi_collect_irq_stats(dsi, irqstatus, vcstatus, ciostatus);
vcstatus          692 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		u32 *vcstatus, u32 ciostatus)
vcstatus          703 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		dss_collect_irq_stats(vcstatus[i], dsi->irq_stats.vc_irqs[i]);
vcstatus          710 drivers/video/fbdev/omap2/omapfb/dss/dsi.c #define dsi_collect_irq_stats(dsidev, irqstatus, vcstatus, ciostatus)
vcstatus          716 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		u32 *vcstatus, u32 ciostatus)
vcstatus          732 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		if (vcstatus[i] & DSI_VC_IRQ_ERROR_MASK) {
vcstatus          734 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 				       i, vcstatus[i]);
vcstatus          735 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			print_irq_status_vc(i, vcstatus[i]);
vcstatus          737 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			print_irq_status_vc(i, vcstatus[i]);
vcstatus          763 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		u32 irqstatus, u32 *vcstatus, u32 ciostatus)
vcstatus          772 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		if (vcstatus[i] == 0)
vcstatus          776 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 				vcstatus[i]);
vcstatus          789 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	u32 irqstatus, vcstatus[4], ciostatus;
vcstatus          814 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			vcstatus[i] = 0;
vcstatus          818 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		vcstatus[i] = dsi_read_reg(dsidev, DSI_VC_IRQSTATUS(i));
vcstatus          820 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		dsi_write_reg(dsidev, DSI_VC_IRQSTATUS(i), vcstatus[i]);
vcstatus          847 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	dsi_handle_isrs(&dsi->isr_tables_copy, irqstatus, vcstatus, ciostatus);
vcstatus          849 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	dsi_handle_irq_errors(dsidev, irqstatus, vcstatus, ciostatus);
vcstatus          851 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	dsi_collect_irq_stats(dsidev, irqstatus, vcstatus, ciostatus);