Searched refs:offset_gps (Results 1 – 1 of 1) sorted by relevance
52 __le32 offset_gps; member101 u32 offset_gps; in pm8xxx_rtc_read_uefi_offset() local125 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() local140 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