Home
last modified time | relevance | path

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

/drivers/rtc/
A Drtc-pm8xxx.c52 __le32 offset_gps; member
101 u32 offset_gps; in pm8xxx_rtc_read_uefi_offset() local
125 offset_gps = le32_to_cpu(rtc_info->offset_gps); in pm8xxx_rtc_read_uefi_offset()
126 rtc_dd->offset = offset_gps + (u32)RTC_TIMESTAMP_EPOCH_GPS; in pm8xxx_rtc_read_uefi_offset()
137 u32 offset_gps; in pm8xxx_rtc_write_uefi_offset() local
140 offset_gps = offset - (u32)RTC_TIMESTAMP_EPOCH_GPS; in pm8xxx_rtc_write_uefi_offset()
142 rtc_info->offset_gps = cpu_to_le32(offset_gps); in pm8xxx_rtc_write_uefi_offset()

Completed in 4 milliseconds