Home
last modified time | relevance | path

Searched refs:CY_SD_HOST_OCR_CAPACITY_MASK (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sd_host.c148 #define CY_SD_HOST_OCR_CAPACITY_MASK (0x40000000UL) /* The OCR sector access mode bit. */ macro
151 #define CY_SD_HOST_EMMC_VOLTAGE_WINDOW (CY_SD_HOST_OCR_CAPACITY_MASK |\
484 if (CY_SD_HOST_OCR_CAPACITY_MASK == (ocrReg & CY_SD_HOST_OCR_CAPACITY_MASK)) in Cy_SD_Host_eMMC_InitCard()
4170 if (0UL == (response & CY_SD_HOST_OCR_CAPACITY_MASK)) in Cy_SD_Host_SdOcr()