Searched refs:dsl (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpio/ |
| A D | gpio-stp-xway.c | 86 u8 dsl; /* the 2 LSBs can be driven by the dsl core */ member 187 chip->dsl << XWAY_STP_ADSL_SHIFT, in xway_stp_hw_init() 217 | (chip->phy1 << 2) | chip->dsl; in xway_stp_hw_init() 235 u32 shadow, groups, dsl, phy; in xway_stp_probe() local 269 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,dsl", &dsl)) in xway_stp_probe() 270 chip->dsl = dsl & XWAY_STP_ADSL_MASK; in xway_stp_probe()
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_crt.c | 703 u32 dsl; in intel_crt_load_detect() local 776 while ((dsl = intel_de_read(display, PIPEDSL(display, pipe))) <= vsample) in intel_crt_load_detect() 789 } while ((intel_de_read(display, PIPEDSL(display, pipe)) == dsl)); in intel_crt_load_detect()
|
Completed in 11 milliseconds