Home
last modified time | relevance | path

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

/openbmc/u-boot/board/hisilicon/hikey/
H A Dhikey.c260 hi6220_clk_enable(PERI_CLK0_MMC1, &peri_sc->clk0_en); in mmc1_init_pll()
276 hi6220_clk_disable(PERI_CLK0_MMC1, &peri_sc->clk0_dis); in mmc1_reset_clk()
279 hi6220_clk_enable(PERI_CLK0_MMC1, &peri_sc->clk0_en); in mmc1_reset_clk()
/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dhi6220.h250 #define PERI_CLK0_MMC1 (1 << 1) macro