Lines Matching defs:flags
68 unsigned long flags;
70 spin_lock_irqsave(gate->lock, flags);
77 spin_unlock_irqrestore(gate->lock, flags);
85 unsigned long flags;
87 spin_lock_irqsave(gate->lock, flags);
98 spin_unlock_irqrestore(gate->lock, flags);
121 unsigned long flags;
124 spin_lock_irqsave(gate->lock, flags);
128 spin_unlock_irqrestore(gate->lock, flags);
136 unsigned long flags;
138 spin_lock_irqsave(gate->lock, flags);
143 spin_unlock_irqrestore(gate->lock, flags);
158 unsigned long flags, void __iomem *reg, u32 bit_idx, u32 val,
180 init.flags = flags | CLK_SET_RATE_PARENT | CLK_OPS_PARENT_ENABLE;