Searched refs:_gate_shift (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/clk/mediatek/ |
A D | clk-mtk.h | 162 #define DIV_GATE(_id, _name, _parent, _gate_reg, _gate_shift, _div_reg, \ argument 171 .gate_shift = _gate_shift, \
|
/linux-6.3-rc2/drivers/clk/ |
A D | clk-bm1880.c | 143 #define GATE_DIV(_id, _name, _parent, _gate_reg, _gate_shift, _div_reg, \ argument 150 .gate_shift = _gate_shift, \ 160 #define GATE_MUX(_id, _name, _parents, _gate_reg, _gate_shift, \ argument 167 .gate_shift = _gate_shift, \
|
Completed in 6 milliseconds