Home
last modified time | relevance | path

Searched refs:gen2_params (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_pcie.c491 const struct al_pcie_gen2_params *gen2_params) in al_pcie_port_gen2_params_config() argument
498 gen2_params->tx_swing_low ? "Low" : "Full", in al_pcie_port_gen2_params_config()
499 gen2_params->tx_compliance_receive_enable? "enable" : "disable", in al_pcie_port_gen2_params_config()
500 gen2_params->set_deemphasis? "enable" : "disable"); in al_pcie_port_gen2_params_config()
504 if (gen2_params->tx_swing_low) in al_pcie_port_gen2_params_config()
509 if (gen2_params->tx_compliance_receive_enable) in al_pcie_port_gen2_params_config()
514 if (gen2_params->set_deemphasis) in al_pcie_port_gen2_params_config()
1776 if (params->gen2_params) in al_pcie_port_config()
1777 status = al_pcie_port_gen2_params_config(pcie_port, params->gen2_params); in al_pcie_port_config()
H A Dal_hal_pcie.h485 struct al_pcie_gen2_params *gen2_params; member