Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Dswitch.c690 u64 ch_counts[4] = { 16UL, 1UL, 1UL, 1UL }; in reset_ch() local
701 out_be64(&priv2->spu_chnlcnt_RW, ch_counts[i]); in reset_ch()
1108 u64 ch_counts[5] = { 16UL, 1UL, 1UL, 0UL, 1UL }; in reset_ch_part2() local
1119 out_be64(&priv2->spu_chnlcnt_RW, ch_counts[i]); in reset_ch_part2()
1594 u64 ch_counts[3] = { 1UL, 16UL, 1UL }; in restore_ch_part2() local
1601 ch_counts[0] = 1UL; in restore_ch_part2()
1602 ch_counts[1] = csa->spu_chnlcnt_RW[21]; in restore_ch_part2()
1603 ch_counts[2] = 1UL; in restore_ch_part2()
1608 out_be64(&priv2->spu_chnlcnt_RW, ch_counts[i]); in restore_ch_part2()