Searched refs:iomux_config (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm/freescale/vybrid/
H A Dvf_iomuxc.c129 pcell_t iomux_config[MAX_MUX_LEN]; local
140 /* Find 'iomux_config' prop in the nodes */
151 if ((len = OF_getproplen(child, "iomux_config")) > 0) {
152 OF_getencprop(child, "iomux_config", iomux_config, len);
156 pin = iomux_config[i];
157 pin_cfg = iomux_config[i+1];

Completed in 117 milliseconds