Searched refs:stih416_delays (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-st.c | 378 static const unsigned int stih416_delays[] = {0, 300, 500, 750, 1000, 1250, variable 383 .input_delays = stih416_delays, 384 .ninput_delays = ARRAY_SIZE(stih416_delays), 385 .output_delays = stih416_delays, 386 .noutput_delays = ARRAY_SIZE(stih416_delays), 392 .input_delays = stih416_delays, 393 .ninput_delays = ARRAY_SIZE(stih416_delays), 394 .output_delays = stih416_delays, 395 .noutput_delays = ARRAY_SIZE(stih416_delays),
|