Lines Matching defs:shadow
83 u32 shadow; /* shadow the shift registers state */
98 * Gets the shadow value.
113 * Set the shadow value and call ltq_ebu_apply.
120 chip->shadow |= BIT(gpio);
122 chip->shadow &= ~BIT(gpio);
123 xway_stp_w32(chip->virt, chip->shadow, XWAY_STP_CPU0);
234 u32 shadow, groups, dsl, phy;
256 /* store the shadow value if one was passed by the devicetree */
257 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,shadow", &shadow))
258 chip->shadow = shadow;