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