Searched refs:m41t80 (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-m41t80.c | 161 struct m41t80_data *m41t80 = i2c_get_clientdata(client); in m41t80_handle_irq() local 165 rtc_lock(m41t80->rtc); in m41t80_handle_irq() 169 rtc_unlock(m41t80->rtc); in m41t80_handle_irq() 175 rtc_unlock(m41t80->rtc); in m41t80_handle_irq() 186 rtc_update_irq(m41t80->rtc, 1, events); in m41t80_handle_irq() 192 rtc_unlock(m41t80->rtc); in m41t80_handle_irq() 469 static unsigned long m41t80_get_freq(struct m41t80_data *m41t80) in m41t80_get_freq() argument 471 struct i2c_client *client = m41t80->client; in m41t80_get_freq() 472 int reg_sqw = (m41t80->features & M41T80_FEATURE_SQ_ALT) ? in m41t80_get_freq() 503 struct m41t80_data *m41t80 = sqw_to_m41t80_data(hw); in m41t80_sqw_set_rate() local [all …]
|
| H A D | Makefile | 90 obj-$(CONFIG_RTC_DRV_M41T80) += rtc-m41t80.o
|
| H A D | Kconfig | 560 will be called rtc-m41t80.
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | sam440ep.dts | 199 compatible = "st,m41t80";
|
| H A D | currituck.dts | 119 compatible = "st,m41t80", "m41st85";
|
| H A D | bluestone.dts | 267 compatible = "st,m41t80";
|
| H A D | akebono.dts | 227 compatible = "st,m41t80", "m41st85";
|
| H A D | canyonlands.dts | 322 compatible = "st,m41t80";
|
| H A D | glacier.dts | 290 compatible = "st,m41t80";
|