HomeSort by relevance Sort by last modified time
    Searched refs:SettingFreq (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHci.c 697 UINT32 SettingFreq;
721 SettingFreq = BaseClkFreq * 1000;
722 while (ClockFreq < SettingFreq) {
725 SettingFreq = (BaseClkFreq * 1000) / (2 * Divisor);
727 if ((ClockFreq == SettingFreq) && (Remainder == 0)) {
730 if ((ClockFreq == SettingFreq) && (Remainder != 0)) {
731 SettingFreq ++;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHci.c 697 UINT32 SettingFreq;
721 SettingFreq = BaseClkFreq * 1000;
722 while (ClockFreq < SettingFreq) {
725 SettingFreq = (BaseClkFreq * 1000) / (2 * Divisor);
727 if ((ClockFreq == SettingFreq) && (Remainder == 0)) {
730 if ((ClockFreq == SettingFreq) && (Remainder != 0)) {
731 SettingFreq ++;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHci.c 642 UINT32 SettingFreq;
667 SettingFreq = BaseClkFreq;
668 while (ClockFreq < SettingFreq) {
671 SettingFreq = BaseClkFreq / (2 * Divisor);
673 if ((ClockFreq == SettingFreq) && (Remainder == 0)) {
676 if ((ClockFreq == SettingFreq) && (Remainder != 0)) {
677 SettingFreq ++;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.c 522 UINT32 SettingFreq;
551 SettingFreq = BaseClkFreq * 1000;
552 while (ClockFreq < SettingFreq) {
555 SettingFreq = (BaseClkFreq * 1000) / (2 * Divisor);
557 if ((ClockFreq == SettingFreq) && (Remainder == 0)) {
560 if ((ClockFreq == SettingFreq) && (Remainder != 0)) {
561 SettingFreq ++;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.c 522 UINT32 SettingFreq;
551 SettingFreq = BaseClkFreq * 1000;
552 while (ClockFreq < SettingFreq) {
555 SettingFreq = (BaseClkFreq * 1000) / (2 * Divisor);
557 if ((ClockFreq == SettingFreq) && (Remainder == 0)) {
560 if ((ClockFreq == SettingFreq) && (Remainder != 0)) {
561 SettingFreq ++;
    [all...]

Completed in 565 milliseconds