Home
last modified time | relevance | path

Searched refs:pwrctrl (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/misc/
H A Diotkit-sysctl.h56 uint32_t pwrctrl; member
/openbmc/qemu/hw/misc/
H A Diotkit-sysctl.c252 r = s->pwrctrl; in iotkit_sysctl_read()
571 if (!(s->pwrctrl & R_PWRCTRL_PPU_ACCESS_UNLOCK_MASK)) { in iotkit_sysctl_write()
576 s->pwrctrl = value; in iotkit_sysctl_write()
737 s->pwrctrl = 0x3; in iotkit_sysctl_reset()
781 VMSTATE_UINT32(pwrctrl, IoTKitSysCtl),
/openbmc/u-boot/drivers/mmc/
H A Dstm32_sdmmc2.c487 u32 pwrctrl = in stm32_sdmmc2_pwron() local
490 if (pwrctrl == SDMMC_POWER_PWRCTRL_ON) in stm32_sdmmc2_pwron()
496 if (pwrctrl == SDMMC_POWER_PWRCTRL_OFF) { in stm32_sdmmc2_pwron()
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dclock_ti814x.c86 unsigned int pwrctrl; member