Lines Matching defs:mask
24 * @mask: the bit in the register corresponding to the LED
31 u32 mask;
47 val = sled->mask;
51 ret = regmap_update_bits(sled->map, sled->offset, sled->mask, val);
86 if (of_property_read_u32(np, "mask", &sled->mask))
97 sled->state = !!(val & sled->mask);
101 sled->mask,
102 sled->mask);
108 sled->mask, 0);