Lines Matching refs:psr_vsc
346 struct dp_sdp psr_vsc; in intel_psr_setup_vsc() local
350 memset(&psr_vsc, 0, sizeof(psr_vsc)); in intel_psr_setup_vsc()
351 psr_vsc.sdp_header.HB0 = 0; in intel_psr_setup_vsc()
352 psr_vsc.sdp_header.HB1 = 0x7; in intel_psr_setup_vsc()
354 psr_vsc.sdp_header.HB2 = 0x5; in intel_psr_setup_vsc()
355 psr_vsc.sdp_header.HB3 = 0x13; in intel_psr_setup_vsc()
357 psr_vsc.sdp_header.HB2 = 0x4; in intel_psr_setup_vsc()
358 psr_vsc.sdp_header.HB3 = 0xe; in intel_psr_setup_vsc()
362 memset(&psr_vsc, 0, sizeof(psr_vsc)); in intel_psr_setup_vsc()
363 psr_vsc.sdp_header.HB0 = 0; in intel_psr_setup_vsc()
364 psr_vsc.sdp_header.HB1 = 0x7; in intel_psr_setup_vsc()
365 psr_vsc.sdp_header.HB2 = 0x2; in intel_psr_setup_vsc()
366 psr_vsc.sdp_header.HB3 = 0x8; in intel_psr_setup_vsc()
371 DP_SDP_VSC, &psr_vsc, sizeof(psr_vsc)); in intel_psr_setup_vsc()