Searched refs:acz (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Ddme1737.c429 static const int acz[] = {1, 2, 4, 0, 0, 6, 7, 0}; local
431 return acz[(reg >> 5) & 0x07];
436 int acz = (val == 4) ? 2 : val - 1; local
438 return (reg & 0x1f) | ((acz & 0x07) << 5);
2239 /* Initialize the default PWM auto channels zone (acz) assignments */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Ddme1737.c429 static const int acz[] = {1, 2, 4, 0, 0, 6, 7, 0}; local
431 return acz[(reg >> 5) & 0x07];
436 int acz = (val == 4) ? 2 : val - 1; local
438 return (reg & 0x1f) | ((acz & 0x07) << 5);
2239 /* Initialize the default PWM auto channels zone (acz) assignments */

Completed in 95 milliseconds