Lines Matching refs:tmp
64 u32 offset, tmp; in dce6_afmt_get_connected_pins() local
68 tmp = RREG32_ENDPOINT(offset, in dce6_afmt_get_connected_pins()
70 if (((tmp & PORT_CONNECTIVITY_MASK) >> PORT_CONNECTIVITY_SHIFT) == 1) in dce6_afmt_get_connected_pins()
111 u32 tmp = 0; in dce6_afmt_write_latency_fields() local
118 tmp = VIDEO_LIPSYNC(connector->video_latency[1]) | in dce6_afmt_write_latency_fields()
121 tmp = VIDEO_LIPSYNC(0) | AUDIO_LIPSYNC(0); in dce6_afmt_write_latency_fields()
124 tmp = VIDEO_LIPSYNC(connector->video_latency[0]) | in dce6_afmt_write_latency_fields()
127 tmp = VIDEO_LIPSYNC(0) | AUDIO_LIPSYNC(0); in dce6_afmt_write_latency_fields()
130 AZ_F0_CODEC_PIN_CONTROL_RESPONSE_LIPSYNC, tmp); in dce6_afmt_write_latency_fields()
139 u32 tmp; in dce6_afmt_hdmi_write_speaker_allocation() local
145 tmp = RREG32_ENDPOINT(dig->pin->offset, in dce6_afmt_hdmi_write_speaker_allocation()
147 tmp &= ~(DP_CONNECTION | SPEAKER_ALLOCATION_MASK); in dce6_afmt_hdmi_write_speaker_allocation()
149 tmp |= HDMI_CONNECTION; in dce6_afmt_hdmi_write_speaker_allocation()
151 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_hdmi_write_speaker_allocation()
153 tmp |= SPEAKER_ALLOCATION(5); /* stereo */ in dce6_afmt_hdmi_write_speaker_allocation()
155 AZ_F0_CODEC_PIN_CONTROL_CHANNEL_SPEAKER, tmp); in dce6_afmt_hdmi_write_speaker_allocation()
164 u32 tmp; in dce6_afmt_dp_write_speaker_allocation() local
170 tmp = RREG32_ENDPOINT(dig->pin->offset, in dce6_afmt_dp_write_speaker_allocation()
172 tmp &= ~(HDMI_CONNECTION | SPEAKER_ALLOCATION_MASK); in dce6_afmt_dp_write_speaker_allocation()
174 tmp |= DP_CONNECTION; in dce6_afmt_dp_write_speaker_allocation()
176 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_dp_write_speaker_allocation()
178 tmp |= SPEAKER_ALLOCATION(5); /* stereo */ in dce6_afmt_dp_write_speaker_allocation()
180 AZ_F0_CODEC_PIN_CONTROL_CHANNEL_SPEAKER, tmp); in dce6_afmt_dp_write_speaker_allocation()