Lines Matching defs:pins
65 const u_int *pins = fdtbus_get_prop(phandle, "fsl,pins", &pins_len);
69 u_int mux_reg = be32toh(pins[0]);
70 u_int conf_reg = be32toh(pins[1]);
71 u_int input_reg = be32toh(pins[2]);
72 u_int mux_mode = be32toh(pins[3]);
73 u_int input_val = be32toh(pins[4]);
74 u_int config = be32toh(pins[5]);
116 pins += 6;
177 if (of_hasprop(child, "fsl,pins")) {
181 if (!of_hasprop(sub, "fsl,pins"))