Home
last modified time | relevance | path

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

/linux-6.15/drivers/rtc/
H A Drtc-meson.c30 #define RTC_ADDR0_LINE_SEN BIT(1) macro
109 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SEN, 0); in meson_rtc_set_dir()
137 val = RTC_ADDR0_LINE_SDI | RTC_ADDR0_LINE_SEN | RTC_ADDR0_LINE_SCLK; in meson_rtc_get_bus()
168 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SEN, in meson_rtc_serial_bus_reg_read()
169 RTC_ADDR0_LINE_SEN); in meson_rtc_serial_bus_reg_read()
187 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SEN, in meson_rtc_serial_bus_reg_write()
188 RTC_ADDR0_LINE_SEN); in meson_rtc_serial_bus_reg_write()