Searched refs:stih407_delays (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-st.c | 341 static const unsigned int stih407_delays[] = {0, 300, 500, 750, 1000, 1250, variable 346 .input_delays = stih407_delays, 347 .ninput_delays = ARRAY_SIZE(stih407_delays), 348 .output_delays = stih407_delays, 349 .noutput_delays = ARRAY_SIZE(stih407_delays), 355 .input_delays = stih407_delays, 356 .ninput_delays = ARRAY_SIZE(stih407_delays), 357 .output_delays = stih407_delays, 358 .noutput_delays = ARRAY_SIZE(stih407_delays),
|