Lines Matching defs:groups
21 * 3 groups of 8 bits can be driven. The hardware is able to allow the DSL modem
57 /* 2 groups of 3 bits can be driven by the phys */
64 /* STP has 3 groups of 8 bits */
84 u8 groups; /* we can drive 1-3 groups of 8bit each */
181 chip->groups, XWAY_STP_CON1);
234 u32 shadow, groups, dsl, phy;
260 /* find out which gpio groups should be enabled */
261 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,groups", &groups))
262 chip->groups = groups & XWAY_STP_GROUP_MASK;
264 chip->groups = XWAY_STP_GROUP0;
265 chip->gc.ngpio = fls(chip->groups) * 8;