Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/mvebu/ !
Darmada-37xx-periph.c149 #define PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2) \ argument
153 .shift1 = _shift1, \
170 #define PERIPH_PM_CPU(_name, _shift1, _reg, _shift2) \ argument
174 .shift_mux = _shift1, \
182 #define PERIPH_CLK_FULL_DD(_name, _bit, _shift, _reg1, _reg2, _shift1, _shift2)\ argument
185 static PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2);
187 #define PERIPH_CLK_FULL(_name, _bit, _shift, _reg, _shift1, _table) \ argument
190 static PERIPH_DIV(_name, _reg, _shift1, _table);
196 #define PERIPH_CLK_MUX_DD(_name, _shift, _reg1, _reg2, _shift1, _shift2)\ argument
198 static PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2);
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ !
Ditem.h373 #define MLXSW_ITEM32_LP(_type, _cname, _offset1, _shift1, _offset2, _shift2) \ argument
376 .shift = _shift1, \
/linux-6.1.9/drivers/clk/meson/ !
Daxg-audio.c105 #define AUD_TRIPHASE(_name, _reg, _width, _shift0, _shift1, _shift2, \ argument
115 .shift = (_shift1), \