Home
last modified time | relevance | path

Searched refs:spu_priv1_ops (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c32 const struct spu_priv1_ops *spu_priv1_ops; variable
33 EXPORT_SYMBOL_GPL(spu_priv1_ops);
H A Dsetup.c222 spu_priv1_ops = &spu_priv1_mmio_ops; in cell_setup_arch()
H A Dspu_priv1_mmio.c145 const struct spu_priv1_ops spu_priv1_mmio_ops =
/linux/arch/powerpc/platforms/ps3/
H A Dspu.c592 static const struct spu_priv1_ops spu_priv1_ps3_ops = {
617 spu_priv1_ops = &spu_priv1_ps3_ops; in ps3_spu_set_platform()