Searched refs:RK_I2C_READ (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_i2c.c163 #define RK_I2C_READ(sc, reg) bus_read_4((sc)->res[0], (reg)) macro
269 buf32 = RK_I2C_READ(sc, RK_I2C_RXDATA_BASE + (i / 4) * 4);
285 reg = RK_I2C_READ(sc, RK_I2C_CON);
295 sc->ipd = RK_I2C_READ(sc, RK_I2C_IPD);
317 reg = RK_I2C_READ(sc, RK_I2C_CON);
327 reg = RK_I2C_READ(sc, RK_I2C_CON);
358 reg = RK_I2C_READ(sc, RK_I2C_CON);
399 reg = RK_I2C_READ(sc, RK_I2C_CON) & ~RK_I2C_CON_CTRL_MASK;

Completed in 99 milliseconds