Home
last modified time | relevance | path

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

/src/sys/powerpc/powermac/
H A Dpmu.c184 static int pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg,
382 pmu_send(sc, PMU_SET_IMASK, 1, &reg, 16, resp); in pmu_attach()
386 pmu_send(sc, PMU_SYSTEM_READY, 1, cmd, 16, resp); in pmu_attach()
387 pmu_send(sc, PMU_GET_VERSION, 0, cmd, 16, resp); in pmu_attach()
596 pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg, int rlen, in pmu_send() function
711 len = pmu_send(sc, PMU_INT_ACK, 0, NULL, 16, resp); in pmu_intr()
734 pmu_send(sc, PMU_ADB_CMD, 4, cmd, 16, junk); in pmu_intr()
777 pmu_send(sc, PMU_ADB_CMD, len + 3, packet, 16, resp); in pmu_adb_send()
805 pmu_send(sc, PMU_ADB_CMD, 4, cmd, 16, resp); in pmu_adb_autopoll()
807 pmu_send(sc, PMU_ADB_POLL_OFF, 0, NULL, 16, resp); in pmu_adb_autopoll()
[all …]