Searched refs:scr (Results 1 – 2 of 2) sorted by relevance
3563 uint32_t scr[2] = {0, 0}; in SD_WideBus_Enable() local3572 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()3579 if((scr[1] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()3610 uint32_t scr[2] = {0, 0}; in SD_WideBus_Disable() local3619 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()3626 if((scr[1] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()3664 uint32_t *scr = pSCR; in SD_FindSCR() local3751 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()3753 scr++; in SD_FindSCR()3754 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3039 uint32_t scr[2] = {0, 0}; in SD_WideBus_Enable() local3049 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()3057 if((scr[1] & SD_WIDE_BUS_SUPPORT) != SD_ALLZERO) in SD_WideBus_Enable()3108 uint32_t scr[2] = {0, 0}; in SD_WideBus_Disable() local3118 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()3126 if((scr[1] & SD_SINGLE_BUS_SUPPORT) != SD_ALLZERO) in SD_WideBus_Disable()