Home
last modified time | relevance | path

Searched refs:cur_mask (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/pinctrl/mediatek/
Dmtk-eint.c373 mtk_eint_chip_read_mask(eint, eint->base, eint->cur_mask); in mtk_eint_do_suspend()
381 mtk_eint_chip_write_mask(eint, eint->base, eint->cur_mask); in mtk_eint_do_resume()
464 eint->cur_mask = devm_kcalloc(eint->dev, eint->hw->ports, in mtk_eint_do_init()
465 sizeof(*eint->cur_mask), GFP_KERNEL); in mtk_eint_do_init()
466 if (!eint->cur_mask) in mtk_eint_do_init()
Dmtk-eint.h60 u32 *cur_mask; member
/Linux-v4.19/sound/xen/
Dxen_snd_front_cfg.c154 unsigned int cur_mask; in cfg_hw_rates() local
169 cur_mask = CFG_HW_SUPPORTED_RATES[i].mask; in cfg_hw_rates()
171 rates |= cur_mask; in cfg_hw_rates()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dalloc.c311 u32 cur_mask = mlx4_bitmap_masked_value(it->bitmap, (u32)-1); in __mlx4_zone_remove_one_entry() local
313 if (mask < cur_mask) in __mlx4_zone_remove_one_entry()
314 mask = cur_mask; in __mlx4_zone_remove_one_entry()