Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dmv_i2c.h25 #define I2C_ICR_INIT (ICR_BEIE | ICR_IRFIE | ICR_ITEIE | ICR_GCD | ICR_SCLE)
37 #define ICR_GCD 0x80 /* general call disable */ macro
/openbmc/linux/drivers/i2c/busses/
H A Di2c-pxa.c48 #define ICR_GCD (1 << 7) /* general call disable */ macro
121 #define I2C_ICR_INIT (ICR_BEIE | ICR_IRFIE | ICR_ITEIE | ICR_GCD | ICR_SCLE)
334 PXA_BIT(ICR_GCD, "GCD", NULL),