Home
last modified time | relevance | path

Searched defs:mtk_composite (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mtk.h89 struct mtk_composite { struct
90 int id;
91 const char *name;
92 const char * const *parent_names;
93 const char *parent;
94 unsigned flags;
96 uint32_t mux_reg;
97 uint32_t divider_reg;
98 uint32_t gate_reg;
100 signed char mux_shift;
[all …]
/openbmc/u-boot/drivers/clk/mediatek/
H A Dclk-mtk.h101 struct mtk_composite { struct
102 const int id;
103 const int *parent;
104 u32 mux_reg;
105 u32 gate_reg;
106 u32 mux_mask;
107 signed char mux_shift;
108 signed char gate_shift;
109 signed char num_parents;
110 u16 flags;