Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dspu.h75 #define MFC_TAGID_TO_TAGMASK(tag_id) (1 << (tag_id & 0x1F)) macro
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c892 out_be32(&prob->dma_querymask_RW, MFC_TAGID_TO_TAGMASK(0)); in set_ppu_querymask()
899 u32 mask = MFC_TAGID_TO_TAGMASK(0); in wait_tag_complete()