Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/gpio/
Dgpio-mmio.c165 unsigned long get_mask = 0; in bgpio_get_set_multiple() local
174 get_mask = *mask & gc->bgpio_dir; in bgpio_get_set_multiple()
177 get_mask = *mask & ~gc->bgpio_dir; in bgpio_get_set_multiple()
182 if (get_mask) in bgpio_get_set_multiple()
183 *bits |= gc->read_reg(gc->reg_dat) & get_mask; in bgpio_get_set_multiple()
/linux-4.19.296/drivers/xen/xen-pciback/
Dconf_space.c95 static inline u32 get_mask(int size) in get_mask() function
192 get_mask(field->size), in xen_pcibk_config_read()
235 tmp_val = merge_value(tmp_val, value, get_mask(size), in xen_pcibk_config_write()