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

/openwrt/package/kernel/rtc-rv5c386a/src/
H A Drtc.c165 static int i2c_outb(int c) function
192 printk(KERN_DEBUG "i2c_outb(0x%02x) -> %s\n",
312 i2c_outb(RTC_I2C_ADDRESS | I2C_READ_MASK);
360 i2c_outb(RTC_I2C_ADDRESS | I2C_WRITE_MASK);
361 i2c_outb(0x00); /* set starting register to 0 (=seconds) */
362 i2c_outb(rtc_tm->tm_sec);
363 i2c_outb(rtc_tm->tm_min);
364 i2c_outb(rtc_tm->tm_hour);
365 i2c_outb(rtc_tm->tm_wday);
366 i2c_outb(rtc_t
[all...]

Completed in 25 milliseconds