Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_priv1_mmio.c105 static u64 mfc_sr1_get(struct spu *spu) in mfc_sr1_get() function
159 .mfc_sr1_get = mfc_sr1_get,
/openbmc/linux/arch/powerpc/include/asm/
H A Dspu_priv1.h32 u64 (*mfc_sr1_get) (struct spu *spu); member
119 return spu_priv1_ops->mfc_sr1_get(spu); in spu_mfc_sr1_get()
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dspu.c548 static u64 mfc_sr1_get(struct spu *spu) in mfc_sr1_get() function
605 .mfc_sr1_get = mfc_sr1_get,