/device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/ |
AtaController.h | 2 Define the PPI to abstract the functions that enable IDE and SATA channels, and to retrieve
3 the base I/O port address for each of the enabled IDE and SATA channels.
37 /// This is designed for old generation chipset with PATA/SATA controllers.
45 /// This is designed for old generation chipset with PATA/SATA controllers.
53 /// This is designed for old generation chipset with PATA/SATA controllers.
60 /// disable the SATA channel.
61 /// This is designed for old generation chipset with PATA/SATA controllers.
68 /// enable the Primary SATA channel.
69 /// This is designed for old generation chipset with PATA/SATA controllers.
76 /// enable the Secondary SATA channel. [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/ |
BoardFeatures.h | 81 #define B_BOARD_FEATURES_2_SATA BIT28 // 2SATA instead of 4(pre Ich8) or 4 SATA instead of 6(Ich8)
96 #define B_BOARD_FEATURES_ESATA_PORT0 BIT42 // E-SATA on Port0
97 #define B_BOARD_FEATURES_ESATA_PORT1 BIT43 // E-SATA on Port1
98 #define B_BOARD_FEATURES_ESATA_PORT2 BIT44 // E-SATA on Port2
99 #define B_BOARD_FEATURES_ESATA_PORT3 BIT45 // E-SATA on Port3
100 #define B_BOARD_FEATURES_ESATA_PORT4 BIT46 // E-SATA on Port4
101 #define B_BOARD_FEATURES_ESATA_PORT5 BIT47 // E-SATA on Port5
135 #define B_BOARD_FEATURES_NO_SATA_PORT2_3 BIT61 // No SATA Port2&3 Connector, used with B_BOARD_FEATURES_2_SATA flag
177 #define B_BOARD_FEATURES_2_SATA BIT30 // 2SATA instead of 4(pre Ich8) or 4 SATA instead of 6(Ich8) [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/StyxSataPlatformDxe/ |
InitController.c | 2 Initialize SATA Phy, Serdes, and Controller.
119 // Reset SATA controller
124 // Set SATA capabilities
129 // Set and intialize the Sata ports
158 // Perform SATA workarounds
167 DEBUG ((DEBUG_WARN, "%a: failed to initialize primary SATA controller!\n",
177 // Ignore the second SATA controller on pre-B1 silicon
192 DEBUG ((DEBUG_WARN, "%a: failed to initialize secondary SATA controller!\n",
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
AtaAtapiPassThruDxe.uni | 4 // This driver installs AtaPassThru and ExtScsiPassThru protocol in each ide/sata controller
21 #string STR_MODULE_DESCRIPTION #language en-US "This driver installs AtaPassThru and ExtScsiPassThru protocols in each IDE/SATA controller to access to all attached ATA/ATAPI devices."
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SataControllerDxe/ |
SataControllerDxe.uni | 2 // The SataControllerDxe driver is responsible for managing the standard SATA controller.
19 #string STR_MODULE_ABSTRACT #language en-US "Responsible for managing the standard SATA controller"
|
SataControllerDxeExtra.uni | 18 "SATA Controller DXE Driver"
|
SataController.h | 2 Header file for Sata Controller driver.
70 // Sata Controller driver private data structure
76 // Standard signature used to identify Sata Controller private data
103 // A copy of EFI_IDENTIFY_DATA data for each attached SATA device and its flag
191 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
192 controllers, this value will always be 1. SATA configurations can contain SATA
193 port multipliers. SATA port multipliers behave like SATA bridges and can support
194 up to 16 devices on the other side. If a SATA port out of the IDE controller [all...] |
SataController.c | 2 This driver module produces IDE_CONTROLLER_INIT protocol for Sata Controllers.
319 // Sub Class (offset 0x0A). This controller should be an SATA controller
389 // Allocate Sata Private Data structure
398 // Initialize Sata Private Data
563 // Close protocols opened by Sata Controller driver
577 SATA controller that attaches the device for
581 @param[in] Channel The channel (ie. port) number on the SATA
616 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
617 controllers, this value will always be 1. SATA configurations can contain SATA
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
Pci30.h | 39 Macro that checks whether device is a SATA controller.
43 @retval TRUE Device is a SATA controller.
44 @retval FALSE Device is not a SATA controller.
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/ |
PchRegsSata.h | 19 Register names for VLV SATA controllers
42 /// VLV SATA Message Bus
44 #define PCH_SATA_PHY_PORT_ID 0xA3 // SATA PHY Port ID
45 #define PCH_SATA_PHY_MMIO_READ_OPCODE 0x00 // CUnit to SATA PHY MMIO Read Opcode
46 #define PCH_SATA_PHY_MMIO_WRITE_OPCODE 0x01 // CUnit to SATA PHY MMIO Write Opcode
49 /// SATA Controller Registers (D19:F0)
170 #define B_PCH_SATA_MAP_SPD (BIT14 | BIT13 | BIT12 | BIT11 | BIT10 | BIT9 | BIT8) // SATA Port Disable
178 #define B_PCH_SATA_MAP_SMS_MASK (BIT7 | BIT6) // SATA Mode Select
182 #define B_PCH_SATA_PORT_TO_CONTROLLER_CFG BIT5 // SATA Port-to-Controller Configuration
229 // Macros of VLV capabilities for SATA controller which are used by SATA controller driver [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Binary/D02/Drivers/AtaAtapiPassThru/ |
AtaAtapiPassThru.inf | 4 # This driver installs AtaPassThru and ExtScsiPassThru protocol in each ide/sata controller
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/ |
SataSiI3132Dxe.inf | 2 # INF file for the Silicon Image I3132 SATA controller
|
SataSiI3132.c | 2 * PCIe Sata support for the Silicon Image I3132
204 Device->Index = Port->Index; //TODO: Could need to be fixed when SATA Port Multiplier support
208 // Attached the device to the Sata Port
295 // Test whether the controller belongs to SATA Mass Storage type
315 Starting the Pci SATA Driver.
416 // Test whether the controller belongs to SATA Mass Storage type
423 // Create SiI3132 Sata Instance
429 // Initialize SiI3132 Sata Controller
467 //TODO: Free SATA Instance
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
IdeControllerInit.h | 100 /// This extended mode describes the SATA physical protocol.
101 /// SATA physical layers can operate at different speeds.
103 /// and associated modes are not applicable to SATA devices.
110 /// Automatically detects the optimum SATA speed.
115 /// Indicates a first-generation (Gen1) SATA speed.
120 /// Indicates a second-generation (Gen2) SATA speed.
197 /// transfer protocol is defined to cover SATA transfers. Type
248 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
249 controllers, this value will always be 1. SATA configurations can contain SATA
[all...] |
/packages/apps/Calendar/res/values-hr/ |
arrays.xml | 36 <item msgid="6467845211024768872">"2 sata"</item> 37 <item msgid="8201677619511076575">"3 sata"</item> 39 <item msgid="9114286702181482496">"24 sata"</item> 55 <item msgid="8281019320591769635">"2 sata"</item> 56 <item msgid="2062931719019287773">"3 sata"</item> 58 <item msgid="3172669681920709561">"24 sata"</item>
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/UnInstallAcpiTableDxe/ |
UnInstallAcpiTable.c | 75 DEBUG((EFI_D_ERROR, "Current SataEnable Flag is Sata, try to uninstall Sas SSDT table\n"));
79 DEBUG((EFI_D_ERROR, "Current SataEnable Flag is Sas, try to uninstall Sata SSDT table\n"));
|
/device/linaro/bootloader/edk2/CorebootModulePkg/SataControllerDxe/ |
SataController.h | 2 Header file for Sata Controller driver. 67 // Sata Controller driver private data structure 74 // Standard signature used to identify Sata Controller private data 101 // A copy of EFI_IDENTIFY_DATA data for each attached SATA device and its flag 192 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA 193 controllers, this value will always be 1. SATA configurations can contain SATA 194 port multipliers. SATA port multipliers behave like SATA bridges and can support 195 up to 16 devices on the other side. If a SATA port out of the IDE controller [all...] |
SataController.c | 2 This driver module produces IDE_CONTROLLER_INIT protocol for Sata Controllers. 349 // Sub Class (offset 0x0A). This controller should be an SATA controller 419 // Allocate Sata Private Data structure 428 // Initialize Sata Private Data 593 // Close protocols opened by Sata Controller driver 607 SATA controller that attaches the device for 611 @param[in] Channel The channel (ie. port) number on the SATA 646 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA 647 controllers, this value will always be 1. SATA configurations can contain SATA [all...] |
/device/linaro/bootloader/edk2/DuetPkg/SataControllerDxe/ |
SataController.h | 2 Header file for Sata Controller driver.
67 // Sata Controller driver private data structure
74 // Standard signature used to identify Sata Controller private data
101 // A copy of EFI_IDENTIFY_DATA data for each attached SATA device and its flag
192 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
193 controllers, this value will always be 1. SATA configurations can contain SATA
194 port multipliers. SATA port multipliers behave like SATA bridges and can support
195 up to 16 devices on the other side. If a SATA port out of the IDE controller [all...] |
SataController.c | 2 This driver module produces IDE_CONTROLLER_INIT protocol for Sata Controllers.
349 // Sub Class (offset 0x0A). This controller should be an SATA controller
419 // Allocate Sata Private Data structure
428 // Initialize Sata Private Data
593 // Close protocols opened by Sata Controller driver
607 SATA controller that attaches the device for
611 @param[in] Channel The channel (ie. port) number on the SATA
646 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
647 controllers, this value will always be 1. SATA configurations can contain SATA
[all...] |
/device/linaro/bootloader/edk2/OvmfPkg/SataControllerDxe/ |
SataController.h | 2 Header file for Sata Controller driver.
67 // Sata Controller driver private data structure
74 // Standard signature used to identify Sata Controller private data
106 // A copy of EFI_IDENTIFY_DATA data for each attached SATA device and its flag
197 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
198 controllers, this value will always be 1. SATA configurations can contain SATA
199 port multipliers. SATA port multipliers behave like SATA bridges and can support
200 up to 16 devices on the other side. If a SATA port out of the IDE controller [all...] |
SataController.c | 2 This driver module produces IDE_CONTROLLER_INIT protocol for Sata Controllers.
349 // Sub Class (offset 0x0A). This controller should be an SATA controller
434 // Allocate Sata Private Data structure
443 // Initialize Sata Private Data
632 // Close protocols opened by Sata Controller driver
646 SATA controller that attaches the device for
650 @param[in] Channel The channel (ie. port) number on the SATA
685 For most of today's controllers, MaxDevices will either be 1 or 2. For SATA
686 controllers, this value will always be 1. SATA configurations can contain SATA
[all...] |
/external/autotest/client/profilers/powertop/src/ |
sata.c | 101 add_suggestion(_("Suggestion: Enable SATA ALPM link power management via: \n" 104 15, 'S', _(" S - SATA Link Power Management "), activate_alpm);
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/ |
SATASSDT.ASL | 25 "SATA", // Table ID
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Binary/AmdModulePkg/Library/AmdSataInitLib/ |
AmdSataInitLib.inf | 7 # AMD-specific SATA Library Initialization information file.
|