/** @file * * Copyright (c) Microsoft Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-2-Clause-Patent * **/ #ifndef _MMC_HOST_DXE_H_ #define _MMC_HOST_DXE_H_ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define MAX_RETRY_COUNT (1000 * 1000) #define STALL_AFTER_SEND_CMD_US (200) // in microseconds #define STALL_AFTER_REC_RESP_US (50) #define STALL_AFTER_WRITE_US (200) #define STALL_AFTER_READ_US (20) #define STALL_AFTER_REG_WRITE_US (10) #define STALL_AFTER_RETRY_US (20) #define MAX_DIVISOR_VALUE 1023 #endif