Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dsi.c2946 u32 se_num, u32 sh_num) in si_select_se_sh() argument
2950 if ((se_num == 0xffffffff) && (sh_num == 0xffffffff)) in si_select_se_sh()
2953 data |= SE_BROADCAST_WRITES | SH_INDEX(sh_num); in si_select_se_sh()
2954 else if (sh_num == 0xffffffff) in si_select_se_sh()
2957 data |= SH_INDEX(sh_num) | SE_INDEX(se_num); in si_select_se_sh()
Dcik.c3385 u32 se_num, u32 sh_num) in cik_select_se_sh() argument
3389 if ((se_num == 0xffffffff) && (sh_num == 0xffffffff)) in cik_select_se_sh()
3392 data |= SE_BROADCAST_WRITES | SH_INDEX(sh_num); in cik_select_se_sh()
3393 else if (sh_num == 0xffffffff) in cik_select_se_sh()
3396 data |= SH_INDEX(sh_num) | SE_INDEX(se_num); in cik_select_se_sh()