Searched refs:spu_chnlcntptr_RW (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/platforms/cell/spufs/ |
D | switch.c | 639 out_be64(&priv2->spu_chnlcntptr_RW, 1); in save_ch_part1() 645 out_be64(&priv2->spu_chnlcntptr_RW, idx); in save_ch_part1() 663 out_be64(&priv2->spu_chnlcntptr_RW, 29UL); in save_spu_mb() 680 out_be64(&priv2->spu_chnlcntptr_RW, 21UL); in save_mfc_cmd() 699 out_be64(&priv2->spu_chnlcntptr_RW, idx); in reset_ch() 1090 out_be64(&priv2->spu_chnlcntptr_RW, 1); in reset_ch_part1() 1096 out_be64(&priv2->spu_chnlcntptr_RW, idx); in reset_ch_part1() 1117 out_be64(&priv2->spu_chnlcntptr_RW, idx); in reset_ch_part2() 1582 out_be64(&priv2->spu_chnlcntptr_RW, idx); in restore_ch_part1() 1606 out_be64(&priv2->spu_chnlcntptr_RW, idx); in restore_ch_part2() [all …]
|
/arch/powerpc/include/asm/ |
D | spu_csa.h | 211 u64 spu_chnlcntptr_RW; member
|
D | spu.h | 466 u64 spu_chnlcntptr_RW; /* 0x4060 */ member
|
/arch/powerpc/platforms/cell/ |
D | spu_base.c | 472 out_be64(&priv2->spu_chnlcntptr_RW, zero_list[i].channel); in spu_init_channels() 479 out_be64(&priv2->spu_chnlcntptr_RW, count_list[i].channel); in spu_init_channels()
|