Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/freescale/
H A Dpinctrl-mxs.h26 #define MUXID_TO_PINID(m) PINID((m) >> 12 & 0xf, (m) >> 4 & 0xff) macro
H A Dpinctrl-mxs.c389 g->pins[i] = MUXID_TO_PINID(g->pins[i]); in mxs_pinctrl_parse_group()