Home
last modified time | relevance | path

Searched refs:RT_D_CFG_DELAY_MASK (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/pinctrl/
Dpinctrl-st.c82 #define RT_D_CFG_DELAY_MASK (0xf << 3) macro
643 delay_bits = (value & RT_D_CFG_DELAY_MASK) >> RT_D_CFG_DELAY_SHIFT; in st_pinconf_get_retime_dedicated()