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()
130 u32 tmp = 0; in dce6_afmt_write_latency_fields() local
137 tmp = VIDEO_LIPSYNC(connector->video_latency[1]) | in dce6_afmt_write_latency_fields()
140 tmp = VIDEO_LIPSYNC(0) | AUDIO_LIPSYNC(0); in dce6_afmt_write_latency_fields()
143 tmp = VIDEO_LIPSYNC(connector->video_latency[0]) | in dce6_afmt_write_latency_fields()
146 tmp = VIDEO_LIPSYNC(0) | AUDIO_LIPSYNC(0); in dce6_afmt_write_latency_fields()
149 AZ_F0_CODEC_PIN_CONTROL_RESPONSE_LIPSYNC, tmp); in dce6_afmt_write_latency_fields()
158 u32 tmp; in dce6_afmt_hdmi_write_speaker_allocation() local
164 tmp = RREG32_ENDPOINT(dig->pin->offset, in dce6_afmt_hdmi_write_speaker_allocation()
166 tmp &= ~(DP_CONNECTION | SPEAKER_ALLOCATION_MASK); in dce6_afmt_hdmi_write_speaker_allocation()
168 tmp |= HDMI_CONNECTION; in dce6_afmt_hdmi_write_speaker_allocation()
170 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_hdmi_write_speaker_allocation()
172 tmp |= SPEAKER_ALLOCATION(5); /* stereo */ in dce6_afmt_hdmi_write_speaker_allocation()
174 AZ_F0_CODEC_PIN_CONTROL_CHANNEL_SPEAKER, tmp); in dce6_afmt_hdmi_write_speaker_allocation()
183 u32 tmp; in dce6_afmt_dp_write_speaker_allocation() local
189 tmp = RREG32_ENDPOINT(dig->pin->offset, in dce6_afmt_dp_write_speaker_allocation()
191 tmp &= ~(HDMI_CONNECTION | SPEAKER_ALLOCATION_MASK); in dce6_afmt_dp_write_speaker_allocation()
193 tmp |= DP_CONNECTION; in dce6_afmt_dp_write_speaker_allocation()
195 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_dp_write_speaker_allocation()
197 tmp |= SPEAKER_ALLOCATION(5); /* stereo */ in dce6_afmt_dp_write_speaker_allocation()
199 AZ_F0_CODEC_PIN_CONTROL_CHANNEL_SPEAKER, tmp); in dce6_afmt_dp_write_speaker_allocation()