Changes between Version 4 and Version 5 of mmc_driver
- Timestamp:
- Jan 21, 2015, 5:18:29 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mmc_driver
v4 v5 40 40 41 41 === void '''_mmc_isr'''( unsigned int irq_type, unsigned int irq_id, unsigned int channel ) === 42 This Interrupt Service Routine access the vci_mem_cache component to get 43 the faulty physical address and the associated SRCID. It acknowledges the IRQ. 44 Not fully implemented yet... 42 This Interrupt Service Routine should access the vci_mem_cache component to get the faulty physical address and the associated SRCID, and acknowledges the IRQ... but it is not fully implemented yet... 45 43 46 44