Searched full:baseclk (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/arch/mips/boot/dts/ni/ |
D | 169445.dts | 14 clocks = <&baseclk>; 24 baseclk: baseclock { label 79 clocks = <&baseclk>; 90 clocks = <&baseclk>, <&baseclk>;
|
/linux-6.12.1/arch/mips/boot/dts/realtek/ |
D | rtl838x.dtsi | 12 clocks = <&baseclk 0>; 17 baseclk: baseclk { label
|
D | rtl930x.dtsi | 16 clocks = <&baseclk 0>; 21 baseclk: clock-800mhz { label
|
/linux-6.12.1/include/trace/events/ |
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-6.12.1/Documentation/devicetree/bindings/mmc/ |
D | atmel,sama5d2-sdhci.yaml | 38 - description: baseclk 45 - const: baseclk 89 clock-names = "hclock", "multclk", "baseclk";
|
/linux-6.12.1/drivers/pwm/ |
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-6.12.1/sound/soc/fsl/ |
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-6.12.1/drivers/mmc/host/ |
D | sdhci-of-at91.c | 334 priv->mainck = devm_clk_get(&pdev->dev, "baseclk"); in sdhci_at91_probe() 339 dev_err(&pdev->dev, "failed to get baseclk\n"); in sdhci_at91_probe()
|
/linux-6.12.1/kernel/time/ |
D | timer.c | 1770 unsigned long baseclk) in call_timer_fn() argument 1793 trace_timer_expire_entry(timer, baseclk); in call_timer_fn() 1819 unsigned long baseclk = base->clk - 1; in expire_timers() local 1840 call_timer_fn(timer, fn, baseclk); in expire_timers() 1845 call_timer_fn(timer, fn, baseclk); in expire_timers()
|
/linux-6.12.1/arch/arm/boot/dts/microchip/ |
D | sama5d2.dtsi | 196 clock-names = "hclock", "multclk", "baseclk"; 207 clock-names = "hclock", "multclk", "baseclk";
|
/linux-6.12.1/arch/mips/txx9/generic/ |
D | setup.c | 476 error = clk_hw_register_clkdev(hw, "spi-baseclk", NULL); in txx9_clk_init()
|