Home
last modified time | relevance | path

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

/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_sd.c2944 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
2953 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2960 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
2991 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
3000 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3007 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3045 uint32_t *scr = pSCR; in SD_FindSCR() local
3118 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3120 scr++; in SD_FindSCR()
3121 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_sd.c2940 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
2949 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2956 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
2987 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
2996 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3003 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3041 uint32_t *scr = pSCR; in SD_FindSCR() local
3114 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3116 scr++; in SD_FindSCR()
3117 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sd.c2944 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
2953 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2960 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
2991 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
3000 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3007 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3045 uint32_t *scr = pSCR; in SD_FindSCR() local
3118 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3120 scr++; in SD_FindSCR()
3121 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sd.c2997 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
3006 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3013 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3044 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
3053 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3060 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3098 uint32_t *scr = pSCR; in SD_FindSCR() local
3171 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3173 scr++; in SD_FindSCR()
3174 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c2952 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
2961 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2968 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
2999 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
3008 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3015 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3053 uint32_t *scr = pSCR; in SD_FindSCR() local
3126 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3128 scr++; in SD_FindSCR()
3129 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_sd.c2943 uint32_t scr[2] = {0, 0}; in SD_WideBus_Enable() local
2952 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2959 if((scr[1] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
2990 uint32_t scr[2] = {0, 0}; in SD_WideBus_Disable() local
2999 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3006 if((scr[1] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3044 uint32_t *scr = pSCR; in SD_FindSCR() local
3115 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3117 scr++; in SD_FindSCR()
3118 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sd.c3284 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3293 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3300 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3331 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3340 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3347 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3385 uint32_t *scr = pSCR; in SD_FindSCR() local
3457 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
3459 scr++; in SD_FindSCR()
3460 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sd.c3328 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3337 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3344 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3375 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3384 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3391 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3429 uint32_t *scr = pSCR; in SD_FindSCR() local
3501 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
3503 scr++; in SD_FindSCR()
3504 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sd.c3328 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3337 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3344 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3375 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3384 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3391 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3429 uint32_t *scr = pSCR; in SD_FindSCR() local
3501 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
3503 scr++; in SD_FindSCR()
3504 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sd.c3822 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3831 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3838 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3869 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3878 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3885 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3923 uint32_t *scr = pSCR; in SD_FindSCR() local
4010 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
4012 scr++; in SD_FindSCR()
4013 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()