Searched refs:gen2_ctrl (Results 1 – 2 of 2) sorted by relevance
213 al_reg_write32_masked(®s->port_regs->gen2_ctrl, in al_pcie_port_link_config()494 uint32_t gen2_ctrl; in al_pcie_port_gen2_params_config() local502 gen2_ctrl = al_reg_read32(®s->port_regs->gen2_ctrl); in al_pcie_port_gen2_params_config()505 AL_REG_BIT_SET(gen2_ctrl, PCIE_PORT_GEN2_CTRL_TX_SWING_LOW_SHIFT); in al_pcie_port_gen2_params_config()507 AL_REG_BIT_CLEAR(gen2_ctrl, PCIE_PORT_GEN2_CTRL_TX_SWING_LOW_SHIFT); in al_pcie_port_gen2_params_config()510 AL_REG_BIT_SET(gen2_ctrl, PCIE_PORT_GEN2_CTRL_TX_COMPLIANCE_RCV_SHIFT); in al_pcie_port_gen2_params_config()512 AL_REG_BIT_CLEAR(gen2_ctrl, PCIE_PORT_GEN2_CTRL_TX_COMPLIANCE_RCV_SHIFT); in al_pcie_port_gen2_params_config()515 AL_REG_BIT_SET(gen2_ctrl, PCIE_PORT_GEN2_CTRL_DEEMPHASIS_SET_SHIFT); in al_pcie_port_gen2_params_config()517 AL_REG_BIT_CLEAR(gen2_ctrl, PCIE_PORT_GEN2_CTRL_DEEMPHASIS_SET_SHIFT); in al_pcie_port_gen2_params_config()519 al_reg_write32(®s->port_regs->gen2_ctrl, gen2_ctrl); in al_pcie_port_gen2_params_config()[all …]
95 uint32_t gen2_ctrl; member