Home
last modified time | relevance | path

Searched refs:_width (Results 1 – 13 of 13) sorted by relevance

/drivers/clk/mediatek/
A Dclk-mtk.h171 .mux_mask = BIT(_width) - 1, \
179 #define MUX_GATE(_id, _parents, _reg, _shift, _width, _gate) \ argument
180 MUX_GATE_FLAGS(_id, _parents, _reg, _shift, _width, _gate, 0)
186 .mux_mask = BIT(_width) - 1, \
192 #define MUX_MIXED(_id, _parents, _reg, _shift, _width) \ argument
193 MUX_MIXED_FLAGS(_id, _parents, _reg, _shift, _width, 0)
199 .mux_mask = BIT(_width) - 1, \
205 #define MUX(_id, _parents, _reg, _shift, _width) \ argument
206 MUX_FLAGS(_id, _parents, _reg, _shift, _width, 0)
209 _mux_clr_ofs, _shift, _width, _gate, \ argument
[all …]
A Dclk-mt7986.c228 _shift, _width, _gate, _upd_ofs, _upd) \ argument
233 .mux_mask = BIT(_width) - 1, .gate_reg = _mux_ofs, \
364 #define INFRA_MUX(_id, _name, _parents, _reg, _shift, _width) \ argument
368 .mux_shift = _shift, .mux_mask = BIT(_width) - 1, \
A Dclk-mt7981.c232 _shift, _width, _gate, _upd_ofs, _upd) \ argument
237 .mux_mask = BIT(_width) - 1, .gate_reg = _mux_ofs, \
357 #define INFRA_MUX(_id, _name, _parents, _reg, _shift, _width) \ argument
361 .mux_shift = _shift, .mux_mask = BIT(_width) - 1, \
A Dclk-mt7987.c333 _shift, _width, _gate, _upd_ofs, _upd) \ argument
338 .mux_shift = (_shift), .mux_mask = BIT(_width) - 1, \
538 #define INFRA_MUX(_id, _name, _parents, _reg, _shift, _width) \ argument
542 .mux_shift = (_shift), .mux_mask = BIT(_width) - 1, \
A Dclk-mt7988.c277 _shift, _width, _gate, _upd_ofs, _upd) \ argument
282 .mux_mask = BIT(_width) - 1, .gate_reg = _mux_ofs, \
483 #define INFRA_MUX(_id, _name, _parents, _reg, _shift, _width) \ argument
487 .mux_mask = BIT(_width) - 1, .parent = _parents, \
A Dclk-mt7622.c430 #define PERI_MUX(_id, _parents, _reg, _shift, _width) \ argument
431 MUX_FLAGS(_id, _parents, _reg, _shift, _width, CLK_PARENT_TOPCKGEN)
/drivers/clk/sophgo/
A Dclk-common.h34 #define CV1800B_CLK_REGFIELD(_offset, _shift, _width) \ argument
38 .width = _width, \
/drivers/clk/microchip/
A Dmpfs_clk_msspll.c76 #define CLK_PLL(_id, _name, _shift, _width, _reg_offset, _flags) { \ argument
80 .width = _width, \
A Dmpfs_clk_cfg.c104 #define CLK_CFG(_id, _name, _shift, _width, _table, _flags) { \ argument
108 .cfg.width = _width, \
/drivers/clk/meson/
A Da1.c105 #define CLK_MUX(_name, _reg, _shift, _width, ...) \ argument
111 .width = (_width), \
118 #define CLK_DIV(_name, _reg, _shift, _width, _parent) \ argument
124 .width = (_width), \
/drivers/clk/
A Dclk_k210.c121 #define DIV(id, _off, _shift, _width, _type) \ argument
126 .width = (_width), \
251 #define MUX_PARENTS(id, _off, _shift, _width, ...) \ argument
257 .width = (_width), \
279 #define PLL(_off, _shift, _width) { \ argument
282 .width = (_width), \
/drivers/clk/thead/
A Dclk-th1520-ap.c73 #define TH_CCU_ARG(_shift, _width) \ argument
76 .width = _width, \
79 #define TH_CCU_DIV_FLAGS(_shift, _width, _flags) \ argument
82 .width = _width, \
/drivers/clk/stm32/
A Dclk-stm32mp13.c449 #define DIV_CFG(id, _offset, _shift, _width, _flags, _table) \ argument
453 .width = _width, \

Completed in 57 milliseconds