Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/
Dpinctrl-st.c131 #define ST_PINCONF_PACK(conf, val, param) (conf |=\ macro
140 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE)
147 #define ST_PINCONF_PACK_PU(conf) ST_PINCONF_PACK(conf, 1, PU)
154 #define ST_PINCONF_PACK_OD(conf) ST_PINCONF_PACK(conf, 1, OD)
160 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT)
168 ST_PINCONF_PACK(conf, 1, RT_INVERTCLK)
176 ST_PINCONF_PACK(conf, 1, RT_CLKNOTDATA)
184 ST_PINCONF_PACK(conf, 1, RT_DOUBLE_EDGE)
190 #define ST_PINCONF_PACK_RT_CLK(conf, val) ST_PINCONF_PACK(conf, val, RT_CLK)
197 ST_PINCONF_PACK(conf, val, RT_DELAY)