Lines Matching defs:width
259 u8 width;
295 static struct clk_mux *_get_cmux(void __iomem *reg, u8 shift, u8 width,
306 mux->mask = (1 << width) - 1;
313 static struct clk_divider *_get_cdiv(void __iomem *reg, u8 shift, u8 width,
325 div->width = width;
377 cfg->mux->width,
390 cfg->div->width,
563 u8 width;
574 .width = _mux_width,\
1269 stm32_mclk[n].width,