HomeSort by: relevance | last modified time | path
    Searched defs:eld_reg_to_type (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_dce3_1_afmt.c 76 static const u16 eld_reg_to_type[][2] = { local in function:dce3_2_afmt_write_sad_regs
91 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
100 if (sad->format == eld_reg_to_type[i][1]) {
117 WREG32_ENDPOINT(0, eld_reg_to_type[i][0], value);
radeon_dce6_afmt.c 214 static const u16 eld_reg_to_type[][2] = { local in function:dce6_afmt_write_sad_regs
232 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
241 if (sad->format == eld_reg_to_type[i][1]) {
258 WREG32_ENDPOINT(dig->pin->offset, eld_reg_to_type[i][0], value);
radeon_evergreen_hdmi.c 165 static const u16 eld_reg_to_type[][2] = { local in function:evergreen_hdmi_write_sad_regs
180 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
189 if (sad->format == eld_reg_to_type[i][1]) {
206 WREG32_ENDPOINT(0, eld_reg_to_type[i][0], value);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v10_0.c 1345 static const u16 eld_reg_to_type[][2] = { local in function:dce_v10_0_audio_write_sad_regs
1384 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
1393 if (sad->format == eld_reg_to_type[i][1]) {
1413 WREG32_AUDIO_ENDPT(dig->afmt->pin->offset, eld_reg_to_type[i][0], tmp);
amdgpu_dce_v11_0.c 1371 static const u16 eld_reg_to_type[][2] = { local in function:dce_v11_0_audio_write_sad_regs
1410 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
1419 if (sad->format == eld_reg_to_type[i][1]) {
1439 WREG32_AUDIO_ENDPT(dig->afmt->pin->offset, eld_reg_to_type[i][0], tmp);
amdgpu_dce_v6_0.c 1252 static const u16 eld_reg_to_type[][2] = { local in function:dce_v6_0_audio_write_sad_regs
1287 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
1296 if (sad->format == eld_reg_to_type[i][1]) {
1316 WREG32_AUDIO_ENDPT(dig->afmt->pin->offset, eld_reg_to_type[i][0], tmp);
amdgpu_dce_v8_0.c 1296 static const u16 eld_reg_to_type[][2] = { local in function:dce_v8_0_audio_write_sad_regs
1337 for (i = 0; i < ARRAY_SIZE(eld_reg_to_type); i++) {
1346 if (sad->format == eld_reg_to_type[i][1]) {
1367 WREG32_AUDIO_ENDPT(offset, eld_reg_to_type[i][0], value);

Completed in 24 milliseconds