Searched refs:dsl (Results 1 – 3 of 3) sorted by relevance
87 u8 dsl; /* the 2 LSBs can be driven by the dsl core */ member173 chip->dsl << XWAY_STP_ADSL_SHIFT, in xway_stp_hw_init()187 chip->reserved = (chip->phy2 << 5) | (chip->phy1 << 2) | chip->dsl; in xway_stp_hw_init()203 const __be32 *shadow, *groups, *dsl, *phy; in xway_stp_probe() local243 dsl = of_get_property(pdev->dev.of_node, "lantiq,dsl", NULL); in xway_stp_probe()244 if (dsl) in xway_stp_probe()245 chip->dsl = be32_to_cpu(*dsl) & XWAY_STP_ADSL_MASK; in xway_stp_probe()
449 Some of the gpios/leds can be auto updated by the soc with dsl and
471 uint32_t dsl; in intel_crt_load_detect() local545 while ((dsl = I915_READ(pipe_dsl_reg)) <= vsample) in intel_crt_load_detect()558 } while ((I915_READ(pipe_dsl_reg) == dsl)); in intel_crt_load_detect()