Searched refs:TC654_REG_CONFIG_DUTYC (Results 1 – 1 of 1) sorted by relevance
47 #define TC654_REG_CONFIG_DUTYC BIT(5) /* Duty Cycle Control */ macro340 return sprintf(buf, "%d\n", !!(data->config & TC654_REG_CONFIG_DUTYC)); in show_pwm_mode()361 data->config |= TC654_REG_CONFIG_DUTYC; in set_pwm_mode()363 data->config &= ~TC654_REG_CONFIG_DUTYC; in set_pwm_mode()