Searched refs:NPCX_PWMCTL_INVP (Results 1 – 2 of 2) sorted by relevance
62 inst->PWMCTL &= ~BIT(NPCX_PWMCTL_INVP); in pwm_npcx_configure()100 ctl |= BIT(NPCX_PWMCTL_INVP); in pwm_npcx_set_cycles()102 ctl &= ~BIT(NPCX_PWMCTL_INVP); in pwm_npcx_set_cycles()
480 #define NPCX_PWMCTL_INVP 0 macro