Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/mvebu/
Darmada-37xx-periph.c147 #define PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2) \ argument
151 .shift1 = _shift1, \
168 #define PERIPH_PM_CPU(_name, _shift1, _reg, _shift2) \ argument
172 .shift_mux = _shift1, \
180 #define PERIPH_CLK_FULL_DD(_name, _bit, _shift, _reg1, _reg2, _shift1, _shift2)\ argument
183 static PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2);
185 #define PERIPH_CLK_FULL(_name, _bit, _shift, _reg, _shift1, _table) \ argument
188 static PERIPH_DIV(_name, _reg, _shift1, _table);
194 #define PERIPH_CLK_MUX_DD(_name, _shift, _reg1, _reg2, _shift1, _shift2)\ argument
196 static PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2);
/Linux-v5.4/drivers/clk/meson/
Daxg-audio.c245 #define AUD_TRIPHASE(_name, _reg, _width, _shift0, _shift1, _shift2, \ argument
256 .shift = (_shift1), \