1 /* SPDX-License-Identifier: GPL-2.0-only OR BS !! 1 /* SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause */ 2 /* 2 /* 3 * This header provides constants for most AHC 3 * This header provides constants for most AHCI bindings. 4 */ 4 */ 5 5 6 #ifndef _DT_BINDINGS_ATA_AHCI_H 6 #ifndef _DT_BINDINGS_ATA_AHCI_H 7 #define _DT_BINDINGS_ATA_AHCI_H 7 #define _DT_BINDINGS_ATA_AHCI_H 8 8 9 /* Host Bus Adapter generic platform capabilit 9 /* Host Bus Adapter generic platform capabilities */ 10 #define HBA_SSS (1 << 27) 10 #define HBA_SSS (1 << 27) 11 #define HBA_SMPS (1 << 28) 11 #define HBA_SMPS (1 << 28) 12 12 13 /* Host Bus Adapter port-specific platform cap 13 /* Host Bus Adapter port-specific platform capabilities */ 14 #define HBA_PORT_HPCP (1 << 18) 14 #define HBA_PORT_HPCP (1 << 18) 15 #define HBA_PORT_MPSP (1 << 19) 15 #define HBA_PORT_MPSP (1 << 19) 16 #define HBA_PORT_CPD (1 << 20) 16 #define HBA_PORT_CPD (1 << 20) 17 #define HBA_PORT_ESP (1 << 21) 17 #define HBA_PORT_ESP (1 << 21) 18 #define HBA_PORT_FBSCP (1 << 22) 18 #define HBA_PORT_FBSCP (1 << 22) 19 19 20 #endif 20 #endif 21 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.