Searched refs:_shift1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/clk/mvebu/ |
H A 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);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | item.h | 373 #define MLXSW_ITEM32_LP(_type, _cname, _offset1, _shift1, _offset2, _shift2) \ argument 376 .shift = _shift1, \
|
/openbmc/linux/drivers/clk/meson/ |
H A D | axg-audio.c | 108 #define AUD_TRIPHASE(_name, _reg, _width, _shift0, _shift1, _shift2, \ argument 118 .shift = (_shift1), \
|