Searched refs:_con (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/clk/samsung/ |
D | clk.h | 258 #define __PLL(_typ, _id, _name, _pname, _flags, _lock, _con, _rtable) \ argument 265 .con_offset = _con, \ 270 #define PLL(_typ, _id, _name, _pname, _lock, _con, _rtable) \ argument 272 _con, _rtable)
|
/linux-6.1.9/drivers/clk/tegra/ |
D | clk.h | 822 #define TEGRA_CLK_DUPLICATE(_clk_id, _dev, _con) \ argument 827 .con_id = _con, \
|
/linux-6.1.9/drivers/clk/rockchip/ |
D | clk.h | 349 #define PLL(_type, _id, _name, _pnames, _flags, _con, _mode, _mshift, \ argument 358 .con_offset = _con, \
|