Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A 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/lib/
H A Dsbitmap.c533 unsigned long get_mask; in __sbitmap_queue_get_batch() local
546 get_mask = ((1UL << nr_tags) - 1) << nr; in __sbitmap_queue_get_batch()
548 get_mask | val)) in __sbitmap_queue_get_batch()
550 get_mask = (get_mask & ~val) >> nr; in __sbitmap_queue_get_batch()
551 if (get_mask) { in __sbitmap_queue_get_batch()
555 return get_mask; in __sbitmap_queue_get_batch()
/linux/drivers/xen/xen-pciback/
H A 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/net/openvswitch/
H A Dactions.c1040 #define get_mask(a, type) ((const type)nla_data(a) + 1) macro
1051 *get_mask(a, u32 *)); in execute_masked_set_action()
1056 OVS_SET_MASKED(skb->mark, nla_get_u32(a), *get_mask(a, u32 *)); in execute_masked_set_action()
1067 get_mask(a, struct ovs_key_ethernet *)); in execute_masked_set_action()
1072 get_mask(a, struct ovs_key_ipv4 *)); in execute_masked_set_action()
1077 get_mask(a, struct ovs_key_ipv6 *)); in execute_masked_set_action()
1082 get_mask(a, struct ovs_key_tcp *)); in execute_masked_set_action()
1087 get_mask(a, struct ovs_key_udp *)); in execute_masked_set_action()
1092 get_mask(a, struct ovs_key_sctp *)); in execute_masked_set_action()
1096 err = set_mpls(skb, flow_key, nla_data(a), get_mask(a, in execute_masked_set_action()
/linux/drivers/gpio/
H A Dgpio-mmio.c156 unsigned long get_mask = 0, set_mask = 0; in gpio_mmio_get_set_multiple() local
162 get_mask = *mask & ~chip->sdir; in gpio_mmio_get_set_multiple()
166 if (get_mask) in gpio_mmio_get_set_multiple()
167 *bits |= chip->read_reg(chip->reg_dat) & get_mask; in gpio_mmio_get_set_multiple()
H A Dgpiolib.c3390 ret = gpio_chip_get_multiple(gc, array_info->get_mask, in gpiod_get_array_value_complex()
3399 i = find_first_zero_bit(array_info->get_mask, array_size); in gpiod_get_array_value_complex()
3448 i = find_next_zero_bit(array_info->get_mask, in gpiod_get_array_value_complex()
3474 j = find_next_zero_bit(array_info->get_mask, i, in gpiod_get_array_value_complex()
5123 array_info->get_mask = array_info->invert_mask + in gpiod_get_array()
5125 array_info->set_mask = array_info->get_mask + in gpiod_get_array()
5131 bitmap_set(array_info->get_mask, descs->ndescs, in gpiod_get_array()
5144 __clear_bit(descs->ndescs, array_info->get_mask); in gpiod_get_array()
5157 if (bitmap_full(array_info->get_mask, descs->ndescs)) { in gpiod_get_array()
5161 array_info->get_mask); in gpiod_get_array()
[all …]
/linux/sound/pci/ice1712/
H A Dice1712.h355 unsigned int (*get_mask)(struct snd_ice1712 *ice); member
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py421 mask = enum.get_mask(as_flags=True)
640 mask = enum.get_mask(as_flags=True)