Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-meson.c30 #define RTC_ADDR0_LINE_SEN BIT(1) macro
110 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SEN, 0); in meson_rtc_set_dir()
138 val = RTC_ADDR0_LINE_SDI | RTC_ADDR0_LINE_SEN | RTC_ADDR0_LINE_SCLK; in meson_rtc_get_bus()
169 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SEN, in meson_rtc_serial_bus_reg_read()
170 RTC_ADDR0_LINE_SEN); in meson_rtc_serial_bus_reg_read()
188 regmap_update_bits(rtc->peripheral, RTC_ADDR0, RTC_ADDR0_LINE_SEN, in meson_rtc_serial_bus_reg_write()
189 RTC_ADDR0_LINE_SEN); in meson_rtc_serial_bus_reg_write()