Lines Matching defs:divider
26 * @CCU_DIV_SKIP_ONE: Due to some reason divider can't be set to 1.
28 * @CCU_DIV_SKIP_ONE_TO_THREE: For some reason divider can't be within [1,3].
40 * @CCU_DIV_VAR: Clocks gate with variable divider.
41 * @CCU_DIV_GATE: Clocks gate with fixed divider.
42 * @CCU_DIV_BUF: Clock gate with no divider.
43 * @CCU_DIV_FIXED: Ungateable clock with fixed divider.
60 * @type: CCU divider type (variable, fixed with and without gate).
62 * @divider: Divider fixed value.
76 unsigned int divider;
84 * @hw: clk_hw of the divider.
90 * @divider: Divider fixed value.
102 unsigned int divider;