Home
last modified time | relevance | path

Searched refs:NUM_PWM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pwm/
H A Dpwm-spear.c25 #define NUM_PWM 4 macro
218 pc->chip.npwm = NUM_PWM; in spear_pwm_probe()
/openbmc/linux/drivers/hwmon/
H A Dit87.c285 #define NUM_PWM ARRAY_SIZE(IT87_REG_PWM) macro
624 u8 pwm_ctrl[NUM_PWM]; /* Register value */
625 u8 pwm_duty[NUM_PWM]; /* Manual PWM value set by user */
626 u8 pwm_temp_map[NUM_PWM];/* PWM to temp. chan. mapping (bits 1-0) */
959 for (i = 0; i < NUM_PWM; i++) { in it87_update_device()