Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dmv_i2c.h26 #define I2C_ICR_INIT (ICR_BEIE | ICR_IRFIE | ICR_ITEIE | ICR_GCD | ICR_SCLE) macro
H A Dmv_i2c.c84 writel(I2C_ICR_INIT | icr_mode, &base->icr); in i2c_reset()