Home
last modified time | relevance | path

Searched defs:clkid (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/drivers/clk/renesas/
Drenesas-cpg-mssr.c72 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_get_mod() local
90 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_get_core() local
135 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_endisable() local
/external/u-boot/arch/arm/mach-tegra/
Dclock.c71 static struct clk_pll *get_pll(enum clock_id clkid) in get_pll()
84 __weak struct clk_pll_simple *clock_get_simple_pll(enum clock_id clkid) in clock_get_simple_pll()
89 int clock_ll_read_pll(enum clock_id clkid, u32 *divm, u32 *divn, in clock_ll_read_pll()
113 unsigned long clock_start_pll(enum clock_id clkid, u32 divm, u32 divn, in clock_start_pll()
263 int clock_set_pllout(enum clock_id clkid, enum pll_out_id pllout, unsigned rate) in clock_set_pllout()
488 void clock_enable(enum periph_id clkid) in clock_enable()
493 void clock_disable(enum periph_id clkid) in clock_disable()
532 unsigned clock_get_rate(enum clock_id clkid) in clock_get_rate()
588 int clock_set_rate(enum clock_id clkid, u32 n, u32 m, u32 p, u32 cpcon) in clock_set_rate()
/external/eigen/bench/btl/generic_bench/timers/
Dportable_timer.hh148 Portable_Timer(int clkid) : m_clkid(clkid) in Portable_Timer()
/external/libusb/libusb/os/
Dhaiku_usb_raw.cpp189 haiku_clock_gettime(int clkid, struct timespec *tp) in haiku_clock_gettime()
Dnetbsd_usb.c494 netbsd_clock_gettime(int clkid, struct timespec *tp) in netbsd_clock_gettime()
Dopenbsd_usb.c540 obsd_clock_gettime(int clkid, struct timespec *tp) in obsd_clock_gettime()
Dsunos_usb.c1121 sunos_clock_gettime(int clkid, struct timespec *tp) in sunos_clock_gettime()
/external/linux-kselftest/tools/testing/selftests/ptp/
Dtestptp.c165 clockid_t clkid; in main() local
/external/u-boot/arch/arm/mach-tegra/tegra124/
Dclock.c1149 struct clk_pll_simple *clock_get_simple_pll(enum clock_id clkid) in clock_get_simple_pll()