Lines Matching +full:smbus +full:- +full:timeout +full:- +full:disable
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * i2c Support for Atmel's AT91 Two-Wire Interface (TWI)
18 #include <linux/dma-mapping.h>
23 #define AT91_I2C_TIMEOUT msecs_to_jiffies(100) /* transfer timeout */
33 #define AT91_TWI_MSDIS BIT(3) /* Master Transfer Disable */
35 #define AT91_TWI_SVDIS BIT(5) /* Slave Transfer Disable */
36 #define AT91_TWI_QUICK BIT(6) /* SMBus quick command */
40 #define AT91_TWI_ACMDIS BIT(17) /* Alternative Command Mode Disable */
45 #define AT91_TWI_FIFODIS BIT(29) /* FIFO Disable */
80 #define AT91_TWI_IDR 0x0028 /* Interrupt Disable Register */
110 #define AT91_TWI_FIDR 0x0068 /* FIFO Interrupt Disable Register */
188 return -EINVAL; in at91_twi_probe_slave()