Home
last modified time | relevance | path

Searched refs:dsl (Results 1 – 3 of 3) sorted by relevance

/drivers/gpio/
Dgpio-stp-xway.c87 u8 dsl; /* the 2 LSBs can be driven by the dsl core */ member
173 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() local
243 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()
DKconfig449 Some of the gpios/leds can be auto updated by the soc with dsl and
/drivers/gpu/drm/i915/
Dintel_crt.c471 uint32_t dsl; in intel_crt_load_detect() local
545 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()