Home
last modified time | relevance | path

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

/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()
/drivers/pinctrl/
Dpinctrl-stmfx.c49 #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 …]
/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()
/drivers/gpio/
Dgpio-mmio.c152 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()
Dgpiolib.c2867 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 …]
Dgpiolib.h112 unsigned long *get_mask; member