Searched refs:eq_control (Results 1 – 1 of 1) sorted by relevance
528 uint16_t eq_control = 0; in gen3_lane_eq_param_to_val() local530 eq_control = eq_params->downstream_port_transmitter_preset & 0xF; in gen3_lane_eq_param_to_val()531 eq_control |= (eq_params->downstream_port_receiver_preset_hint & 0x7) << 4; in gen3_lane_eq_param_to_val()532 eq_control |= (eq_params->upstream_port_transmitter_preset & 0xF) << 8; in gen3_lane_eq_param_to_val()533 eq_control |= (eq_params->upstream_port_receiver_preset_hint & 0x7) << 12; in gen3_lane_eq_param_to_val()535 return eq_control; in gen3_lane_eq_param_to_val()563 uint32_t eq_control = in al_pcie_port_gen3_params_config() local567 al_dbg("PCIe %d: Set EQ (0x%08x) for lane %d, %d\n", pcie_port->port_id, eq_control, i, i + 1); in al_pcie_port_gen3_params_config()568 al_reg_write32((uint32_t *)(lanes_eq_base + i), eq_control); in al_pcie_port_gen3_params_config()