Searched refs:_con (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/clk/samsung/ |
D | clk.h | 261 #define __PLL(_typ, _id, _name, _pname, _flags, _lock, _con, _rtable) \ argument 268 .con_offset = _con, \ 273 #define PLL(_typ, _id, _name, _pname, _lock, _con, _rtable) \ argument 275 _con, _rtable)
|
/linux-4.19.296/drivers/clk/tegra/ |
D | clk.h | 759 #define TEGRA_CLK_DUPLICATE(_clk_id, _dev, _con) \ argument 764 .con_id = _con, \
|
/linux-4.19.296/drivers/clk/rockchip/ |
D | clk.h | 291 #define PLL(_type, _id, _name, _pnames, _flags, _con, _mode, _mshift, \ argument 300 .con_offset = _con, \
|