cpt_int_stat      409 drivers/pwm/pwm-sti.c 	unsigned int cpt_int_stat;
cpt_int_stat      413 drivers/pwm/pwm-sti.c 	ret = regmap_field_read(pc->pwm_cpt_int_stat, &cpt_int_stat);
cpt_int_stat      417 drivers/pwm/pwm-sti.c 	while (cpt_int_stat) {
cpt_int_stat      418 drivers/pwm/pwm-sti.c 		devicenum = ffs(cpt_int_stat) - 1;
cpt_int_stat      463 drivers/pwm/pwm-sti.c 		cpt_int_stat &= ~BIT_MASK(devicenum);