coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pcie_modphy.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_JASPERLAKE_PCIE_MODPHY_H_
4 #define _SOC_JASPERLAKE_PCIE_MODPHY_H_
5 
7  /* TX Output Downscale Amplitude Adjustment */
10  /* TX Output Downscale Amplitude Adjustment */
13  /* TX Output Downscale Amplitude Adjustment */
16  /* TX Output -3.5dB Mode De-Emphasis Adjustment Setting */
18  /* TX Output -3.5dB Mode De-Emphasis Adjustment Setting */
20  /* TX Output -6.0dB Mode De-Emphasis Adjustment Setting */
22 };
23 
24 #endif
unsigned char uint8_t
Definition: stdint.h:8
uint8_t tx_gen2_downscale_amp
Definition: pcie_modphy.h:12
bool tx_gen2_downscale_amp_override
Definition: pcie_modphy.h:11
uint8_t tx_gen2_de_emph_3p5
Definition: pcie_modphy.h:19
bool tx_gen1_downscale_amp_override
Definition: pcie_modphy.h:8
uint8_t tx_gen3_downscale_amp
Definition: pcie_modphy.h:15
uint8_t tx_gen1_de_emph
Definition: pcie_modphy.h:17
bool tx_gen3_downscale_amp_override
Definition: pcie_modphy.h:14
uint8_t tx_gen1_downscale_amp
Definition: pcie_modphy.h:9
uint8_t tx_gen2_de_emph_6p0
Definition: pcie_modphy.h:21