Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-ep93xx/
Dcore.c586 ep93xx_devcfg_set_bits(EP93XX_SYSCON_DEVCFG_PONG); in ep93xx_pwm_acquire_gpio()
731 ep93xx_devcfg_set_bits(EP93XX_SYSCON_DEVCFG_KEYS | in ep93xx_keypad_release_gpio()
925 ep93xx_devcfg_set_bits(EP93XX_SYSCON_DEVCFG_EONIDE | in ep93xx_ide_release_gpio()
1037 ep93xx_devcfg_set_bits(EP93XX_SYSCON_DEVCFG_KEYS | in ep93xx_init_devices()
1066 ep93xx_devcfg_set_bits(EP93XX_SYSCON_DEVCFG_SWRST); in ep93xx_restart()
Dsoc.h204 static inline void ep93xx_devcfg_set_bits(unsigned int bits) in ep93xx_devcfg_set_bits() function