/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_sd.c | 3043 uint32_t tempscr[2] = {0, 0}; in SD_FindSCR() local 3079 tempscr[0] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3080 tempscr[1] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3115 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3116 ((tempscr[1] & SDMMC_16TO23BITS) >> 8) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR() 3118 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3119 ((tempscr[0] & SDMMC_16TO23BITS) >> 8) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_sd.c | 3047 uint32_t tempscr[2U] = {0U, 0U}; in SD_FindSCR() local 3083 *(tempscr + index) = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3121 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3122 ((tempscr[1] & SDMMC_16TO23BITS) >> 8) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR() 3124 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3125 ((tempscr[0] & SDMMC_16TO23BITS) >> 8) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_sd.c | 3042 uint32_t tempscr[2U] = {0U, 0U}; in SD_FindSCR() local 3078 *(tempscr + index) = SDIO_ReadFIFO(hsd->Instance); in SD_FindSCR() 3116 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3117 ((tempscr[1] & SDMMC_16TO23BITS) >> 8) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR() 3119 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3120 ((tempscr[0] & SDMMC_16TO23BITS) >> 8) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_sd.c | 3038 uint32_t tempscr[2U] = {0U, 0U}; in SD_FindSCR() local 3074 *(tempscr + index) = SDIO_ReadFIFO(hsd->Instance); in SD_FindSCR() 3112 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3113 ((tempscr[1] & SDMMC_16TO23BITS) >> 8) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR() 3115 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3116 ((tempscr[0] & SDMMC_16TO23BITS) >> 8) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_sd.c | 3055 uint32_t tempscr[2U] = {0U, 0U}; in SD_FindSCR() local 3091 *(tempscr + index) = SDIO_ReadFIFO(hsd->Instance); in SD_FindSCR() 3129 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3130 ((tempscr[1] & SDMMC_16TO23BITS) >> 8) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR() 3132 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3133 ((tempscr[0] & SDMMC_16TO23BITS) >> 8) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_sd.c | 3112 uint32_t tempscr[2U] = {0U, 0U}; in SD_FindSCR() local 3148 *(tempscr + index) = SDIO_ReadFIFO(hsd->Instance); in SD_FindSCR() 3190 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3191 ((tempscr[1] & SDMMC_16TO23BITS) >> 8) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR() 3193 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 3194 ((tempscr[0] & SDMMC_16TO23BITS) >> 8) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_sd.c | 3913 uint32_t tempscr[2U] = {0UL, 0UL}; in SD_FindSCR() local 3950 tempscr[0] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3951 tempscr[1] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3966 *(tempscr + index) = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 4001 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24) | ((tempscr[1] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 4002 ((tempscr[1] & SDMMC_16TO23BITS) >> 8) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR() 4004 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24) | ((tempscr[0] & SDMMC_8TO15BITS) << 8) |\ in SD_FindSCR() 4005 ((tempscr[0] & SDMMC_16TO23BITS) >> 8) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_sd.c | 3549 uint32_t tempscr[2U] = {0UL, 0UL}; in SD_FindSCR() local 3586 tempscr[0] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3587 tempscr[1] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3621 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3622 ((tempscr[1] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR() 3624 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3625 ((tempscr[0] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_sd.c | 3506 uint32_t tempscr[2U] = {0UL, 0UL}; in SD_FindSCR() local 3543 tempscr[0] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3544 tempscr[1] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3578 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3579 ((tempscr[1] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR() 3581 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3582 ((tempscr[0] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_sd.c | 3528 uint32_t tempscr[2U] = {0UL, 0UL}; in SD_FindSCR() local 3565 tempscr[0] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3566 tempscr[1] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3600 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3601 ((tempscr[1] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR() 3603 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3604 ((tempscr[0] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_sd.c | 3522 uint32_t tempscr[2U] = {0UL, 0UL}; in SD_FindSCR() local 3559 tempscr[0] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3560 tempscr[1] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3594 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3595 ((tempscr[1] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR() 3597 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3598 ((tempscr[0] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_sd.c | 3549 uint32_t tempscr[2U] = {0UL, 0UL}; in SD_FindSCR() local 3586 tempscr[0] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3587 tempscr[1] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3621 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3622 ((tempscr[1] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR() 3624 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3625 ((tempscr[0] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_sd.c | 3506 uint32_t tempscr[2U] = {0UL, 0UL}; in SD_FindSCR() local 3543 tempscr[0] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3544 tempscr[1] = SDMMC_ReadFIFO(hsd->Instance); in SD_FindSCR() 3578 *scr = (((tempscr[1] & SDMMC_0TO7BITS) << 24U) | ((tempscr[1] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3579 ((tempscr[1] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[1] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR() 3581 *scr = (((tempscr[0] & SDMMC_0TO7BITS) << 24U) | ((tempscr[0] & SDMMC_8TO15BITS) << 8U) | \ in SD_FindSCR() 3582 ((tempscr[0] & SDMMC_16TO23BITS) >> 8U) | ((tempscr[0] & SDMMC_24TO31BITS) >> 24U)); in SD_FindSCR()
|