Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/ !
H A Dspu_priv1.h27 u64 (*mfc_dar_get) (struct spu *spu); member
89 return spu_priv1_ops->mfc_dar_get(spu); in spu_mfc_dar_get()
/linux/arch/powerpc/platforms/ps3/ !
H A Dspu.c511 static u64 mfc_dar_get(struct spu *spu) in mfc_dar_get() function
599 .mfc_dar_get = mfc_dar_get,