Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/am33xx/
Dclock.c137 u32 wait_for_enable) in enable_clock_module() argument
142 if (wait_for_enable) in enable_clock_module()
189 u32 *const *clk_modules_explicit_en, u8 wait_for_enable) in do_enable_clocks() argument
203 wait_for_enable); in do_enable_clocks()
/external/autotest/server/cros/servo/
Dchrome_cr50.py572 wait_for_enable = state == 'on'
573 logging.info("Wait until ccd is %s", 'on' if wait_for_enable else 'off')
574 enabled = utils.wait_for_value(self.ccd_is_enabled, wait_for_enable,
576 if enabled != wait_for_enable:
578 ('on' if wait_for_enable else 'off'))
586 if enabled != wait_for_enable:
/external/u-boot/arch/arm/mach-omap2/
Dclocks-common.c696 u32 wait_for_enable) in enable_clock_module() argument
701 if (wait_for_enable) in enable_clock_module()
825 u8 wait_for_enable) in do_enable_clocks() argument
840 wait_for_enable); in do_enable_clocks()
848 wait_for_enable); in do_enable_clocks()
/external/u-boot/arch/arm/include/asm/
Domap_common.h626 u8 wait_for_enable);