Home
last modified time | relevance | path

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

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