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

/drivers/input/keyboard/
H A Dimx_keypad.c64 int stable_count; member in struct:imx_keypad
222 keypad->stable_count = 0;
224 keypad->stable_count++;
230 if (keypad->stable_count < IMX_KEYPAD_SCANS_FOR_STABILITY) {
239 * (keypad->stable_count > IMX_KEYPAD_SCANS_FOR_STABILITY) all
242 if (keypad->stable_count == IMX_KEYPAD_SCANS_FOR_STABILITY) {
308 keypad->stable_count = 0;
460 keypad->stable_count = 0;
/drivers/usb/phy/
H A Dphy-tegra-usb.c165 u8 stable_count; member in struct:tegra_xtal_freq
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);
/drivers/clk/tegra/
H A Dclk-tegra114.c640 u8 stable_count; member in struct:utmi_clk_param
649 .stable_count = 0x33, .active_delay_count = 0x05,
652 .stable_count = 0x4B, .active_delay_count = 0x06,
655 .stable_count = 0x2F, .active_delay_count = 0x04,
658 .stable_count = 0x66, .active_delay_count = 0x09,
661 .stable_count = 0x41, .active_delay_count = 0x0A,
1016 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count);
H A Dclk-tegra124.c733 u8 stable_count; member in struct:utmi_clk_param
742 .stable_count = 0x33, .active_delay_count = 0x05,
745 .stable_count = 0x4B, .active_delay_count = 0x06,
748 .stable_count = 0x2F, .active_delay_count = 0x04,
751 .stable_count = 0x66, .active_delay_count = 0x09,
754 .stable_count = 0x41, .active_delay_count = 0x0A,
1043 reg |= UTMIP_PLL_CFG2_STABLE_COUNT(utmi_parameters[i].stable_count);
H A Dclk-tegra30.c219 u8 stable_count; member in struct:utmi_clk_param
887 utmi_parameters[i].stable_count);

Completed in 256 milliseconds