Home
last modified time | relevance | path

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

/openbmc/u-boot/board/hisilicon/hikey/
H A Dhikey.c315 writel(PERI_RST0_MMC0, &peri_sc->rst0_en); in mmc0_reset_clk()
328 } while (!(data & PERI_RST0_MMC0)); in mmc0_reset_clk()
331 writel(PERI_RST0_MMC0, &peri_sc->rst0_dis); in mmc0_reset_clk()
334 } while (data & PERI_RST0_MMC0); in mmc0_reset_clk()
/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dhi6220.h328 #define PERI_RST0_MMC0 (1 << 0) macro