Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Dpmuvar.h69 #define PMU_SET_POLL_MASK 0x86 /* macro
H A Dpmu.c730 uint8_t cmd[] = {0, PMU_SET_POLL_MASK, in pmu_intr()
792 uint8_t cmd[] = {0, PMU_SET_POLL_MASK, (mask >> 8) & 0xff, mask & 0xff}; in pmu_adb_autopoll()