Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx_iomux.c100 #define PADCONF_NONE (1U << 31) /* Do not configure pad. */ macro
165 if ((cfg->padconf_val & PADCONF_NONE) == 0) in iomux_configure_pins()