Lines Matching refs:width
290 #define CY_SD_HOST_IS_SD_BUS_WIDTH_VALID(width) ((CY_SD_HOST_BUS_WIDTH_1_BIT == (width)) ||… argument
291 (CY_SD_HOST_BUS_WIDTH_4_BIT == (width)))
293 #define CY_SD_HOST_IS_EMMC_BUS_WIDTH_VALID(width) ((CY_SD_HOST_BUS_WIDTH_1_BIT == (width)) ||… argument
294 … (CY_SD_HOST_BUS_WIDTH_4_BIT == (width)) || \
295 (CY_SD_HOST_BUS_WIDTH_8_BIT == (width)))
297 #define CY_SD_HOST_IS_BUS_WIDTH_VALID(width, cardType) ((CY_SD_HOST_EMMC == (cardType)) ? \ argument
298 … CY_SD_HOST_IS_EMMC_BUS_WIDTH_VALID(width) : \
299 CY_SD_HOST_IS_SD_BUS_WIDTH_VALID(width))
1817 cy_en_sd_host_bus_width_t width, in Cy_SD_Host_SetBusWidth() argument
1827 switch (width) in Cy_SD_Host_SetBusWidth()
1847 switch (width) in Cy_SD_Host_SetBusWidth()
1884 switch (width) in Cy_SD_Host_SetBusWidth()
1920 ret = Cy_SD_Host_SetHostBusWidth(base, width); in Cy_SD_Host_SetBusWidth()
4363 cy_en_sd_host_bus_width_t width) in Cy_SD_Host_SetHostBusWidth() argument
4373 … (_BOOL2FLD(SDHC_CORE_HOST_CTRL1_R_EXT_DAT_XFER, (CY_SD_HOST_BUS_WIDTH_8_BIT == width)) | in Cy_SD_Host_SetHostBusWidth()
4374 … _BOOL2FLD(SDHC_CORE_HOST_CTRL1_R_DAT_XFER_WIDTH, (CY_SD_HOST_BUS_WIDTH_4_BIT == width)))); in Cy_SD_Host_SetHostBusWidth()