Searched refs:BIT_ULL_MASK (Results 1 – 8 of 8) sorted by relevance
317 reg_val |= BIT_ULL_MASK(62); in octep_vf_enable_interrupts_cn93()321 reg_val |= BIT_ULL_MASK(62); in octep_vf_enable_interrupts_cn93()342 reg_val &= ~BIT_ULL_MASK(62); in octep_vf_disable_interrupts_cn93()346 reg_val &= ~BIT_ULL_MASK(62); in octep_vf_disable_interrupts_cn93()379 reg_val |= BIT_ULL_MASK(62); in octep_vf_enable_iq_cn93()393 reg_val |= BIT_ULL_MASK(62); in octep_vf_enable_oq_cn93()
328 reg_val |= BIT_ULL_MASK(62); in octep_vf_enable_interrupts_cnxk()332 reg_val |= BIT_ULL_MASK(62); in octep_vf_enable_interrupts_cnxk()353 reg_val &= ~BIT_ULL_MASK(62); in octep_vf_disable_interrupts_cnxk()357 reg_val &= ~BIT_ULL_MASK(62); in octep_vf_disable_interrupts_cnxk()390 reg_val |= BIT_ULL_MASK(62); in octep_vf_enable_iq_cnxk()404 reg_val |= BIT_ULL_MASK(62); in octep_vf_enable_oq_cnxk()
10 #define BIT_ULL_MASK(nr) (ULL(1) << ((nr) % BITS_PER_LONG_LONG)) macro
143 u64 max_cbm = BIT_ULL_MASK(20) - 1, l3_cbm_0; in cache_alloc_hsw_probe()
254 return !!(link & BIT_ULL_MASK(peer->pidx)); in perf_link_is_up()
523 link_msk = BIT_ULL_MASK(peer->pidx); in tool_peer_link_event_write()
1005 BIT_ULL_MASK(secondary)))) in stm32f4_rcc_lookup_clk_idx()
6810 mddev->flags &= BIT_ULL_MASK(MD_CLOSING); in md_clean()