Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/cell/
Dspu_priv1_mmio.c105 static u64 mfc_sr1_get(struct spu *spu) in mfc_sr1_get() function
159 .mfc_sr1_get = mfc_sr1_get,
/linux-5.19.10/arch/powerpc/include/asm/
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()
/linux-5.19.10/arch/powerpc/platforms/ps3/
Dspu.c548 static u64 mfc_sr1_get(struct spu *spu) in mfc_sr1_get() function
605 .mfc_sr1_get = mfc_sr1_get,