Searched refs:eld_reg_to_type (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Ddce3_1_afmt.c72 static const u16 eld_reg_to_type[][2] = { local
87 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
96 if (sad->format == eld_reg_to_type[i][1]) {
113 WREG32_ENDPOINT(0, eld_reg_to_type[i][0], value);
H A Ddce6_afmt.c211 static const u16 eld_reg_to_type[][2] = { local
229 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
238 if (sad->format == eld_reg_to_type[i][1]) {
255 WREG32_ENDPOINT(dig->pin->offset, eld_reg_to_type[i][0], value);
H A Devergreen_hdmi.c162 static const u16 eld_reg_to_type[][2] = { local
177 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
186 if (sad->format == eld_reg_to_type[i][1]) {
203 WREG32_ENDPOINT(0, eld_reg_to_type[i][0], value);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c1372 static const u16 eld_reg_to_type[][2] = { local
1411 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
1420 if (sad->format == eld_reg_to_type[i][1]) {
1440 WREG32_AUDIO_ENDPT(dig->afmt->pin->offset, eld_reg_to_type[i][0], tmp);
H A Ddce_v10_0.c1340 static const u16 eld_reg_to_type[][2] = { local
1379 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
1388 if (sad->format == eld_reg_to_type[i][1]) {
1408 WREG32_AUDIO_ENDPT(dig->afmt->pin->offset, eld_reg_to_type[i][0], tmp);
H A Ddce_v8_0.c1309 static const u16 eld_reg_to_type[][2] = { local
1350 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
1359 if (sad->format == eld_reg_to_type[i][1]) {
1380 WREG32_AUDIO_ENDPT(offset, eld_reg_to_type[i][0], value);
H A Ddce_v6_0.c1266 static const u16 eld_reg_to_type[][2] = { local
1301 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
1310 if (sad->format == eld_reg_to_type[i][1]) {
1330 WREG32_AUDIO_ENDPT(dig->afmt->pin->offset, eld_reg_to_type[i][0], tmp);

Completed in 166 milliseconds