Searched refs:ch_indices (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/powerpc/platforms/cell/spufs/ |
D | switch.c | 618 u64 idx, ch_indices[] = { 0UL, 3UL, 4UL, 24UL, 25UL, 27UL }; in save_ch_part1() local 629 for (i = 0; i < ARRAY_SIZE(ch_indices); i++) { in save_ch_part1() 630 idx = ch_indices[i]; in save_ch_part1() 675 u64 ch_indices[4] = { 21UL, 23UL, 28UL, 30UL }; in reset_ch() local 684 idx = ch_indices[i]; in reset_ch() 1068 u64 ch_indices[] = { 0UL, 3UL, 4UL, 24UL, 25UL, 27UL }; in reset_ch_part1() local 1080 for (i = 0; i < ARRAY_SIZE(ch_indices); i++) { in reset_ch_part1() 1081 idx = ch_indices[i]; in reset_ch_part1() 1093 u64 ch_indices[5] = { 21UL, 23UL, 28UL, 29UL, 30UL }; in reset_ch_part2() local 1102 idx = ch_indices[i]; in reset_ch_part2() [all …]
|