Home
last modified time | relevance | path

Searched refs:stable_count (Results 1 – 5 of 5) sorted by relevance

/drivers/input/keyboard/
Dimx_keypad.c62 int stable_count; member
220 keypad->stable_count = 0; in imx_keypad_check_for_events()
222 keypad->stable_count++; in imx_keypad_check_for_events()
228 if (keypad->stable_count < IMX_KEYPAD_SCANS_FOR_STABILITY) { in imx_keypad_check_for_events()
240 if (keypad->stable_count == IMX_KEYPAD_SCANS_FOR_STABILITY) { in imx_keypad_check_for_events()
306 keypad->stable_count = 0; in imx_keypad_irq_handler()
457 keypad->stable_count = 0; in imx_keypad_probe()
/drivers/usb/phy/
Dphy-tegra-usb.c165 u8 stable_count; member
175 .stable_count = 0x2F,
183 .stable_count = 0x33,
191 .stable_count = 0x4B,
199 .stable_count = 0x66,
417 UTMIP_PLLU_STABLE_COUNT(phy->freq->stable_count); in utmi_phy_power_on()
/drivers/clk/tegra/
Dclk-tegra114.c639 u8 stable_count; member
648 .stable_count = 0x33, .active_delay_count = 0x05,
651 .stable_count = 0x4B, .active_delay_count = 0x06,
654 .stable_count = 0x2F, .active_delay_count = 0x04,
657 .stable_count = 0x66, .active_delay_count = 0x09,
660 .stable_count = 0x41, .active_delay_count = 0x0A,
987 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra114_utmi_param_configure()
Dclk-tegra124.c738 u8 stable_count; member
747 .stable_count = 0x33, .active_delay_count = 0x05,
750 .stable_count = 0x4B, .active_delay_count = 0x06,
753 .stable_count = 0x2F, .active_delay_count = 0x04,
756 .stable_count = 0x66, .active_delay_count = 0x09,
759 .stable_count = 0x41, .active_delay_count = 0x0A,
1046 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra124_utmi_param_configure()
Dclk-tegra30.c219 u8 stable_count; member
887 utmi_parameters[i].stable_count); in tegra30_utmi_param_configure()