Searched refs:P_FUNCT2MUX (Results 1 – 2 of 2) sorted by relevance
256 u16 function = P_FUNCT2MUX(per); in portmux_setup()281 u16 function = P_FUNCT2MUX(per); in portmux_setup()303 u16 pmux, ident = P_IDENT(per), function = P_FUNCT2MUX(per); in portmux_setup()821 if (!((per & P_MAYSHARE) && get_portmux(per) == P_FUNCT2MUX(per))) {836 __func__, ident, P_FUNCT2MUX(per), get_label(ident));
11 #define P_FUNCT2MUX(x) (((x) >> 9) & 0x3) macro