Subversion Repositories freemyipod

Rev

Rev 280 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 280 Rev 384
Line 93... Line 93...
93
        lli = &lli[-1];
93
        lli = &lli[-1];
94
    }
94
    }
95
    clean_dcache();
95
    clean_dcache();
96
    DMAC0CCONFIG(port + 5) = 0x9001 | (SPIDMA(port) << 1);
96
    DMAC0CCONFIG(port + 5) = 0x9001 | (SPIDMA(port) << 1);
97
    wakeup_wait(&spiwakeup[port], TIMEOUT_BLOCK);
97
    wakeup_wait(&spiwakeup[port], TIMEOUT_BLOCK);
-
 
98
    invalidate_dcache();
98
    SPISETUP(port) &= ~0x41;
99
    SPISETUP(port) &= ~0x41;
99
}
100
}
100
 
101
 
101
void INT_DMAC0C5()
102
void INT_DMAC0C5()
102
{
103
{