Searched refs:_con (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/clk/samsung/ |
D | clk.h | 300 #define __PLL(_typ, _id, _dname, _name, _pname, _flags, _lock, _con, \ argument 309 .con_offset = _con, \ 315 #define PLL(_typ, _id, _name, _pname, _lock, _con, _rtable) \ argument 317 _lock, _con, _rtable, _name) 319 #define PLL_A(_typ, _id, _name, _pname, _lock, _con, _alias, _rtable) \ argument 321 _lock, _con, _rtable, _alias)
|
/linux-4.1.27/drivers/clk/rockchip/ |
D | clk.h | 125 #define PLL(_type, _id, _name, _pnames, _flags, _con, _mode, _mshift, \ argument 134 .con_offset = _con, \
|
/linux-4.1.27/drivers/clk/tegra/ |
D | clk.h | 574 #define TEGRA_CLK_DUPLICATE(_clk_id, _dev, _con) \ argument 579 .con_id = _con, \
|