Home
last modified time | relevance | path

Searched refs:TWI_MMR_IADRSZ_1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Dat91_i2c.h14 #define TWI_MMR_IADRSZ_1 BIT(8) /* Internal Device Address Size */ macro
H A Dat91_i2c.c131 int_addr_flag += TWI_MMR_IADRSZ_1; in at91_i2c_xfer()