Home
last modified time | relevance | path

Searched refs:_mux_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/clk/pxa/
Dclk-pxa.h26 static struct clk_ops name ## _mux_ops = { \
38 &name ## _mux_hw, &name ## _mux_ops, \
77 static const struct clk_ops name ## _mux_ops = { \
87 &name ## _mux_hw, &name ## _mux_ops, \
/linux-4.19.296/drivers/clk/
Dclk-stm32h7.c286 #define M_CFG_MUX(_mux_ops, _mux_flags)\ argument
287 .mux = &(struct composite_clk_gcfg_t) { _mux_flags, _mux_ops}