Home | History | Annotate | Download | only in DwMmcHcDxe

Lines Matching defs:Switch

116   @param[in] S18R           The boolean to show if it should switch to 1.8v.

134 UINT32 Switch;
148 Switch = S18R ? BIT24 : 0;
150 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch;
166 @param[in] S18R The boolean to show if it should switch to 1.8v.
191 UINT32 Switch;
217 Switch = S18R ? BIT24 : 0;
221 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch | MaxPower | HostCapacity;
478 Send command VOLTAGE_SWITCH to the SD device to switch the voltage of the device.
583 Send command SWITCH_FUNC to the SD device to check switchable function or switch card function.
593 @param[in] Mode Switch or check function.
594 @param[out] SwitchResp The return switch function status.
740 Switch the bus width to specified width.
770 DEBUG ((DEBUG_ERROR, "SdCardSwitchBusWidth: Switch to bus width %d fails with %r\n", BusWidth, Status));
780 // Check the switch operation is really successful or not.
783 DEBUG ((DEBUG_ERROR, "SdCardSwitchBusWidth: The switch operation fails as DevStatus is 0x%08x\n", DevStatus));
793 Switch the high speed timing according to request.
856 // Get the supported bus speed from SWITCH cmd return data group #1.
889 DEBUG ((DEBUG_ERROR, "SdCardSetBusMode: Switch to AccessMode %d ClockFreq %d fails! The Switch response is 0x%1x\n", AccessMode, ClockFreq, SwitchResp[16] & 0xF));
893 DEBUG ((DEBUG_INFO, "SdCardSetBusMode: Switch to AccessMode %d ClockFreq %d \n", AccessMode, ClockFreq));