Lines Matching refs:debounce
905 u32 conf, pull, val, debounce;
940 debounce = readl(db_reg);
943 switch (debounce & BYT_DEBOUNCE_PULSE_MASK) {
990 u32 conf, val, debounce;
1051 debounce = readl(db_reg);
1060 debounce &= ~BYT_DEBOUNCE_PULSE_MASK;
1061 debounce |= BYT_DEBOUNCE_PULSE_375US;
1064 debounce &= ~BYT_DEBOUNCE_PULSE_MASK;
1065 debounce |= BYT_DEBOUNCE_PULSE_750US;
1068 debounce &= ~BYT_DEBOUNCE_PULSE_MASK;
1069 debounce |= BYT_DEBOUNCE_PULSE_1500US;
1072 debounce &= ~BYT_DEBOUNCE_PULSE_MASK;
1073 debounce |= BYT_DEBOUNCE_PULSE_3MS;
1076 debounce &= ~BYT_DEBOUNCE_PULSE_MASK;
1077 debounce |= BYT_DEBOUNCE_PULSE_6MS;
1080 debounce &= ~BYT_DEBOUNCE_PULSE_MASK;
1081 debounce |= BYT_DEBOUNCE_PULSE_12MS;
1084 debounce &= ~BYT_DEBOUNCE_PULSE_MASK;
1085 debounce |= BYT_DEBOUNCE_PULSE_24MS;
1094 writel(debounce, db_reg);