Searched refs:stih407_delays (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/pinctrl/ |
D | pinctrl-st.c | 336 static const unsigned int stih407_delays[] = {0, 300, 500, 750, 1000, 1250, variable 341 .input_delays = stih407_delays, 342 .ninput_delays = ARRAY_SIZE(stih407_delays), 343 .output_delays = stih407_delays, 344 .noutput_delays = ARRAY_SIZE(stih407_delays), 350 .input_delays = stih407_delays, 351 .ninput_delays = ARRAY_SIZE(stih407_delays), 352 .output_delays = stih407_delays, 353 .noutput_delays = ARRAY_SIZE(stih407_delays),
|