Home
last modified time | relevance | path

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

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