Searched refs:PMU_SET_POLL_MASK (Results 1 – 2 of 2) sorted by relevance
69 #define PMU_SET_POLL_MASK 0x86 /* macro
730 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()