Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Dswitch.c676 u64 ch_counts[4] = { 16UL, 1UL, 1UL, 1UL }; in reset_ch() local
687 out_be64(&priv2->spu_chnlcnt_RW, ch_counts[i]); in reset_ch()
1094 u64 ch_counts[5] = { 16UL, 1UL, 1UL, 0UL, 1UL }; in reset_ch_part2() local
1105 out_be64(&priv2->spu_chnlcnt_RW, ch_counts[i]); in reset_ch_part2()
1580 u64 ch_counts[3] = { 1UL, 16UL, 1UL }; in restore_ch_part2() local
1587 ch_counts[0] = 1UL; in restore_ch_part2()
1588 ch_counts[1] = csa->spu_chnlcnt_RW[21]; in restore_ch_part2()
1589 ch_counts[2] = 1UL; in restore_ch_part2()
1594 out_be64(&priv2->spu_chnlcnt_RW, ch_counts[i]); in restore_ch_part2()