Home
last modified time | relevance | path

Searched refs:AC100_ALM_INT_ENA (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/mfd/
Dac100.h161 #define AC100_ALM_INT_ENA 0xd0 macro
/linux-5.19.10/drivers/rtc/
Drtc-ac100.c448 return regmap_write(regmap, AC100_ALM_INT_ENA, val); in ac100_rtc_alarm_irq_enable()
460 ret = regmap_read(regmap, AC100_ALM_INT_ENA, &val); in ac100_rtc_get_alarm()
604 regmap_write(chip->regmap, AC100_ALM_INT_ENA, 0); in ac100_rtc_probe()
/linux-5.19.10/drivers/mfd/
Dac100.c43 regmap_reg_range(AC100_ALM_INT_ENA, AC100_ALM_INT_STA),