Searched refs:exclusive_mask (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/clk/imx/ |
D | clk-gate-exclusive.c | 26 u32 exclusive_mask; member 36 if (val & exgate->exclusive_mask) in clk_gate_exclusive_enable() 59 void __iomem *reg, u8 shift, u32 exclusive_mask) in imx_clk_hw_gate_exclusive() argument 67 if (exclusive_mask == 0) in imx_clk_hw_gate_exclusive() 85 exgate->exclusive_mask = exclusive_mask; in imx_clk_hw_gate_exclusive()
|
D | clk.h | 118 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ argument 119 to_clk(imx_clk_hw_gate_exclusive(name, parent, reg, shift, exclusive_mask)) 301 void __iomem *reg, u8 shift, u32 exclusive_mask);
|
/linux-6.12.1/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 2412 unsigned int flag, all_flags, exclusive_mask; in TEST() local 2448 exclusive_mask = 0; in TEST() 2450 exclusive_mask |= exclusive[i]; in TEST() 2452 flag = all_flags & ~exclusive_mask; in TEST() 2465 flag &= ~exclusive_mask; in TEST()
|
/linux-6.12.1/kernel/locking/ |
D | lockdep.c | 2745 static unsigned long exclusive_mask(unsigned long mask) in exclusive_mask() function 2841 forward_mask = exclusive_mask(usage_mask); in check_irq_usage()
|