Home
last modified time | relevance | path

Searched refs:stable_count (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dimx_keypad.c58 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()
233 * (keypad->stable_count > IMX_KEYPAD_SCANS_FOR_STABILITY) all 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()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dimx_keypad.c59 int stable_count; member
217 keypad->stable_count = 0; in imx_keypad_check_for_events()
219 keypad->stable_count++; in imx_keypad_check_for_events()
225 if (keypad->stable_count < IMX_KEYPAD_SCANS_FOR_STABILITY) { in imx_keypad_check_for_events()
234 * (keypad->stable_count > IMX_KEYPAD_SCANS_FOR_STABILITY) all in imx_keypad_check_for_events()
237 if (keypad->stable_count == IMX_KEYPAD_SCANS_FOR_STABILITY) { in imx_keypad_check_for_events()
303 keypad->stable_count = 0; in imx_keypad_irq_handler()
442 keypad->stable_count = 0; in imx_keypad_probe()
/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-tegra-usb.c157 u8 stable_count; member
167 .stable_count = 0x2F,
175 .stable_count = 0x33,
183 .stable_count = 0x4B,
191 .stable_count = 0x66,
495 UTMIP_PLLU_STABLE_COUNT(phy->freq->stable_count); in utmi_phy_power_on()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-tegra-usb.c175 u8 stable_count; member
185 .stable_count = 0x2F,
193 .stable_count = 0x33,
201 .stable_count = 0x4B,
209 .stable_count = 0x66,
529 UTMIP_PLLU_STABLE_COUNT(phy->freq->stable_count); in utmi_phy_power_on()
/kernel/linux/linux-5.10/drivers/clk/tegra/
H A Dclk-pll.c1078 u8 stable_count; member
1088 .stable_count = 0x33, .active_delay_count = 0x05,
1092 .stable_count = 0x4b, .active_delay_count = 0x06,
1096 .stable_count = 0x2f, .active_delay_count = 0x04,
1100 .stable_count = 0x66, .active_delay_count = 0x09,
1104 .stable_count = 0x41, .active_delay_count = 0x0a,
1108 .stable_count = 0x0, .active_delay_count = 0x6,
1162 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_enable()
1785 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_tegra114_enable()
H A Dclk-tegra210.c2272 u16 stable_count; member
2282 .stable_count = 0x0, .active_delay_count = 0x6,
2286 .stable_count = 0x33, .active_delay_count = 0x05,
2290 .stable_count = 0x4b, .active_delay_count = 0x06,
2294 .stable_count = 0x2f, .active_delay_count = 0x08,
2298 .stable_count = 0x66, .active_delay_count = 0x09,
2302 .stable_count = 0x41, .active_delay_count = 0x0a,
2777 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra210_utmi_param_configure()
/kernel/linux/linux-6.6/drivers/clk/tegra/
H A Dclk-pll.c1081 u8 stable_count; member
1091 .stable_count = 0x33, .active_delay_count = 0x05,
1095 .stable_count = 0x4b, .active_delay_count = 0x06,
1099 .stable_count = 0x2f, .active_delay_count = 0x04,
1103 .stable_count = 0x66, .active_delay_count = 0x09,
1107 .stable_count = 0x41, .active_delay_count = 0x0a,
1111 .stable_count = 0x0, .active_delay_count = 0x6,
1165 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_enable()
1788 value |= UTMIP_PLL_CFG2_STABLE_COUNT(params->stable_count); in clk_pllu_tegra114_enable()
H A Dclk-tegra210.c2323 u16 stable_count; member
2333 .stable_count = 0x0, .active_delay_count = 0x6,
2337 .stable_count = 0x33, .active_delay_count = 0x05,
2341 .stable_count = 0x4b, .active_delay_count = 0x06,
2345 .stable_count = 0x2f, .active_delay_count = 0x08,
2349 .stable_count = 0x66, .active_delay_count = 0x09,
2353 .stable_count = 0x41, .active_delay_count = 0x0a,
2828 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count); in tegra210_utmi_param_configure()

Completed in 22 milliseconds