Searched refs:PMU_SET_RTC (Results 1 – 4 of 4) sorted by relevance
26 #define PMU_SET_RTC 0x30 /* set real-time clock */ macro
28 #define PMU_SET_RTC 0x30 /* set real-time clock */ macro
451 { PMU_SET_RTC, "SET RTC", pmu_cmd_set_rtc },
1014 req->data[0] = PMU_SET_RTC; in pmu_send_request()1751 if (pmu_request(&req, NULL, 5, PMU_SET_RTC, in pmu_set_rtc_time()