/openbmc/linux/drivers/video/fbdev/ |
H A D | c2p_core.h | 32 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()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-stmfx.c | 49 #define get_mask(offset) (BIT(get_shift(offset))) macro 108 u32 mask = get_mask(offset); in stmfx_gpio_get() 121 u32 mask = get_mask(offset); in stmfx_gpio_set() 131 u32 mask = get_mask(offset); in stmfx_gpio_get_direction() 152 u32 mask = get_mask(offset); in stmfx_gpio_direction_input() 162 u32 mask = get_mask(offset); in stmfx_gpio_direction_output() 173 u32 pupd, mask = get_mask(offset); in stmfx_pinconf_get_pupd() 187 u32 mask = get_mask(offset); in stmfx_pinconf_set_pupd() 196 u32 type, mask = get_mask(offset); in stmfx_pinconf_get_type() 210 u32 mask = get_mask(offset); in stmfx_pinconf_set_type() [all …]
|
/openbmc/linux/lib/ |
H A D | sbitmap.c | 522 unsigned long get_mask; in __sbitmap_queue_get_batch() local 535 get_mask = ((1UL << nr_tags) - 1) << nr; in __sbitmap_queue_get_batch() 537 get_mask | val)) in __sbitmap_queue_get_batch() 539 get_mask = (get_mask & ~val) >> nr; in __sbitmap_queue_get_batch() 540 if (get_mask) { in __sbitmap_queue_get_batch() 544 return get_mask; in __sbitmap_queue_get_batch()
|
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | conf_space.c | 97 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()
|
/openbmc/linux/net/openvswitch/ |
H A D | actions.c | 1123 #define get_mask(a, type) ((const type)nla_data(a) + 1) macro 1134 *get_mask(a, u32 *)); in execute_masked_set_action() 1139 OVS_SET_MASKED(skb->mark, nla_get_u32(a), *get_mask(a, u32 *)); in execute_masked_set_action() 1150 get_mask(a, struct ovs_key_ethernet *)); in execute_masked_set_action() 1159 get_mask(a, struct ovs_key_ipv4 *)); in execute_masked_set_action() 1164 get_mask(a, struct ovs_key_ipv6 *)); in execute_masked_set_action() 1169 get_mask(a, struct ovs_key_tcp *)); in execute_masked_set_action() 1174 get_mask(a, struct ovs_key_udp *)); in execute_masked_set_action() 1179 get_mask(a, struct ovs_key_sctp *)); in execute_masked_set_action() 1183 err = set_mpls(skb, flow_key, nla_data(a), get_mask(a, in execute_masked_set_action()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-mmio.c | 152 unsigned long get_mask = 0; in bgpio_get_set_multiple() local 159 get_mask = *mask & ~gc->bgpio_dir; in bgpio_get_set_multiple() 163 if (get_mask) in bgpio_get_set_multiple() 164 *bits |= gc->read_reg(gc->reg_dat) & get_mask; in bgpio_get_set_multiple()
|
H A D | gpiolib.c | 2867 array_info->get_mask, in gpiod_get_array_value_complex() 2876 i = find_first_zero_bit(array_info->get_mask, array_size); in gpiod_get_array_value_complex() 2922 i = find_next_zero_bit(array_info->get_mask, in gpiod_get_array_value_complex() 2948 j = find_next_zero_bit(array_info->get_mask, i, in gpiod_get_array_value_complex() 4419 array_info->get_mask = array_info->invert_mask + in gpiod_get_array() 4421 array_info->set_mask = array_info->get_mask + in gpiod_get_array() 4427 bitmap_set(array_info->get_mask, descs->ndescs, in gpiod_get_array() 4440 __clear_bit(descs->ndescs, array_info->get_mask); in gpiod_get_array() 4453 if (bitmap_full(array_info->get_mask, descs->ndescs)) { in gpiod_get_array() 4457 array_info->get_mask); in gpiod_get_array() [all …]
|
H A D | gpiolib.h | 110 unsigned long *get_mask; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/wxwidgets/wxwidgets/ |
H A D | 0001-wx-config.in-Disable-cross-magic-it-does-not-work-fo.patch | 24 @@ -394,7 +394,7 @@ get_mask()
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | ice1712.h | 355 unsigned int (*get_mask)(struct snd_ice1712 *ice); member
|
H A D | ice1712.c | 2486 ice->gpio.get_mask = snd_ice1712_get_gpio_mask; in snd_ice1712_create()
|
H A D | ice1724.c | 2483 ice->gpio.get_mask = snd_vt1724_get_gpio_mask; in snd_vt1724_create()
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | nlspec.py | 139 def get_mask(self, as_flags=None): member in SpecEnumSet
|
/openbmc/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 298 mask = enum.get_mask(as_flags=True)
|