Home
last modified time | relevance | path

Searched defs:MMC_CLK_DIV_MIN (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dsh_mmcif.h199 #define MMC_CLK_DIV_MIN(clk) (clk / (1 << 9)) macro
202 #define MMC_CLK_DIV_MIN(clk) (clk / (1 << 8)) macro