Searched refs:rtc_diff (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 75 * @rtc_diff: Difference in seconds between 1970 and the ps3 rtc value. 97 s64 rtc_diff; member 190 * The order of preference we use for the rtc_diff source: 198 s64 rtc_diff; member 203 .name = "linux,rtc_diff", 204 .length = sizeof(saved_params.rtc_diff), 205 .value = &saved_params.rtc_diff, 332 pr_debug("%s:%d: p.rtc_diff %lld\n", func, line, p->rtc_diff); in _dump_params() 520 static int db_get_rtc_diff(const struct os_area_db *db, int64_t *rtc_diff) in db_get_rtc_diff() argument 815 ps3_os_area_set_rtc_diff(u64 rtc_diff) ps3_os_area_set_rtc_diff() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 73 * @rtc_diff: Difference in seconds between 1970 and the ps3 rtc value. 95 s64 rtc_diff; member 188 * The order of preference we use for the rtc_diff source: 196 s64 rtc_diff; member 201 .name = "linux,rtc_diff", 202 .length = sizeof(saved_params.rtc_diff), 203 .value = &saved_params.rtc_diff, 330 pr_debug("%s:%d: p.rtc_diff %lld\n", func, line, p->rtc_diff); in _dump_params() 518 static int __init db_get_rtc_diff(const struct os_area_db *db, int64_t *rtc_diff) in db_get_rtc_diff() argument 813 ps3_os_area_set_rtc_diff(u64 rtc_diff) ps3_os_area_set_rtc_diff() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ps3.h | 41 extern void ps3_os_area_set_rtc_diff(u64 rtc_diff);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ps3.h | 41 extern void ps3_os_area_set_rtc_diff(u64 rtc_diff);
|
Completed in 5 milliseconds