Lines Matching defs:dsl
85 u8 dsl; /* the 2 LSBs can be driven by the dsl core */
183 /* tell the hardware which pins are controlled by the dsl modem */
186 chip->dsl << XWAY_STP_ADSL_SHIFT,
216 | (chip->phy1 << 2) | chip->dsl;
234 u32 shadow, groups, dsl, phy;
267 /* find out which gpios are controlled by the dsl core */
268 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,dsl", &dsl))
269 chip->dsl = dsl & XWAY_STP_ADSL_MASK;