Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/
Dpinctrl-falcon.c296 arg = LTQ_PINCONF_UNPACK_ARG(configs[i]); in falcon_pinconf_set()
343 (int)LTQ_PINCONF_UNPACK_ARG(config)); in falcon_pinconf_dbg_show()
348 (int)LTQ_PINCONF_UNPACK_ARG(config)); in falcon_pinconf_dbg_show()
353 (int)LTQ_PINCONF_UNPACK_ARG(config)); in falcon_pinconf_dbg_show()
Dpinctrl-lantiq.h31 #define LTQ_PINCONF_UNPACK_ARG(conf) ((conf) & 0xffff) macro
Dpinctrl-xway.c1401 arg = LTQ_PINCONF_UNPACK_ARG(configs[i]); in xway_pinconf_set()