Home | History | Annotate | Download | only in SataControllerDxe

Lines Matching refs:Modes

96   // the modes higher than it is also not supported
312 Disqualifies specific modes for an IDE device.
315 drivers) to reject certain timing modes and request the IDE controller driver
316 to recalculate modes. This function allows the driver entity and the IDE
319 is when the IDE device fails to accept the timing modes that are calculated
322 If the driver entity does not want to limit the ATA timing modes and leave that
325 modes that are listed in EFI_ATA_COLLECTIVE_MODE.
327 The driver entity may disqualify modes for a device in any order and any number
330 This function can be called multiple times to invalidate multiple modes of the
331 same type (e.g., Programmed Input/Output [PIO] modes 3 and 4). See the ATA/ATAPI
332 specification for more information on PIO modes.
342 @param[in] BadModes The modes that the device does not support and that
345 @retval EFI_SUCCESS The modes were accepted without any errors.
362 Returns the information about the optimum modes for the specified IDE device.
364 This function is used by the driver entity to obtain the optimum ATA modes for
401 @param[out] SupportedModes The optimum modes for the device.
407 @retval EFI_NOT_READY Modes cannot be calculated due to a lack of
430 driver to program the IDE controller hardware to the specified modes. This
438 @param[in] Modes The modes to set.
443 @retval EFI_NOT_READY Modes cannot be set at this time due to lack of data.
444 @retval EFI_DEVICE_ERROR Modes cannot be set due to hardware failure.
454 IN EFI_ATA_COLLECTIVE_MODE *Modes