Lines Matching refs:valid
38 * @valid: mask for valid IRQs on this controller
43 u32 valid;
147 if (!(f->valid & BIT(hwirq)))
161 u32 valid, struct device_node *node)
172 f->valid = valid;
179 f->domain = irq_domain_add_linear(node, fls(valid),
182 /* This will allocate all valid descriptors in the linear case */
183 for (i = 0; i < fls(valid); i++)
184 if (valid & BIT(i)) {
218 if (of_property_read_u32(node, "valid-mask", &valid_mask))