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

  /external/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
clk.c 94 if (!(readl(&clk->pwr_ctrl) & CLK_PWR_NORMAL_RUN))
104 if (!(readl(&clk->pwr_ctrl) & CLK_PWR_NORMAL_RUN))
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/
spm.h 211 struct pwr_ctrl { struct
275 struct pwr_ctrl *pwrctrl;
291 static inline void set_pwrctrl_pcm_flags(struct pwr_ctrl *pwrctrl,
302 static inline void set_pwrctrl_pcm_data(struct pwr_ctrl *pwrctrl,
311 void spm_set_power_control(const struct pwr_ctrl *pwrctrl);
312 void spm_set_wakeup_event(const struct pwr_ctrl *pwrctrl);
316 void spm_kick_pcm_to_run(struct pwr_ctrl *pwrctrl);
spm.c 157 void spm_set_power_control(const struct pwr_ctrl *pwrctrl)
182 void spm_set_wakeup_event(const struct pwr_ctrl *pwrctrl)
268 void spm_kick_pcm_to_run(struct pwr_ctrl *pwrctrl)
spm_hotplug.c 184 static struct pwr_ctrl hotplug_ctrl = {
206 struct pwr_ctrl *pwrctrl = spm_hotplug.pwrctrl;
spm_suspend.c 212 static struct pwr_ctrl spm_ctrl = {
242 struct pwr_ctrl *pwrctrl;
spm_mcdi.c 216 static struct pwr_ctrl mcdi_ctrl = {
450 struct pwr_ctrl *pwrctrl = spm_mcdi.pwrctrl;
468 struct pwr_ctrl *pwrctrl = spm_mcdi.pwrctrl;
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/mtcmos/
mtcmos.c 161 uint32_t wait_mtcmos_ack(uint32_t on, uint32_t pwr_ctrl, uint32_t spm_pwr_sta)
167 cmp = mmio_read_32(SPM_PCM_PASR_DPD_3) & pwr_ctrl;
  /external/u-boot/arch/arm/include/asm/arch-lpc32xx/
clk.h 32 u32 pwr_ctrl; /* Power Control Register */ member in struct:clk_pm_regs
  /external/u-boot/arch/arm/mach-exynos/include/mach/
clock.h 460 unsigned int pwr_ctrl; member in struct:exynos4x12_clock
541 unsigned int pwr_ctrl; member in struct:exynos5_clock
888 unsigned int pwr_ctrl; member in struct:exynos5420_clock
    [all...]

Completed in 1766 milliseconds