Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpio-stp-xway.c85 u8 dsl; /* the 2 LSBs can be driven by the dsl core */ member
186 chip->dsl << XWAY_STP_ADSL_SHIFT, in xway_stp_hw_init()
216 | (chip->phy1 << 2) | chip->dsl; in xway_stp_hw_init()
234 u32 shadow, groups, dsl, phy; in xway_stp_probe() local
268 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,dsl", &dsl)) in xway_stp_probe()
269 chip->dsl = dsl & XWAY_STP_ADSL_MASK; in xway_stp_probe()
DKconfig603 Some of the gpios/leds can be auto updated by the soc with dsl and
/drivers/gpu/drm/i915/display/
Dintel_crt.c689 u32 dsl; in intel_crt_load_detect() local
762 while ((dsl = intel_uncore_read(uncore, pipe_dsl_reg)) <= in intel_crt_load_detect()
776 } while ((intel_uncore_read(uncore, pipe_dsl_reg) == dsl)); in intel_crt_load_detect()