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

/openbsd-current/sys/arch/armv7/omap/
H A Dti_iic.c314 I2C_WRITE_REG(sc, AM335X_I2C_CON, 0);
319 I2C_WRITE_REG(sc, AM335X_I2C_CON, I2C_CON_EN);
326 I2C_WRITE_REG(sc, AM335X_I2C_CON, 0);
352 I2C_WRITE_REG(sc, AM335X_I2C_CON, I2C_CON_EN);
396 AM335X_I2C_CON, I2C_CON_EN | I2C_CON_MST | I2C_CON_STP);
411 I2C_WRITE_REG(sc, AM335X_I2C_CON, con);
442 I2C_WRITE_REG(sc, AM335X_I2C_CON, 0);
443 while (I2C_READ_REG(sc, AM335X_I2C_CON) & I2C_CON_MST) {
H A Dti_iicreg.h98 #define AM335X_I2C_CON 0xA4 macro

Completed in 110 milliseconds