Home
last modified time | relevance | path

Searched refs:get_mask (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/video/fbdev/
Dc2p_core.h32 static __always_inline u32 get_mask(unsigned int n) in get_mask() function
62 u32 mask = get_mask(n); in transp8()
104 u32 mask = get_mask(n); in transp4()
131 u32 mask = get_mask(n); in transp4x()
/linux-6.12.1/drivers/pinctrl/
Dpinctrl-stmfx.c50 #define get_mask(offset) (BIT(get_shift(offset))) macro
109 u32 mask = get_mask(offset); in stmfx_gpio_get()
122 u32 mask = get_mask(offset); in stmfx_gpio_set()
132 u32 mask = get_mask(offset); in stmfx_gpio_get_direction()
153 u32 mask = get_mask(offset); in stmfx_gpio_direction_input()
163 u32 mask = get_mask(offset); in stmfx_gpio_direction_output()
174 u32 pupd, mask = get_mask(offset); in stmfx_pinconf_get_pupd()
188 u32 mask = get_mask(offset); in stmfx_pinconf_set_pupd()
197 u32 type, mask = get_mask(offset); in stmfx_pinconf_get_type()
211 u32 mask = get_mask(offset); in stmfx_pinconf_set_type()
[all …]
/linux-6.12.1/lib/
Dsbitmap.c517 unsigned long get_mask; in __sbitmap_queue_get_batch() local
530 get_mask = ((1UL << nr_tags) - 1) << nr; in __sbitmap_queue_get_batch()
532 get_mask | val)) in __sbitmap_queue_get_batch()
534 get_mask = (get_mask & ~val) >> nr; in __sbitmap_queue_get_batch()
535 if (get_mask) { in __sbitmap_queue_get_batch()
539 return get_mask; in __sbitmap_queue_get_batch()
/linux-6.12.1/drivers/xen/xen-pciback/
Dconf_space.c97 static inline u32 get_mask(int size) in get_mask() function
192 get_mask(field->size), in xen_pcibk_config_read()
231 tmp_val = merge_value(tmp_val, value, get_mask(size), in xen_pcibk_config_write()
/linux-6.12.1/drivers/gpio/
Dgpio-mmio.c149 unsigned long get_mask = 0; in bgpio_get_set_multiple() local
156 get_mask = *mask & ~gc->bgpio_dir; in bgpio_get_set_multiple()
160 if (get_mask) in bgpio_get_set_multiple()
161 *bits |= gc->read_reg(gc->reg_dat) & get_mask; in bgpio_get_set_multiple()
Dgpiolib.c3074 array_info->get_mask, in gpiod_get_array_value_complex()
3083 i = find_first_zero_bit(array_info->get_mask, array_size); in gpiod_get_array_value_complex()
3132 i = find_next_zero_bit(array_info->get_mask, in gpiod_get_array_value_complex()
3158 j = find_next_zero_bit(array_info->get_mask, i, in gpiod_get_array_value_complex()
4691 array_info->get_mask = array_info->invert_mask + in gpiod_get_array()
4693 array_info->set_mask = array_info->get_mask + in gpiod_get_array()
4699 bitmap_set(array_info->get_mask, descs->ndescs, in gpiod_get_array()
4712 __clear_bit(descs->ndescs, array_info->get_mask); in gpiod_get_array()
4725 if (bitmap_full(array_info->get_mask, descs->ndescs)) { in gpiod_get_array()
4729 array_info->get_mask); in gpiod_get_array()
[all …]
Dgpiolib.h126 unsigned long *get_mask; member
/linux-6.12.1/net/openvswitch/
Dactions.c1147 #define get_mask(a, type) ((const type)nla_data(a) + 1) macro
1158 *get_mask(a, u32 *)); in execute_masked_set_action()
1163 OVS_SET_MASKED(skb->mark, nla_get_u32(a), *get_mask(a, u32 *)); in execute_masked_set_action()
1174 get_mask(a, struct ovs_key_ethernet *)); in execute_masked_set_action()
1183 get_mask(a, struct ovs_key_ipv4 *)); in execute_masked_set_action()
1188 get_mask(a, struct ovs_key_ipv6 *)); in execute_masked_set_action()
1193 get_mask(a, struct ovs_key_tcp *)); in execute_masked_set_action()
1198 get_mask(a, struct ovs_key_udp *)); in execute_masked_set_action()
1203 get_mask(a, struct ovs_key_sctp *)); in execute_masked_set_action()
1207 err = set_mpls(skb, flow_key, nla_data(a), get_mask(a, in execute_masked_set_action()
/linux-6.12.1/sound/pci/ice1712/
Dice1712.h355 unsigned int (*get_mask)(struct snd_ice1712 *ice); member
Dice1724.c2483 ice->gpio.get_mask = snd_vt1724_get_gpio_mask; in snd_vt1724_create()
Dice1712.c2486 ice->gpio.get_mask = snd_ice1712_get_gpio_mask; in snd_ice1712_create()
/linux-6.12.1/tools/net/ynl/lib/
Dnlspec.py139 def get_mask(self, as_flags=None): member in SpecEnumSet
/linux-6.12.1/tools/net/ynl/
Dynl-gen-c.py352 mask = enum.get_mask(as_flags=True)
510 mask = enum.get_mask(as_flags=True)