Home
last modified time | relevance | path

Searched refs:BIT_ULL_MASK (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Dbits.h11 #define BIT_ULL_MASK(nr) (ULL(1) << ((nr) % BITS_PER_LONG_LONG)) macro
/openbmc/linux/include/linux/
H A Dbits.h11 #define BIT_ULL_MASK(nr) (ULL(1) << ((nr) % BITS_PER_LONG_LONG)) macro
/openbmc/u-boot/include/linux/
H A Dbitops.h13 #define BIT_ULL_MASK(nr) (1ULL << ((nr) % BITS_PER_LONG_LONG)) macro
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dptp.c642 rsp->cap &= ~BIT_ULL_MASK(0); in rvu_mbox_handler_ptp_get_cap()
/openbmc/linux/drivers/clk/
H A Dclk-stm32f4.c862 BIT_ULL_MASK(secondary)))) in stm32f4_rcc_lookup_clk_idx()
/openbmc/linux/drivers/ntb/test/
H A Dntb_perf.c254 return !!(link & BIT_ULL_MASK(peer->pidx)); in perf_link_is_up()
H A Dntb_tool.c523 link_msk = BIT_ULL_MASK(peer->pidx); in tool_peer_link_event_write()
/openbmc/linux/drivers/md/
H A Dmd.c6250 mddev->flags &= BIT_ULL_MASK(MD_CLOSING); in md_clean()