Searched refs:_shift2 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 149 #define PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2) \ argument 154 .shift2 = _shift2, \ 170 #define PERIPH_PM_CPU(_name, _shift1, _reg, _shift2) \ argument 176 .shift_div = _shift2, \ 182 #define PERIPH_CLK_FULL_DD(_name, _bit, _shift, _reg1, _reg2, _shift1, _shift2)\ argument 185 static PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2); 196 #define PERIPH_CLK_MUX_DD(_name, _shift, _reg1, _reg2, _shift1, _shift2)\ argument 198 static PERIPH_DOUBLEDIV(_name, _reg1, _reg2, _shift1, _shift2);
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | item.h | 373 #define MLXSW_ITEM32_LP(_type, _cname, _offset1, _shift1, _offset2, _shift2) \ argument 382 .shift = _shift2, \
|
/Linux-v6.1/drivers/clk/meson/ |
D | axg-audio.c | 105 #define AUD_TRIPHASE(_name, _reg, _width, _shift0, _shift1, _shift2, \ argument 120 .shift = (_shift2), \
|