Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap2/
H A Dprm44xx.c670 if (prm_features & PRM_HAS_VOLTAGE) in omap4_check_vcvp()
812 prm_features |= PRM_HAS_IO_WAKEUP; in omap44xx_prm_init()
815 prm_features |= PRM_HAS_VOLTAGE; in omap44xx_prm_init()
841 if (!(prm_features & PRM_HAS_IO_WAKEUP)) in omap44xx_prm_late_init()
H A Dprm3xxx.c436 if (prm_features & PRM_HAS_IO_WAKEUP) in omap3xxx_prm_enable_io_wakeup()
679 prm_features |= PRM_HAS_IO_WAKEUP; in omap3xxx_prm_init()
694 if (!(prm_features & PRM_HAS_IO_WAKEUP)) in omap3xxx_prm_late_init()
H A Dprm.h17 extern u16 prm_features;
H A Dprm_common.c67 u16 prm_features; variable