Home
last modified time | relevance | path

Searched refs:RTC_I2C_ADDR (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mfd/
H A Dmax8925-i2c.c15 #define RTC_I2C_ADDR 0x68 macro
177 chip->rtc = i2c_new_dummy_device(chip->i2c->adapter, RTC_I2C_ADDR); in max8925_probe()
H A Dmax8998.c22 #define RTC_I2C_ADDR (0x0c >> 1) macro
185 max8998->rtc = i2c_new_dummy_device(i2c->adapter, RTC_I2C_ADDR); in max8998_i2c_probe()
/linux/include/linux/mfd/samsung/
H A Drtc.h75 #define RTC_I2C_ADDR (0x0C >> 1) macro
/linux/drivers/rtc/
H A Drtc-s5m.c679 RTC_I2C_ADDR); in s5m_rtc_probe()