OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [mmc/] [host/] [mmc_ocores.c] - Diff between revs 72 and 73

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 72 Rev 73
Line 230... Line 230...
 
 
 
 
 
 
static irqreturn_t ocores_irq_cmd(int irq, void *devid)
static irqreturn_t ocores_irq_cmd(int irq, void *devid)
{
{
         struct ocores_host *host = oc_host;
         struct ocores_host *host = (struct ocores_host *) devid;
 
 
         disable_irq(host->irq_cmd);
         disable_irq(host->irq_cmd);
 
 
                //printk(KERN_ALERT "%s: IRQ START***** Normal In  = %08x\n", __FUNCTION__, readl(host->base + SD_NORMAL_INT_STATUS));
                //printk(KERN_ALERT "%s: IRQ START***** Normal In  = %08x\n", __FUNCTION__, readl(host->base + SD_NORMAL_INT_STATUS));
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.