Lines Matching refs:debounce
40 .debounce = 0x48,
55 .debounce = 0x38,
190 unsigned int debounce)
203 if (debounce > max_debounce)
206 div = debounce * freq;
215 if (debounce) {
217 /* Configure the max debounce from consumers */
227 rockchip_gpio_writel_bit(bank, offset, 1, reg->debounce);
233 rockchip_gpio_writel_bit(bank, offset, 0, reg->debounce);
240 if (debounce)
272 unsigned int debounce = pinconf_to_config_argument(config);
279 * of the debounce clock(pclk), which is far away from
282 * has crippled debounce capability could only be useful
288 rockchip_gpio_set_debounce(gc, offset, debounce);
661 dev_err(bank->dev, "cannot find debounce clk\n");