Lines Matching full:only
24 #define AT91_TWI_SVEN (1 << 4) /* Slave Transfer Enable [SAM9260 only] */
25 #define AT91_TWI_SVDIS (1 << 5) /* Slave Transfer Disable [SAM9260 only] */
37 #define AT91_TWI_SMR 0x08 /* Slave Mode Register [SAM9260 only] */
51 #define AT91_TWI_SVREAD (1 << 3) /* Slave Read [SAM9260 only] */
52 #define AT91_TWI_SVACC (1 << 4) /* Slave Access [SAM9260 only] */
53 #define AT91_TWI_GACC (1 << 5) /* General Call Access [SAM9260 only] */
54 #define AT91_TWI_OVRE (1 << 6) /* Overrun Error [AT91RM9200 only] */
55 #define AT91_TWI_UNRE (1 << 7) /* Underrun Error [AT91RM9200 only] */
57 #define AT91_TWI_ARBLST (1 << 9) /* Arbitration Lost [SAM9260 only] */
58 #define AT91_TWI_SCLWS (1 << 10) /* Clock Wait State [SAM9260 only] */
59 #define AT91_TWI_EOSACC (1 << 11) /* End of Slave Address [SAM9260 only] */