Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/macppc/dev/
H A Dpm_direct.h79 #define PMU_SET_RTC 0x30 /* Set realtime clock */ macro
H A Dpmuvar.h40 #define PMU_SET_RTC 0x30 /* Set realtime clock */ macro
H A Dpm_direct.c867 p.command = PMU_SET_RTC; in pm_set_date_time()
H A Dpmu.c805 if (pmu_send(sc, PMU_SET_RTC, 4, (uint8_t *)&sec, 16, resp) >= 0) in pmu_todr_set()