Searched refs:POWER_SEQUEUE_SIZE (Results 1 – 2 of 2) sorted by relevance
191 if ((count % POWER_SEQUEUE_SIZE) != 0) { in ParsePowerSequeue()206 …seq->pwCtrl = (struct PowerCtrl *)OsalMemCalloc((count / POWER_SEQUEUE_SIZE) * sizeof(struct Power… in ParsePowerSequeue()213 for (i = 0; i < (count / POWER_SEQUEUE_SIZE); i++) { in ParsePowerSequeue()217 tmp += POWER_SEQUEUE_SIZE; // next power setting in ParsePowerSequeue()219 seq->count = count / POWER_SEQUEUE_SIZE; in ParsePowerSequeue()
24 #define POWER_SEQUEUE_SIZE 4 macro