Searched refs:alpm_config (Results 1 – 1 of 1) sorted by relevance
481 union dpcd_alpm_configuration alpm_config; in edp_power_alpm_dpcd_enable() local484 memset(&alpm_config, 0, sizeof(alpm_config)); in edp_power_alpm_dpcd_enable()486 alpm_config.bits.ENABLE = (enable ? true : false); in edp_power_alpm_dpcd_enable()488 DP_RECEIVER_ALPM_CONFIG, &alpm_config.raw, in edp_power_alpm_dpcd_enable()489 sizeof(alpm_config.raw)); in edp_power_alpm_dpcd_enable()933 union dpcd_alpm_configuration alpm_config; in edp_setup_replay() local984 memset(&alpm_config, 0, sizeof(alpm_config)); in edp_setup_replay()985 alpm_config.bits.ENABLE = 1; in edp_setup_replay()990 &alpm_config.raw, in edp_setup_replay()991 sizeof(alpm_config.raw)); in edp_setup_replay()