Searched refs:get_mask (Results 1 – 6 of 6) sorted by relevance
| /drivers/video/fbdev/ |
| 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()
|
| /drivers/pinctrl/ |
| A D | pinctrl-stmfx.c | 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() 177 u32 pupd, mask = get_mask(offset); in stmfx_pinconf_get_pupd() 191 u32 mask = get_mask(offset); in stmfx_pinconf_set_pupd() 200 u32 type, mask = get_mask(offset); in stmfx_pinconf_get_type() 214 u32 mask = get_mask(offset); in stmfx_pinconf_set_type() 430 u32 mask = get_mask(data->hwirq); in stmfx_pinctrl_irq_mask() [all …]
|
| /drivers/xen/xen-pciback/ |
| 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()
|
| /drivers/gpio/ |
| A D | gpio-mmio.c | 150 unsigned long get_mask = 0; in bgpio_get_set_multiple() local 157 get_mask = *mask & ~gc->bgpio_dir; in bgpio_get_set_multiple() 161 if (get_mask) in bgpio_get_set_multiple() 162 *bits |= gc->read_reg(gc->reg_dat) & get_mask; in bgpio_get_set_multiple()
|
| A D | gpiolib.c | 3363 ret = gpio_chip_get_multiple(gc, array_info->get_mask, in gpiod_get_array_value_complex() 3372 i = find_first_zero_bit(array_info->get_mask, array_size); in gpiod_get_array_value_complex() 3421 i = find_next_zero_bit(array_info->get_mask, in gpiod_get_array_value_complex() 3447 j = find_next_zero_bit(array_info->get_mask, i, in gpiod_get_array_value_complex() 5036 array_info->get_mask = array_info->invert_mask + in gpiod_get_array() 5038 array_info->set_mask = array_info->get_mask + in gpiod_get_array() 5044 bitmap_set(array_info->get_mask, descs->ndescs, in gpiod_get_array() 5057 __clear_bit(descs->ndescs, array_info->get_mask); in gpiod_get_array() 5070 if (bitmap_full(array_info->get_mask, descs->ndescs)) { in gpiod_get_array() 5074 array_info->get_mask); in gpiod_get_array() [all …]
|
| A D | gpiolib.h | 133 unsigned long *get_mask; member
|
Completed in 26 milliseconds