Home
last modified time | relevance | path

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

/openbmc/u-boot/board/hisilicon/hikey/
H A Dhikey.c282 writel(PERI_RST0_MMC1, &peri_sc->rst0_en); in mmc1_reset_clk()
295 } while (!(data & PERI_RST0_MMC1)); in mmc1_reset_clk()
298 writel(PERI_RST0_MMC1, &peri_sc->rst0_dis); in mmc1_reset_clk()
301 } while (data & PERI_RST0_MMC1); in mmc1_reset_clk()
/openbmc/u-boot/arch/arm/include/asm/arch-hi6220/
H A Dhi6220.h329 #define PERI_RST0_MMC1 (1 << 1) macro