Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Duniphier-sd.c134 #define UNIPHIER_SD_CAP_DIV1024 BIT(2) /* divisor 1024 is available */ macro
571 else if (divisor <= 512 || !(priv->caps & UNIPHIER_SD_CAP_DIV1024)) in uniphier_sd_set_clk_rate()
732 priv->caps |= UNIPHIER_SD_CAP_DIV1024; in uniphier_sd_probe()
739 (priv->caps & UNIPHIER_SD_CAP_DIV1024 ? 1024 : 512); in uniphier_sd_probe()