Searched refs:alpm_config (Results 1 – 1 of 1) sorted by relevance
490 union dpcd_alpm_configuration alpm_config; in edp_power_alpm_dpcd_enable() local493 memset(&alpm_config, 0, sizeof(alpm_config)); in edp_power_alpm_dpcd_enable()495 alpm_config.bits.ENABLE = (enable ? true : false); in edp_power_alpm_dpcd_enable()497 DP_RECEIVER_ALPM_CONFIG, &alpm_config.raw, in edp_power_alpm_dpcd_enable()498 sizeof(alpm_config.raw)); in edp_power_alpm_dpcd_enable()946 union dpcd_alpm_configuration alpm_config; in edp_setup_replay() local997 memset(&alpm_config, 0, sizeof(alpm_config)); in edp_setup_replay()998 alpm_config.bits.ENABLE = 1; in edp_setup_replay()1003 &alpm_config.raw, in edp_setup_replay()1004 sizeof(alpm_config.raw)); in edp_setup_replay()