Lines Matching +full:divider +full:- +full:val
4 * SPDX-License-Identifier: Apache-2.0
38 #define FPRED_VAL (DT_PROP(DT_NODELABEL(pcc), core_prescaler) - 1)
39 /* APB1 clock divider */
40 #define APB1DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb1_prescaler) - 1)
41 /* APB2 clock divider */
42 #define APB2DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb2_prescaler) - 1)
43 /* APB3 clock divider */
44 #define APB3DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb3_prescaler) - 1)
45 /* APB4 clock divider if supported */
48 #define APB4DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb4_prescaler) - 1)
50 #error "APB4 clock divider is not supported but defined in pcc node!"
54 /* Construct a uint8_t array from 'pwdwn-ctl-val' prop for PWDWN_CTL initialization. */
67 * - OFMCLK > MAX_OFMCLK/2, XF_RANGE should be 1, else 0.
68 * - CORE_CLK > MAX_OFMCLK/2, AHB6DIV should be 1, else 0.
69 * - CORE_CLK > MAX_OFMCLK/2, FIUDIV should be 1, else 0.
93 /* FIU clock divider */
108 /* I3C clock divider */
176 * low-frequency timer before ec entered deep idle state.
182 * system timer by low-frequency timer after ec left deep idle state.
200 * @param is_instant A boolean indicating 'Instant Wake-up' from deep idle is