Lines Matching refs:Mode
93 /// the mode and timing settings to default settings.
100 /// This extended mode describes the SATA physical protocol.
128 BOOLEAN Valid; ///< TRUE if Mode is valid.
129 UINT32 Mode; ///< The actual ATA mode. This field is not a bit map.
140 /// with a mode. The various transfer protocols are defined by the ATA/ATAPI
147 /// The mode for operating the transfer protocol that is identified by TransferProtocol.
149 UINT32 Mode;
157 /// This field specifies the PIO mode. PIO modes are defined in the ATA/ATAPI
159 /// other words, a value of 1 in this field means PIO mode 1. The actual meaning
160 /// of PIO mode 1 is governed by the ATA/ATAPI specification. Type EFI_ATA_MODE
165 /// This field specifies the single word DMA mode. Single word DMA modes are defined
168 /// controllers will not support this transfer mode. The ATA/ATAPI specification defines
170 /// mode 1. The actual meaning of single word DMA mode 1 is governed by the ATA/
175 /// This field specifies the multiword DMA mode. Various multiword DMA modes are
177 /// DMA mode 1. The actual meaning of multiword DMA mode 1 is governed by the
182 /// This field specifies the ultra DMA (UDMA) mode. UDMA modes are defined in the
183 /// ATA/ATAPI specification. A value of 1 in this field means UDMA mode 1. The
184 /// actual meaning of UDMA mode 1 is governed by the ATA/ATAPI specification.
188 /// The number of extended-mode bitmap entries. Extended modes describe transfer
331 compute the optimum mode for the device. These fields are not limited to the
333 may examine the vendor and type/mode field to match known bad drives.
388 a higher transfer rate mode on a given channel. For example, a platform driver
418 while calculating the mode:
429 may be called multiple times because the driver entity may renegotiate the mode
478 so that the specified device can operate at the specified mode.
536 /// Calculates and returns the optimum mode for a particular IDE device.