Lines Matching refs:misc
1183 u16 misc = 0; in dw_dp_video_set_msa() local
1186 misc |= DP_MSA_MISC_COLOR_VSC_SDP; in dw_dp_video_set_msa()
1190 misc |= DP_MSA_MISC_COLOR_RGB; in dw_dp_video_set_msa()
1193 misc |= DP_MSA_MISC_COLOR_YCBCR_444_BT709; in dw_dp_video_set_msa()
1196 misc |= DP_MSA_MISC_COLOR_YCBCR_422_BT709; in dw_dp_video_set_msa()
1206 misc |= DP_MSA_MISC_6_BPC; in dw_dp_video_set_msa()
1209 misc |= DP_MSA_MISC_8_BPC; in dw_dp_video_set_msa()
1212 misc |= DP_MSA_MISC_10_BPC; in dw_dp_video_set_msa()
1215 misc |= DP_MSA_MISC_12_BPC; in dw_dp_video_set_msa()
1218 misc |= DP_MSA_MISC_16_BPC; in dw_dp_video_set_msa()
1226 regmap_write(dp->regmap, DPTX_VIDEO_MSA2, FIELD_PREP(MISC0, misc)); in dw_dp_video_set_msa()
1227 regmap_write(dp->regmap, DPTX_VIDEO_MSA3, FIELD_PREP(MISC1, misc >> 8)); in dw_dp_video_set_msa()