Searched refs:acz (Results 1 – 1 of 1) sorted by relevance
461 static const int acz[] = {1, 2, 4, 0, 0, 6, 7, 0}; in PWM_ACZ_FROM_REG() local463 return acz[(reg >> 5) & 0x07]; in PWM_ACZ_FROM_REG()468 int acz = (val == 4) ? 2 : val - 1; in PWM_ACZ_TO_REG() local470 return (reg & 0x1f) | ((acz & 0x07) << 5); in PWM_ACZ_TO_REG()