Searched refs:_shift1 (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 148 #define PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2) \ argument 152 .shift1 = _shift1, \ 169 #define PERIPH_PM_CPU(_name, _shift1, _reg, _shift2) \ argument 173 .shift_mux = _shift1, \ 181 #define PERIPH_CLK_FULL_DD(_name, _bit, _shift, _reg1, _reg2, _shift1, _shift2)\ argument 184 static PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2); 186 #define PERIPH_CLK_FULL(_name, _bit, _shift, _reg, _shift1, _table) \ argument 189 static PERIPH_DIV(_name, _reg, _shift1, _table); 195 #define PERIPH_CLK_MUX_DD(_name, _shift, _reg1, _reg2, _shift1, _shift2)\ argument 197 static PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2);
|
/kernel/linux/linux-5.10/drivers/clk/meson/ |
D | axg-audio.c | 105 #define AUD_TRIPHASE(_name, _reg, _width, _shift0, _shift1, _shift2, \ argument 115 .shift = (_shift1), \
|