Home
last modified time | relevance | path

Searched refs:RT_SDHCI_DEFAULT_BOUNDARY_SIZE (Results 1 – 2 of 2) sorted by relevance

/components/drivers/sdio/sdhci/include/
A Dsdhci.h296 #define RT_SDHCI_DEFAULT_BOUNDARY_SIZE (512 * 1024) macro
298 #define RT_SDHCI_DEFAULT_BOUNDARY_ARG (ilog2(RT_SDHCI_DEFAULT_BOUNDARY_SIZE) - 12)
/components/drivers/sdio/sdhci/
A Dsdhci.c1509 … = (dmanow & ~((rt_uint32_t)RT_SDHCI_DEFAULT_BOUNDARY_SIZE - 1)) + RT_SDHCI_DEFAULT_… in sdhci_data_irq()

Completed in 27 milliseconds