Searched refs:spu_chnlcntptr_RW (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/arch/powerpc/platforms/cell/spufs/ |
D | switch.c | 625 out_be64(&priv2->spu_chnlcntptr_RW, 1); in save_ch_part1() 631 out_be64(&priv2->spu_chnlcntptr_RW, idx); in save_ch_part1() 649 out_be64(&priv2->spu_chnlcntptr_RW, 29UL); in save_spu_mb() 666 out_be64(&priv2->spu_chnlcntptr_RW, 21UL); in save_mfc_cmd() 685 out_be64(&priv2->spu_chnlcntptr_RW, idx); in reset_ch() 1076 out_be64(&priv2->spu_chnlcntptr_RW, 1); in reset_ch_part1() 1082 out_be64(&priv2->spu_chnlcntptr_RW, idx); in reset_ch_part1() 1103 out_be64(&priv2->spu_chnlcntptr_RW, idx); in reset_ch_part2() 1568 out_be64(&priv2->spu_chnlcntptr_RW, idx); in restore_ch_part1() 1592 out_be64(&priv2->spu_chnlcntptr_RW, idx); in restore_ch_part2() [all …]
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | spu_csa.h | 198 u64 spu_chnlcntptr_RW; member
|
D | spu.h | 420 u64 spu_chnlcntptr_RW; /* 0x4060 */ member
|
/linux-6.6.21/arch/powerpc/platforms/cell/ |
D | spu_base.c | 455 out_be64(&priv2->spu_chnlcntptr_RW, zero_list[i].channel); in spu_init_channels() 462 out_be64(&priv2->spu_chnlcntptr_RW, count_list[i].channel); in spu_init_channels()
|