Searched refs:stih407_delays (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/pinctrl/ |
D | pinctrl-st.c | 339 static const unsigned int stih407_delays[] = {0, 300, 500, 750, 1000, 1250, variable 344 .input_delays = stih407_delays, 345 .ninput_delays = ARRAY_SIZE(stih407_delays), 346 .output_delays = stih407_delays, 347 .noutput_delays = ARRAY_SIZE(stih407_delays), 353 .input_delays = stih407_delays, 354 .ninput_delays = ARRAY_SIZE(stih407_delays), 355 .output_delays = stih407_delays, 356 .noutput_delays = ARRAY_SIZE(stih407_delays),
|