Searched refs:TWI_CR_SVDIS (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/i2c/ | ||
H A D | at91_i2c.h | 7 #define TWI_CR_SVDIS BIT(5) /* Slave Transfer Disable */ macro |
H A D | at91_i2c.c | 257 writel(TWI_CR_SVDIS, ®->cr); in at91_i2c_probe() |