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