Searched refs:muxdiv_cfg (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/ |
H A D | clk-stm32h7.c | 256 struct muxdiv_cfg { struct 264 struct muxdiv_cfg *mux; argument 265 struct muxdiv_cfg *div; 941 .div = &(struct muxdiv_cfg) {_rate_offset, _rate_shift, _rate_width},\ 1069 .mux = &(struct muxdiv_cfg) {_mux_offset, _mux_shift, _mux_width },\ 1181 .mux = &(struct muxdiv_cfg) {_mux_offset, _mux_shift, _mux_width },\ 1182 .div = &(struct muxdiv_cfg) {_rate_offset, _rate_shift, _rate_width},\
|