Lines Matching +full:reset +full:- +full:duration +full:- +full:ms
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2007-2009, 2012 Texas Instruments, Inc.
6 * Copyright (C) 2007-2009 Nokia Corporation
14 * MAX_MODULE_READY_TIME: max duration in microseconds to wait for the
17 * In the case of OMAP4 this is the max duration in microseconds for the
25 #include "prcm-common.h"
32 * MAX_MODULE_DISABLE_TIME: max duration in microseconds to wait for
34 * case of OMAP2 & 3. In the case of OMAP4 this is the max duration
37 * XXX FSUSB on OMAP4430 takes ~4ms to idle after reset during
45 * struct cm_ll_data - fn ptrs to per-SoC CM function implementations
46 * @split_idlest_reg: ptr to the SoC CM-specific split_idlest_reg impl
47 * @wait_module_ready: ptr to the SoC CM-specific wait_module_ready impl
48 * @wait_module_idle: ptr to the SoC CM-specific wait_module_idle impl
49 * @module_enable: ptr to the SoC CM-specific module_enable impl
50 * @module_disable: ptr to the SoC CM-specific module_disable impl
51 * @xlate_clkctrl: ptr to the SoC CM-specific clkctrl xlate addr impl