Home
last modified time | relevance | path

Searched refs:SDIO_ALIGN_LEN (Results 1 – 24 of 24) sorted by relevance

/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_sdmmc.h25 #define SDIO_ALIGN_LEN 32 macro
38 #ifndef SDIO_ALIGN_LEN
39 #define SDIO_ALIGN_LEN (32) macro
A Ddrv_sdio.h36 #define SDIO_ALIGN_LEN 32 macro
50 #ifndef SDIO_ALIGN_LEN
51 #define SDIO_ALIGN_LEN (32) macro
A Ddrv_sdio.c49 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 Ddrv_sdmmc.c55 rt_align(SDIO_ALIGN_LEN) in rt_align() argument
/bsp/bluetrum/libraries/hal_drivers/
A Ddrv_sdio.h20 #define SDIO_ALIGN_LEN 32 macro
34 #ifndef SDIO_ALIGN_LEN
35 #define SDIO_ALIGN_LEN (32) macro
A Ddrv_sdio.c50 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 Ddrv_sdio.h23 #define SDIO_ALIGN_LEN 32 macro
37 #ifndef SDIO_ALIGN_LEN
38 #define SDIO_ALIGN_LEN (32) macro
A Ddrv_sdio.c43 rt_align(SDIO_ALIGN_LEN) in rt_align() argument
/bsp/stm32/stm32h743-openmv-h7plus/board/ports/
A Ddrv_sdio.h23 #define SDIO_ALIGN_LEN 32 macro
37 #ifndef SDIO_ALIGN_LEN
38 #define SDIO_ALIGN_LEN (32) macro
A Ddrv_sdio.c44 rt_align(SDIO_ALIGN_LEN) in rt_align() argument
/bsp/stm32/stm32h750-artpi/board/port/
A Ddrv_sdio.h24 #define SDIO_ALIGN_LEN 32 macro
42 #ifndef SDIO_ALIGN_LEN
43 #define SDIO_ALIGN_LEN (32) macro
A Ddrv_sdio.c49 rt_align(SDIO_ALIGN_LEN) in rt_align() argument
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_sdio.h36 #ifndef SDIO_ALIGN_LEN
37 #define SDIO_ALIGN_LEN (32) macro
A Ddrv_sdio.c59 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 Ddrv_sdhi.h25 #ifndef SDIO_ALIGN_LEN
26 #define SDIO_ALIGN_LEN (32) macro
A Ddrv_sdhi.c27 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 Ddrv_sdio.h28 #define SDIO_ALIGN_LEN 32 macro
42 #ifndef SDIO_ALIGN_LEN
43 #define SDIO_ALIGN_LEN (32) macro
A Ddrv_sdio.c46 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 Ddrv_sdio.h26 #define SDIO_ALIGN_LEN 32 macro
40 #ifndef SDIO_ALIGN_LEN
41 #define SDIO_ALIGN_LEN (32) macro
A Ddrv_sdio.c48 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 Ddrv_sdio.h38 #ifndef SDIO_ALIGN_LEN
39 #define SDIO_ALIGN_LEN (32) macro
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_sdio.c52 #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 Ddrv_sdio.c21 #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 Ddrv_sdio.c21 #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()

Completed in 49 milliseconds