Ignore:
Timestamp:
Oct 25, 2013, 5:44:46 PM (11 years ago)
Author:
bouyer
Message:

Remove Auto Slave Select feature

File:
1 edited

Legend:

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

    r551 r559  
    4040#define SPI_CTRL_CPOL           (1 << 15) /* Clock polarity                */
    4141#define SPI_CTRL_CPHA           (1 << 14) /* Clock phase                   */
    42 #define SPI_CTRL_ASS_EN         (1 << 13) /* Auto Slave Sel Assertion      */
    4342#define SPI_CTRL_IE_EN          (1 << 12) /* Interrupt Enable              */
    4443// 9-11 reserved
Note: See TracChangeset for help on using the changeset viewer.