Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_sd.c2947 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
2956 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2963 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
2994 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
3003 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3010 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3048 uint32_t *scr = pSCR; in SD_FindSCR() local
3121 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3123 scr++; in SD_FindSCR()
3124 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c2955 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
2964 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2971 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3002 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
3011 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3018 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3056 uint32_t *scr = pSCR; in SD_FindSCR() local
3129 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3131 scr++; in SD_FindSCR()
3132 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sd.c2947 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
2956 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
2963 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
2994 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
3003 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3010 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3048 uint32_t *scr = pSCR; in SD_FindSCR() local
3121 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3123 scr++; in SD_FindSCR()
3124 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-3.5.0/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-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sd.c3000 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Enable() local
3009 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3016 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3047 uint32_t scr[2U] = {0U, 0U}; in SD_WideBus_Disable() local
3056 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3063 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3101 uint32_t *scr = pSCR; in SD_FindSCR() local
3174 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
3176 scr++; in SD_FindSCR()
3177 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
/hal_stm32-3.5.0/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-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sd.c3345 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3354 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3361 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3392 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3401 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3408 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3446 uint32_t *scr = pSCR; in SD_FindSCR() local
3518 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
3520 scr++; in SD_FindSCR()
3521 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sd.c3413 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3422 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3429 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3460 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3469 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3476 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3514 uint32_t *scr = pSCR; in SD_FindSCR() local
3586 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
3588 scr++; in SD_FindSCR()
3589 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_sd.c3430 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3439 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3446 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3477 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3486 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3493 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3531 uint32_t *scr = pSCR; in SD_FindSCR() local
3603 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
3605 scr++; in SD_FindSCR()
3606 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sd.c3454 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3463 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3470 if ((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3501 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3510 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3517 if ((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3555 uint32_t *scr = pSCR; in SD_FindSCR() local
3627 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
3629 scr++; in SD_FindSCR()
3630 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) | \ in SD_FindSCR()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sd.c3813 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Enable() local
3822 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Enable()
3829 if((scr[1U] & SDMMC_WIDE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Enable()
3860 uint32_t scr[2U] = {0UL, 0UL}; in SD_WideBus_Disable() local
3869 errorstate = SD_FindSCR(hsd, scr); in SD_WideBus_Disable()
3876 if((scr[1U] & SDMMC_SINGLE_BUS_SUPPORT) != SDMMC_ALLZERO) in SD_WideBus_Disable()
3914 uint32_t *scr = pSCR; in SD_FindSCR() local
4001 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()
4003 scr++; in SD_FindSCR()
4004 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR()