Home
last modified time | relevance | path

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

/linux-6.8/drivers/clk/xilinx/
Dclk-xlnx-clock-wizard.c161 struct clk_wzrd_divider { struct
162 struct clk_hw hw;
163 void __iomem *base;
164 u16 offset;
165 u8 shift;
166 u8 width;
167 u8 flags;
168 const struct clk_div_table *table;
169 u32 m;
170 u32 d;
[all …]