Searched full:baseclk (Results 1 – 8 of 8) sorted by relevance
/linux/arch/mips/boot/dts/ni/ |
H A D | 169445.dts | 14 clocks = <&baseclk>; 24 baseclk: baseclock { label 79 clocks = <&baseclk>; 90 clocks = <&baseclk>, <&baseclk>;
|
/linux/include/trace/events/ |
H A D | timer.h | 88 * @baseclk: value of timer_base::clk when timer expires 94 TP_PROTO(struct timer_list *timer, unsigned long baseclk), 96 TP_ARGS(timer, baseclk), 102 __field( unsigned long, baseclk ) 109 __entry->baseclk = baseclk; 112 TP_printk("timer=%p function=%ps now=%lu baseclk=%lu", 114 __entry->baseclk)
|
/linux/drivers/pwm/ |
H A D | pwm-crc.c | 15 #define PWM_DIV_CLK_0 0x00 /* DIVIDECLK = BASECLK */ 16 #define PWM_DIV_CLK_100 0x63 /* DIVIDECLK = BASECLK/100 */ 17 #define PWM_DIV_CLK_128 0x7F /* DIVIDECLK = BASECLK/128 */
|
/linux/sound/soc/fsl/ |
H A D | lpc3xxx-i2s.c | 42 u32 diff, trate, baseclk; in __lpc3xxx_find_clkdiv() local 50 baseclk = clkrate; in __lpc3xxx_find_clkdiv() 59 trate = (baseclk * idxx) / idyy; in __lpc3xxx_find_clkdiv()
|
/linux/arch/mips/boot/dts/realtek/ |
H A D | rtl930x.dtsi | 29 clocks = <&baseclk>; 33 baseclk: clock-800mhz { label
|
/linux/kernel/time/ |
H A D | timer.c | 1723 unsigned long baseclk) in call_timer_fn() argument 1746 trace_timer_expire_entry(timer, baseclk); in call_timer_fn() 1772 unsigned long baseclk = base->clk - 1; in expire_timers() local 1793 call_timer_fn(timer, fn, baseclk); in expire_timers() 1798 call_timer_fn(timer, fn, baseclk); in expire_timers()
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | sama5d2.dtsi | 196 clock-names = "hclock", "multclk", "baseclk"; 207 clock-names = "hclock", "multclk", "baseclk";
|
/linux/arch/mips/txx9/generic/ |
H A D | setup.c | 476 error = clk_hw_register_clkdev(hw, "spi-baseclk", NULL); in txx9_clk_init()
|