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

/freebsd-12-stable/sys/arm64/rockchip/
H A Drk_i2c.c164 #define RK_I2C_READ(sc, reg) bus_read_4((sc)->res[0], (reg)) macro
271 buf32 = RK_I2C_READ(sc, RK_I2C_RXDATA_BASE + (i / 4) * 4);
287 reg = RK_I2C_READ(sc, RK_I2C_CON);
297 sc->ipd = RK_I2C_READ(sc, RK_I2C_IPD);
319 reg = RK_I2C_READ(sc, RK_I2C_CON);
329 reg = RK_I2C_READ(sc, RK_I2C_CON);
360 reg = RK_I2C_READ(sc, RK_I2C_CON);
401 reg = RK_I2C_READ(sc, RK_I2C_CON) & ~RK_I2C_CON_CTRL_MASK;

Completed in 81 milliseconds