Searched refs:exclusive_mask (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk-gate-exclusive.c | 17 * @exclusive_mask: mask of gate bits which are mutually exclusive to this 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() 67 if (exclusive_mask == 0) in imx_clk_hw_gate_exclusive() 85 exgate->exclusive_mask = exclusive_mask; in imx_clk_hw_gate_exclusive() 58 imx_clk_hw_gate_exclusive(const char *name, const char *parent, void __iomem *reg, u8 shift, u32 exclusive_mask) imx_clk_hw_gate_exclusive() argument
|
H A D | clk.h | 81 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ 82 to_clk(imx_clk_hw_gate_exclusive(name, parent, reg, shift, exclusive_mask)) 215 void __iomem *reg, u8 shift, u32 exclusive_mask);
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-gate-exclusive.c | 17 * @exclusive_mask: mask of gate bits which are mutually exclusive to this 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() 67 if (exclusive_mask == 0) in imx_clk_hw_gate_exclusive() 85 exgate->exclusive_mask = exclusive_mask; in imx_clk_hw_gate_exclusive() 58 imx_clk_hw_gate_exclusive(const char *name, const char *parent, void __iomem *reg, u8 shift, u32 exclusive_mask) imx_clk_hw_gate_exclusive() argument
|
H A D | clk.h | 118 #define imx_clk_gate_exclusive(name, parent, reg, shift, exclusive_mask) \ 119 to_clk(imx_clk_hw_gate_exclusive(name, parent, reg, shift, exclusive_mask)) 301 void __iomem *reg, u8 shift, u32 exclusive_mask);
|
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2344 unsigned int flag, all_flags, exclusive_mask; in TEST() local 2380 exclusive_mask = 0; in TEST() 2382 exclusive_mask |= exclusive[i]; in TEST() 2384 flag = all_flags & ~exclusive_mask; in TEST() 2397 flag &= ~exclusive_mask; in TEST()
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2410 unsigned int flag, all_flags, exclusive_mask; in TEST() local 2446 exclusive_mask = 0; in TEST() 2448 exclusive_mask |= exclusive[i]; in TEST() 2450 flag = all_flags & ~exclusive_mask; in TEST() 2463 flag &= ~exclusive_mask; in TEST()
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep.c | 2658 static unsigned long exclusive_mask(unsigned long mask) in exclusive_mask() function 2670 * exclusive. Ie: this is the opposite of exclusive_mask(). 2754 forward_mask = exclusive_mask(usage_mask); in check_irq_usage()
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | lockdep.c | 2722 static unsigned long exclusive_mask(unsigned long mask) in exclusive_mask() function 2734 * exclusive. Ie: this is the opposite of exclusive_mask(). 2818 forward_mask = exclusive_mask(usage_mask); in check_irq_usage()
|
Completed in 29 milliseconds