Ignore:
Timestamp:
Dec 5, 2013, 5:15:26 PM (10 years ago)
Author:
bouyer
Message:
  • report DMA errors
  • minor changes to sync with the VHDL model
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_spi/include/soclib/vcispi.h

    r579 r592  
    4141};
    4242
     43#define SPI_CTRL_DMA_ERR        (1 << 17) /* R   DMA error                    */
    4344#define SPI_CTRL_DMA_BSY        (1 << 16) /* R   DMA in progress              */
    4445#define SPI_CTRL_CPOL           (1 << 15) /* R/W Clock polarity               */
Note: See TracChangeset for help on using the changeset viewer.