Searched refs:SD_ALLZERO (Results 1 – 1 of 1) sorted by relevance
252 #define SD_ALLZERO (0x00000000U) macro1851 if (SD_SPEC != SD_ALLZERO) in HAL_SD_HighSpeed()2781 if((response_r1 & SD_OCR_ERRORBITS) == SD_ALLZERO) in SD_CmdResp1Error()3004 …ponse_r1 & (SD_R6_GENERAL_UNKNOWN_ERROR | SD_R6_ILLEGAL_CMD | SD_R6_COM_CRC_FAILED)) == SD_ALLZERO) in SD_CmdResp6Error()3057 if((scr[1] & SD_WIDE_BUS_SUPPORT) != SD_ALLZERO) in SD_WideBus_Enable()3126 if((scr[1] & SD_SINGLE_BUS_SUPPORT) != SD_ALLZERO) in SD_WideBus_Disable()3352 if((responseR1 & SD_OCR_ERRORBITS) == SD_ALLZERO) in SD_IsCardProgramming()