Home
last modified time | relevance | path

Searched defs:_clk (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm/mach-w90x900/
Dclock.h37 #define DEF_CLKLOOK(_clk, _devname, _conname) \ argument
/linux-4.4.14/include/linux/
Dsh_clk.h203 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk } argument
204 #define CLKDEV_DEV_ID(_id, _clk) { .dev_id = _id, .clk = _clk } argument
205 #define CLKDEV_ICK_ID(_cid, _did, _clk) { .con_id = _cid, .dev_id = _did, .clk = _clk } argument
/linux-4.4.14/arch/arm/mach-mmp/
Dclock.h63 #define INIT_CLKREG(_clk, _devname, _conname) \ argument
/linux-4.4.14/arch/arm/mach-omap2/
Domap_hwmod.h224 struct clk *_clk; member
315 struct clk *_clk; member
683 struct clk *_clk; member
/linux-4.4.14/arch/blackfin/mach-bf609/
Dclock.c55 #define CLK(_clk, _devname, _conname) \ argument