Searched refs:stable_count (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/input/keyboard/ |
| D | imx_keypad.c | 58 int stable_count; member 216 keypad->stable_count = 0; in imx_keypad_check_for_events() 218 keypad->stable_count++; in imx_keypad_check_for_events() 224 if (keypad->stable_count < IMX_KEYPAD_SCANS_FOR_STABILITY) { in imx_keypad_check_for_events() 236 if (keypad->stable_count == IMX_KEYPAD_SCANS_FOR_STABILITY) { in imx_keypad_check_for_events() 302 keypad->stable_count = 0; in imx_keypad_irq_handler() 450 keypad->stable_count = 0; in imx_keypad_probe()
|
| /Linux-v5.4/drivers/usb/phy/ |
| D | phy-tegra-usb.c | 156 u8 stable_count; member 166 .stable_count = 0x2F, 174 .stable_count = 0x33, 182 .stable_count = 0x4B, 190 .stable_count = 0x66, 493 UTMIP_PLLU_STABLE_COUNT(phy->freq->stable_count); in utmi_phy_power_on()
|
| /Linux-v5.4/drivers/clk/tegra/ |
| D | clk-pll.c | 1036 u8 stable_count; member 1046 .stable_count = 0x33, .active_delay_count = 0x05, 1050 .stable_count = 0x4b, .active_delay_count = 0x06, 1054 .stable_count = 0x2f, .active_delay_count = 0x04, 1058 .stable_count = 0x66, .active_delay_count = 0x09, 1062 .stable_count = 0x41, .active_delay_count = 0x0a, 1066 .stable_count = 0x0, .active_delay_count = 0x6, 1119 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_enable() 1747 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_tegra114_enable()
|
| D | clk-tegra210.c | 2246 u16 stable_count; member 2256 .stable_count = 0x0, .active_delay_count = 0x6, 2260 .stable_count = 0x33, .active_delay_count = 0x05, 2264 .stable_count = 0x4b, .active_delay_count = 0x06, 2268 .stable_count = 0x2f, .active_delay_count = 0x08, 2272 .stable_count = 0x66, .active_delay_count = 0x09, 2276 .stable_count = 0x41, .active_delay_count = 0x0a, 2759 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra210_utmi_param_configure()
|