HomeSort by relevance Sort by last modified time
    Searched refs:PERI_RST0_MMC0 (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
hi6220_regs_peri.h 332 #define PERI_RST0_MMC0 (1 << 0)
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
pll.c 1005 mmio_write_32(PERI_SC_PERIPH_RSTEN0, PERI_RST0_MMC0);
1018 } while (!(data & PERI_RST0_MMC0));
1021 mmio_write_32(PERI_SC_PERIPH_RSTDIS0, PERI_RST0_MMC0);
1024 } while (data & PERI_RST0_MMC0);
    [all...]

Completed in 193 milliseconds