| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_sdmmc.h | 25 #define SDIO_ALIGN_LEN 32 macro 38 #ifndef SDIO_ALIGN_LEN 39 #define SDIO_ALIGN_LEN (32) macro
|
| A D | drv_sdio.h | 36 #define SDIO_ALIGN_LEN 32 macro 50 #ifndef SDIO_ALIGN_LEN 51 #define SDIO_ALIGN_LEN (32) macro
|
| A D | drv_sdio.c | 49 rt_align(SDIO_ALIGN_LEN) in rt_align() argument 381 if ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1)) in rthw_sdio_request() 393 …ta != RT_NULL) && (data->flags & DATA_DIR_READ) && ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1))) in rthw_sdio_request()
|
| A D | drv_sdmmc.c | 55 rt_align(SDIO_ALIGN_LEN) in rt_align() argument
|
| /bsp/bluetrum/libraries/hal_drivers/ |
| A D | drv_sdio.h | 20 #define SDIO_ALIGN_LEN 32 macro 34 #ifndef SDIO_ALIGN_LEN 35 #define SDIO_ALIGN_LEN (32) macro
|
| A D | drv_sdio.c | 50 rt_align(SDIO_ALIGN_LEN) 357 if ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1)) in rthw_sdio_request() 369 …ta != RT_NULL) && (data->flags & DATA_DIR_READ) && ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1))) in rthw_sdio_request()
|
| /bsp/stm32/stm32h743-atk-apollo/board/ports/ |
| A D | drv_sdio.h | 23 #define SDIO_ALIGN_LEN 32 macro 37 #ifndef SDIO_ALIGN_LEN 38 #define SDIO_ALIGN_LEN (32) macro
|
| A D | drv_sdio.c | 43 rt_align(SDIO_ALIGN_LEN) in rt_align() argument
|
| /bsp/stm32/stm32h743-openmv-h7plus/board/ports/ |
| A D | drv_sdio.h | 23 #define SDIO_ALIGN_LEN 32 macro 37 #ifndef SDIO_ALIGN_LEN 38 #define SDIO_ALIGN_LEN (32) macro
|
| A D | drv_sdio.c | 44 rt_align(SDIO_ALIGN_LEN) in rt_align() argument
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | drv_sdio.h | 24 #define SDIO_ALIGN_LEN 32 macro 42 #ifndef SDIO_ALIGN_LEN 43 #define SDIO_ALIGN_LEN (32) macro
|
| A D | drv_sdio.c | 49 rt_align(SDIO_ALIGN_LEN) in rt_align() argument
|
| /bsp/ht32/libraries/ht32_drivers/ |
| A D | drv_sdio.h | 36 #ifndef SDIO_ALIGN_LEN 37 #define SDIO_ALIGN_LEN (32) macro
|
| A D | drv_sdio.c | 59 rt_align(SDIO_ALIGN_LEN) /* Ensure data alignment */ 262 if ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1)) in rt_hw_sdio_request() 272 …ta != RT_NULL) && (data->flags & DATA_DIR_READ) && ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1))) in rt_hw_sdio_request()
|
| /bsp/renesas/libraries/HAL_Drivers/ |
| A D | drv_sdhi.h | 25 #ifndef SDIO_ALIGN_LEN 26 #define SDIO_ALIGN_LEN (32) macro
|
| A D | drv_sdhi.c | 27 rt_align(SDIO_ALIGN_LEN) in rt_align() argument 307 if ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1)) in ra_sdhi_request() 338 …ta != RT_NULL) && (data->flags & DATA_DIR_READ) && ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1))) in ra_sdhi_request()
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_sdio.h | 28 #define SDIO_ALIGN_LEN 32 macro 42 #ifndef SDIO_ALIGN_LEN 43 #define SDIO_ALIGN_LEN (32) macro
|
| A D | drv_sdio.c | 46 rt_align(SDIO_ALIGN_LEN) in rt_align() argument 378 if ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1)) in rthw_sdio_request() 390 …ta != RT_NULL) && (data->flags & DATA_DIR_READ) && ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1))) in rthw_sdio_request()
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_sdio.h | 26 #define SDIO_ALIGN_LEN 32 macro 40 #ifndef SDIO_ALIGN_LEN 41 #define SDIO_ALIGN_LEN (32) macro
|
| A D | drv_sdio.c | 48 rt_align(SDIO_ALIGN_LEN) in rt_align() argument 380 if ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1)) in rt_hw_sdio_request() 392 …ta != RT_NULL) && (data->flags & DATA_DIR_READ) && ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1))) in rt_hw_sdio_request()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/ |
| A D | drv_sdio.h | 38 #ifndef SDIO_ALIGN_LEN 39 #define SDIO_ALIGN_LEN (32) macro
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_sdio.c | 52 #ifndef SDIO_ALIGN_LEN 53 #define SDIO_ALIGN_LEN (4) macro 113 rt_align(SDIO_ALIGN_LEN) 118 rt_align(SDIO_ALIGN_LEN) 452 if ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1)) in _sdio_request() 468 …ta != RT_NULL) && (data->flags & DATA_DIR_READ) && ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1))) in _sdio_request()
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_sdio.c | 21 #define SDIO_ALIGN_LEN 4 macro 60 rt_align(SDIO_ALIGN_LEN) in rt_align() argument 319 if ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1)) in swm_sdio_request() 331 …ta != RT_NULL) && (data->flags & DATA_DIR_READ) && ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1))) in swm_sdio_request()
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_sdio.c | 21 #define SDIO_ALIGN_LEN 4 macro 60 rt_align(SDIO_ALIGN_LEN) in rt_align() argument 319 if ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1)) in swm_sdio_request() 331 …ta != RT_NULL) && (data->flags & DATA_DIR_READ) && ((rt_uint32_t)data->buf & (SDIO_ALIGN_LEN - 1))) in swm_sdio_request()
|