Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx_iomux.c102 #define PADMUX_SION (1U << 4) /* The SION bit in the mux register. */ macro
162 sion = (cfg->padconf_val & PADCONF_SION) ? PADMUX_SION : 0; in iomux_configure_pins()