coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sata.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_SATA_H_
4 #define _SOC_SATA_H_
5 
6 #include <stdint.h>
7 
8 /* SATA Gen3 strength */
16 };
17 
18 #endif
unsigned char uint8_t
Definition: stdint.h:8
uint8_t TxGen3DownscaleAmp
Definition: sata.h:13
uint8_t RxGen3EqBoostMag
Definition: sata.h:11
uint8_t TxGen3DownscaleAmpEnable
Definition: sata.h:12
uint8_t TxGen3DeEmphEnable
Definition: sata.h:14
uint8_t TxGen3DeEmph
Definition: sata.h:15
uint8_t RxGen3EqBoostMagEnable
Definition: sata.h:10