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

Subversion Repositories test_project

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /test_project
    from Rev 72 to Rev 73
    Reverse comparison

Rev 72 → Rev 73

/trunk/linux_sd_driver/drivers/mmc/host/mmc_ocores.c
232,7 → 232,7
 
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);
 
395,7 → 395,7
}
}
else
{
{
if ( mmc_resp_type(host->mrq->cmd) == MMCOC_RSP_136 ) //Long response
{
printk(KERN_ALERT "Long Response, Word Cnt * = %08x\n ",host->word_cnt);

powered by: WebSVN 2.1.0

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