coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sata.h File Reference

Go to the source code of this file.

Macros

#define PCH_SATA0_DEV   PCI_DEV(0, SATA_DEV, SATA_FUNC)
 
#define PCH_SATA1_DEV   PCI_DEV(0, SATA2_DEV, SATA2_FUNC)
 
#define SATAGC   0x9c
 
#define SATAGC_AHCI   (0 << 16)
 
#define SATAGC_RAID   (1 << 16)
 

Macro Definition Documentation

◆ PCH_SATA0_DEV

#define PCH_SATA0_DEV   PCI_DEV(0, SATA_DEV, SATA_FUNC)

Definition at line 8 of file sata.h.

◆ PCH_SATA1_DEV

#define PCH_SATA1_DEV   PCI_DEV(0, SATA2_DEV, SATA2_FUNC)

Definition at line 9 of file sata.h.

◆ SATAGC

#define SATAGC   0x9c

Definition at line 11 of file sata.h.

◆ SATAGC_AHCI

#define SATAGC_AHCI   (0 << 16)

Definition at line 12 of file sata.h.

◆ SATAGC_RAID

#define SATAGC_RAID   (1 << 16)

Definition at line 13 of file sata.h.