Searched refs:exclusive_mask (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/clk/imx/ |
H A 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()
|
H A 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/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2417 unsigned int flag, all_flags, exclusive_mask; in TEST() local 2453 exclusive_mask = 0; in TEST() 2455 exclusive_mask |= exclusive[i]; in TEST() 2457 flag = all_flags & ~exclusive_mask; in TEST() 2470 flag &= ~exclusive_mask; in TEST()
|