Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dtmio-common.h128 #define TMIO_SD_CAP_DIV1024 BIT(2) /* divisor 1024 is available */ macro
A Dtmio-common.c586 else if (divisor <= 512 || !(priv->caps & TMIO_SD_CAP_DIV1024)) in tmio_sd_set_clk_rate()
760 priv->caps |= TMIO_SD_CAP_DIV1024; in tmio_sd_probe()
773 (priv->caps & TMIO_SD_CAP_DIV1024 ? 1024 : 512); in tmio_sd_probe()

Completed in 4 milliseconds