Searched refs:alpm_config (Results 1 – 1 of 1) sorted by relevance
445 union dpcd_alpm_configuration alpm_config; in edp_power_alpm_dpcd_enable() local448 memset(&alpm_config, 0, sizeof(alpm_config)); in edp_power_alpm_dpcd_enable()450 alpm_config.bits.ENABLE = (enable ? true : false); in edp_power_alpm_dpcd_enable()452 DP_RECEIVER_ALPM_CONFIG, &alpm_config.raw, in edp_power_alpm_dpcd_enable()453 sizeof(alpm_config.raw)); in edp_power_alpm_dpcd_enable()897 union dpcd_alpm_configuration alpm_config; in edp_setup_replay() local945 memset(&alpm_config, 0, sizeof(alpm_config)); in edp_setup_replay()946 alpm_config.bits.ENABLE = 1; in edp_setup_replay()951 &alpm_config.raw, in edp_setup_replay()952 sizeof(alpm_config.raw)); in edp_setup_replay()