Home
last modified time | relevance | path

Searched refs:int_mask_and (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_priv1_mmio.c26 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() function
147 .int_mask_and = int_mask_and,
/openbmc/linux/arch/powerpc/include/asm/
H A Dspu_priv1.h20 void (*int_mask_and) (struct spu *spu, int class, u64 mask); member
47 spu_priv1_ops->int_mask_and(spu, class, mask); in spu_int_mask_and()
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dspu.c462 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() function
593 .int_mask_and = int_mask_and,